>> > about editing that file. that file is readonly. I tried >> > with vi but couldnot >> > do. please clear the command if any to edit it. >> >> You will require super user privilege to edit /etc/fstab. Give following >> command to edit >> >> sudo vi /etc/fstab >>
To Look at mounted partitions df this will show you mounted partitions in your system. Identify the device name of your harddisk from the first column. Usually /dev/hda (hdb, hdc etc) OR /dev/sda (sdb, sdc etc) with a numeric suffix. 1. partitions of your harddisks sudo fdisk /dev/sda -l 2. content of your fstab file sudo cat /etc/fstab >From these decide what is to be changed in /etc/fstab and edit the file. மா சிவகுமார் எல்லோரும் எல்லாமும் பெற வேண்டும் http://masivakumar.blogspot.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
