First create a monut point under /mnt ie: mkdir c or what ever you want to call it,maybe your name would do.Then edit /etc/fstab and put the mount entry in there.ie: /dev/hda6 /mnt/c vfat noauto,nouser 0 1.From there you can mount your /dev/hda6 anytime you want. Hope it helps cheers.
On Fri, 23 Jan 2004 14:08:50 +0530, "Naresh Deshaveni" <[EMAIL PROTECTED]> said: > hi, > have u tried this > mount -t vfat /dev/hda6 /c or what ever folder > > regards > naresh > > > >From: Onkar Shinde <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: [LIH]Mounting extended partition. > >Date: Fri, 23 Jan 2004 10:04:34 +0530 > > > > > > > Dear Sir, > > > here is the information of Fdisk .. > > > > > > Device Boot Start End Blocks Id System > > > /dev/hda1 1 1275 10241406 c Win95 FAT32 (LBA) > > > /dev/hda2 * 1276 1339 514080 83 Linux > > > /dev/hda3 1340 2562 9823747+ 83 Linux > > > /dev/hda4 2568 4865 18458685 5 Extended > > > /dev/hda5 2568 2633 530113+ 82 Linux swap > > > /dev/hda6 3017 4865 14852061 c Win95 FAT32 (LBA) > > > /dev/hda7 2634 3015 3068383+ 83 Linux > > > > > > Partition table entries are not in disk order > > > While I am able to mount the dev/hda1, I am not able to mount the > > > /dev/hda6 . > > > The error reported is > > > [EMAIL PROTECTED] root]# mount -t msdos /dev/hda6 /c > > > mount: wrong fs type, bad option, bad superblock on /dev/hda6, > > > or too many mounted file systems > > > > > > What could be wrong.. > > > > > > > > > Regards and thanks for your time. > > > > > > > > >This may be due to the fact that your windows drive (the one that is D: in > >windows or /dev/hda6 in linux) is not properly formated. > >I received same error yesterday while configuring a newly installed linux > >system. > >Also check that you havent mounted a partition already in /c folder > > > >Onkar Shinde > > > > > > > >------------------------------------------------------- > >The SF.Net email is sponsored by EclipseCon 2004 > >Premiere Conference on Open Tools Development and Integration > >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > >http://www.eclipsecon.org/osdn > >_______________________________________________ > >linux-india-help mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/linux-india-help > > _________________________________________________________________ > Games, MMS cards, ringtones. Operator logos, picture messages & more. > http://server1.msn.co.in/sp03/mobilesms/ Jazz up your mobile! > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india-help -- http://www.fastmail.fm - Email service worth paying for. Try it for free ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
