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:23] – [Set Permissions of the Mount] 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 13: Line 13:
  
 <code bash> <code bash>
-chmod 0777 //mnt/nas+chmod 0777 /mnt/nas
 </code> </code>
  
Line 24: Line 24:
  
 ---- ----
 +
 +===== 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 83: 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.1632587015.txt.gz · Last modified: 2021/09/25 16:23 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki