Results 1 to 8 of 8
I have one hard drive, 80 gigs. Four partitions: 3 windows, 1 linux. They are as follows: C = partion with windows on it, D = music partition, E = ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-13-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 16
need help mounting windows partition
I have one hard drive, 80 gigs. Four partitions: 3 windows, 1 linux. They are as follows: C = partion with windows on it, D = music partition, E = games etc, and finally my Linux partition. I can mount C drive using
. However, I cannot mount hda2, which I am assuming is my D drive. It saysCode:mount -t vfat /dev/hda1 (mnt position
"mount: wrong fs type, bad option, bad superblock on /dev/hda2, or too many mounted file systems (aren't you trying to mount an extended partition, instead of some logical partition inside?)"
Please help, thanks in advance.
- 09-13-2004 #2
First off: Is it an NTFS partition?
If not, post the output of this command:
It could be a logical partition inside of an extended partition. In which case it would be hda3.Code:/sbin/fdisk -l /dev/hda
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-13-2004 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 16
Ah thanks bro! DId the trick
- 03-29-2005 #4Just Joined!
- Join Date
- Mar 2005
- Posts
- 3
Original Question:
Answer (that saved my life ;):First off: Is it an NTFS partition?
If not, post the output of this command:
Code:
/sbin/fdisk -l /dev/hda
That just saved me a major headache and so much time. It was hda3...It could be a logical partition inside of an extended partition. In which case it would be hda3.
Thanks.
-td
- 05-08-2005 #5Just Joined!
- Join Date
- May 2005
- Posts
- 1
Re: need help mounting windows partition
Originally Posted by funkpirate
- 05-08-2005 #6Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Try hda5 (or higher). You can also open the partitioning tool, it will show you the partitions and their names. Then you can determine which one you want to mount.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 05-11-2005 #7Just Joined!
- Join Date
- May 2005
- Posts
- 2
can someone explain wats the use of this command
/sbin/fdisk -l /dev/hda
and we could also check for the partition from /etc/fstab
- 05-11-2005 #8fstab is merely a listing of mount points and selected choices for the particular choice of mount (read-only, owner only etc) within linux, fdisk lists all the partitions on the drive whether linux or not, the use of /dev/hda on the end allows you the check the partition tables of either a primary or secondary drive (hda, hdb, sda, sdb)
Originally Posted by dhruv Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages


Reply With Quote
