Automount a volume in Fedora

To automatically mount a specified volume each time you boot into Fedora, edit this file:

/etc/fstab

Add the following line  at the end depending on volume and mount point:

/dev/sdb1 /var/hda/files/myvolume

Save and exit.

If the volume is formatted with NTFS, use the following syntax instead:

/dev/sdb1 /var/hda/files/myvolume ntfs-3g defaults 0 0

Post a Comment

Your email is never published nor shared.