User Tools

Site Tools


nas:build_a_linux_nas:mount_the_raid_array

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nas:build_a_linux_nas:mount_the_raid_array [2021/09/25 16:15] peternas: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
 +</code>
 +
 +<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.
 +
 +</WRAP>
 +
 +----
 +
 +===== Check how much disk space is available in the RAID =====
 +
 +<code bash>
 +df -h /mnt/nas
 +</code>
 +
 +returns:
 +
 +<code bash>
 +</code>
 +
 +----
 +
  
 ===== Check the Mount ===== ===== Check the Mount =====
Line 68: Line 97:
 <WRAP info> <WRAP info>
 **NOTE:**  This adds an entry into the **/etc/fstab** file. **NOTE:**  This adds an entry into the **/etc/fstab** file.
 +
 +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>
 +/dev/md0  /mnt/nas ext4 defaults,x-gvfs-show 0 0
 +</code>
 +
 </WRAP> </WRAP>
  
  
nas/build_a_linux_nas/mount_the_raid_array.1632586532.txt.gz · Last modified: 2021/09/25 16:15 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki