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