Changes

From Amahi Wiki
Jump to: navigation, search
109 bytes removed ,  03:18, 23 June 2020
* Navigate to the "etc" directory with the "cd" command and make a backup of the current fstab file.
<blockquote> cd /etc
cp /fstab /fstab_bak
</blockquote>
* Using a preferred file editor (i.e. vi, nano), open the fstab file.
<blockquote> fstab</blockquote>
* Near the bottom of the and after the other fstab entries, add the following:
<blockquote> LABEL=usbdisk /media/usbdisk ext3 defaults 0 0</blockquote>
* Now save the fstab file and exit the editor.
* Navigate to the /media directory and create a "usbdisk" directory. This is where the external drive will be mounted, this is called a "mount point".
<blockquote><pre> cd /media mkdir usbdisk</pre></blockquote>
* Make sure the external drive USB cable is connected to the server and is powered up.
12,424

edits