Skip to content

Commit 5135537

Browse files
committed
Several improvements
Signed-off-by: Volker Theile <[email protected]>
1 parent c03a2d4 commit 5135537

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

administration/services/samba.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ system and if there are snapshots available. These are exposed as `Previous Vers
7777
It is possible to add extra options in the general and share configuration page. Options that are managed by |omv| can be customized via :doc:`environmental variables </various/advset>`.
7878

7979
Permissions
80-
----------
80+
-----------
8181

8282
The login access in Samba is configured using permissions. This means they will not act in the file system layer, they will run in the Samba authentication layer. From there the access can be controlled to be read only or read/write access and guest account access. This is done with the ``Permissions`` button in the shared folder section, not the ACL.
8383
Permissions only gets login access and from there determines if user can read or write. If write access is enabled but files/folders have restricted permissions then write access is not possible using Samba.

installation/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ First time use:
4343
To still get ``root`` access you need to create a non-privileged user
4444
and add them to the ``_ssh`` and ``sudo`` groups. After that you can
4545
SSH into the system with this non-privileged user and run ``sudo su``.
46+
47+
.. toctree::
48+
:hidden:
49+
50+
via_iso
51+
on_usb
52+
on_debian
53+
via_image

installation/on_debian.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Installation on Debian |deb_version|
2-
####################################
1+
Installation on Debian
2+
######################
33

44
You can install |omv| on an existing Debian |deb_version| installation as well.
55

installation/via_iso.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The error `Unable to install GRUB in /dev/sda` occurs.
7575
select `Execute a shell` and then `Continue`.
7676
- Execute the following commands:
7777

78-
.. code-block:: console
78+
.. code-block:: bash
7979
8080
# Chroot.
8181
chroot /target

prerequisites.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Technical notes
195195
---------------
196196

197197
Take into **consideration that the more customized the installation is, the less supported
198-
it could be*.
198+
it could be**.
199199

200200
|omv| allows for deployments on systems with low hardware/software specification,
201201
at the hands of knowledgeable operator while other NAS
@@ -263,7 +263,6 @@ This is because to manage shares on new or uninitialized storage drives
263263
it will need to create partitions or at least read structure of them.
264264

265265

266-
.. [1] https://en.wikipedia.org/wiki/Paging
267266
.. [2] https://en.wikipedia.org/wiki/Solid-state_drive
268267
.. [3] https://en.wikipedia.org/wiki/Solid-state_drive#DOM
269268
.. [4] https://en.wikipedia.org/wiki/CompactFlash

0 commit comments

Comments
 (0)