Changes

From SME Server
Jump to navigationJump to search
273 bytes added ,  13:57, 25 September 2007
Line 59: Line 59:  
</li><li>Customize /etc/fstab as shown here: [[USBDisks#Customizing_fstab|Customizing fstab]]
 
</li><li>Customize /etc/fstab as shown here: [[USBDisks#Customizing_fstab|Customizing fstab]]
 
</li><li>Mount the drive
 
</li><li>Mount the drive
 +
mount reads /etc/fstab to look for instructions on what to do if not specifically told on the command line.  After updating /etc/fstab as recommended, you can "mount" your USB disk reliably by specifying either the target directory:
 
  mount /mnt/affadevice
 
  mount /mnt/affadevice
 +
or the disk label:
 +
mount LABEL=MyLabel
 
</li><li>Crosscheck your work using the df command
 
</li><li>Crosscheck your work using the df command
 
df</li></ol>
 
df</li></ol>

Navigation menu