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

Post a comment

You may use the following HTML:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>