Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems mounting my WinXP NTFS drive.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Thu Aug 29, 2002 10:54 pm    Post subject: Problems mounting my WinXP NTFS drive. Reply with quote

I've made sure NTFS support was compiled in with the kernel and when I try to mount, I get the error msg..

mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems

Any idea why this is coming up? What is the max number of file systems you can have mounted at a time? Please help; all I want to do is listen to my MP3s.
Back to top
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Aug 29, 2002 10:57 pm    Post subject: Reply with quote

What is the exact mount command you tried? If you added a line to /etc/fstab, what does it look like?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Aug 29, 2002 11:17 pm    Post subject: Reply with quote

mount -t ntfs /dev/hda1 /mnt/winxp

/mnt/winxp exists... and my fstab is...

/dev/hda1 /mnt/winxp ntfs owner,uid=1000,gid=1000,d=1000,async,ro 0 0
Back to top
fidler
Apprentice
Apprentice


Joined: 03 Jul 2002
Posts: 162
Location: Utah

PostPosted: Fri Aug 30, 2002 5:58 pm    Post subject: Reply with quote

Type cat /proc/filesystems

Does it list NTFS?

If not maybe you need to load the module or compile in the NTFS statically.
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Aug 30, 2002 7:03 pm    Post subject: Reply with quote

Yea it lists it.
Back to top
He4D
n00b
n00b


Joined: 12 Jul 2002
Posts: 26

PostPosted: Sat Aug 31, 2002 12:37 pm    Post subject: Reply with quote

Hm.. i always make it with
# mount -a /dev/hda5 /mnt/winnt
and it worxx
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Aug 31, 2002 5:18 pm    Post subject: Reply with quote

Isn't it already mounted?
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Aug 31, 2002 6:58 pm    Post subject: Reply with quote

No it doesn't work... NTFS support is compiled into the kernel... does anyone here have Windows XP and has mounted the drive in gentoo?
Back to top
longint
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2002
Posts: 100
Location: good old germany

PostPosted: Sat Aug 31, 2002 8:36 pm    Post subject: Reply with quote

U R sure it is an NTFS-partition? Try this:

mount /dev/hda1 /mnt/winxp

If it doesn't work do a 'fdisk -l /dev/hda' and post the ouptu here...
Back to top
View user's profile Send private message
splooge
l33t
l33t


Joined: 30 Aug 2002
Posts: 636

PostPosted: Sat Aug 31, 2002 9:31 pm    Post subject: Reply with quote

Just tried it.

mkdir /mnt/ntfs
mount -t ntfs /dev/hda1 /mnt/ntfs

Works fine for me =)
Back to top
View user's profile Send private message
arkane
l33t
l33t


Joined: 30 Apr 2002
Posts: 918
Location: Phoenix, AZ

PostPosted: Sun Sep 01, 2002 6:47 am    Post subject: Reply with quote

Worst case scenario, scrap all those options and add them in one by one, mounting and unmounting.

I mount NTFS all the time, and I use the following command line:
mount -o umask=000,ro /dev/hda1 /mnt/win_c
(umask is set to 000 to have read access across the board.. not like anyone could ever write to it.)

I'm modularized here...
ntfs 48768 1 (autoclean)
Back to top
View user's profile Send private message
pen
n00b
n00b


Joined: 08 Jun 2002
Posts: 17
Location: Great NW

PostPosted: Sun Sep 01, 2002 8:50 pm    Post subject: Reply with quote

Technically, this may not apply directory to this thread, but it might be nice to have an answer to the following as part of the thread...

Could it be a problem of the NTFS partition being on a "dynamic" disk as apposed to a "basic" disk?

Does this make any difference to the Linux NTFS driver?

/Pen
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Sun Sep 01, 2002 9:33 pm    Post subject: Reply with quote

No difference to the driver, but if it's on a dynamic disk, you have to have dynamic disk partition table support in the kernel.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum