Sunday, February 8, 2009

Auto-mount a partition

#nano /etc/fstab

Read guidance here:
https://wiki.archlinux.org/index.php/Fstab

Related issue(s):

mount fat32 usb hard disk:
mount [-t vfat] /dev/sdb1 /mnt/usb
* /mnt/usb must exist
* use "fdisk /dev/sdb -> p" to determine the partition #

No comments:

Post a Comment