Changes

Jump to navigation Jump to search
1 byte added ,  17:28, 23 April 2007
m
Line 194: Line 194:  
# Now format the drive with an ext3 filesystem<br><code>mkfs.ext3 /dev/sdc1</code>
 
# Now format the drive with an ext3 filesystem<br><code>mkfs.ext3 /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>
# Add the following line to the /etc/fstab<br><code>/dev/sdc1 /mnt/usbstick ext3 defaults</code>
+
# Add the following line to the /etc/fstab<br><code>/dev/sdc1 /mnt/affadeviceext3 defaults</code>
 
# 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>
501

edits

Navigation menu