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]

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>