nas:build_a_linux_nas:mount_the_raid_array
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nas:build_a_linux_nas:mount_the_raid_array [2021/09/25 16:15] – peter | nas:build_a_linux_nas:mount_the_raid_array [2021/09/26 12:04] (current) – [Ensure the array always get mounted on boot] peter | ||
---|---|---|---|
Line 9: | Line 9: | ||
---- | ---- | ||
+ | |||
+ | ===== Set Permissions of the Mount ===== | ||
+ | |||
+ | <code bash> | ||
+ | chmod 0777 /mnt/nas | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This will allow all users to have access to this location. | ||
+ | |||
+ | * This could be restricted to only specific users or groups as required. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check how much disk space is available in the RAID ===== | ||
+ | |||
+ | <code bash> | ||
+ | df -h /mnt/nas | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
===== Check the Mount ===== | ===== Check the Mount ===== | ||
Line 68: | Line 97: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | The **x-gvfs-show** option can also be used, which will let you see the RAID in the sidebar of the gnome file manager. | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
</ | </ | ||
nas/build_a_linux_nas/mount_the_raid_array.1632586532.txt.gz · Last modified: 2021/09/25 16:15 by peter