Auto mount in Linux

By mahfuz05

First of all we need to create a folder where mount the file.let we mount in /mnt folder.then create some folder C,D ,E  as necessary (check all hard disk partition by  fdisk -l) in mnt.then go to /etc/Fstab. write like this

/dev/sda1               /mnt/C                   vfat   defaults        0 0

as necessary.and reboot.then see it auto mount the directory.

Tags: ,

One Response to “Auto mount in Linux”

  1. ranacse05 Says:

    Nice trick.But u didnt mention the version name(ie Fedora,Suse).U can also do it by editing the /etc/rc.local file in Fedora/RHEL :)

Leave a Reply