Automount a volume in Fedora
To automatically mount a specified volume each time you boot into Fedora, edit the following file:
/etc/fstab
Add the following lineĀ at the end depending on volume and mount point:
/dev/sdb1 /var/hda/files/
Save and exit.
(If the volume is formatted with NTFS, use the following syntax instead)
/dev/sdb1 /var/hda/files/ ntfs-3g defaults 0 0