Changes

From SME Server
Jump to navigationJump to search
52 bytes added ,  00:50, 24 September 2007
Line 38: Line 38:  
# Now format the drive with an ext3 filesystem<br><code>mkfs.ext3 -L MyLabel /dev/sdc1</code>
 
# Now format the drive with an ext3 filesystem<br><code>mkfs.ext3 -L MyLabel /dev/sdc1</code>
 
# Make the mount point<br><code># mkdir -p /mnt/affadevice</code>
 
# Make the mount point<br><code># mkdir -p /mnt/affadevice</code>
# Customize /etc/fstab as shown here: [[#Customizing_fstab]]
+
# Customize /etc/fstab as shown here: [[USBDisks#Customizing_fstab_and_rc.local|Customizing_fstab_and_rc.local]]
 
# Mount the drive<br><code>mount /mnt/affadevice</code>
 
# Mount the drive<br><code>mount /mnt/affadevice</code>
 
# Crosscheck your work using the df command<br><code># df</code>
 
# Crosscheck your work using the df command<br><code># df</code>

Navigation menu