Gentoo Archives: gentoo-dev

From: Harry Putnam <reader@×××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Dev kernel 2.6.9 and ntfs mount
Date: Thu, 04 Nov 2004 02:51:11
Message-Id: m34qk6tlcv.fsf@newsguy.com
1 This may really belong on `users' where I am posting about it too.
2 But since it involves the `dev' kernel I thought maybe someone here
3 might be more likely to know what is what with it.
4
5 Can anyone here tell me what all might need to be edited in the
6 current gentoo-dev-sources kernel? (recent snapshot vintage)
7
8 I want to mount at least and possibly write to ntfs fs from a gentoo
9 install. I've built my kernel from gentoo-dev-sources using genkernel
10 and only edited these:
11
12 CONFIG_NTFS_DEBUG=y
13 CONFIG_NTFS_RW=y
14
15 This one was already defaulted to `m'
16 CONFIG_NTFS_FS=m
17
18 Are there any other params I need to edit inorder to mount ntfs?
19
20 With above described kernel, my mount command tells me:
21 mount -t ntfs /dev/hda1 /mnt/winxp
22 mount: wrong fs type, bad option, bad superblock on /dev/hda1,
23 or too many mounted file systems
24
25 Fdisk shows it present at /dev/hda1:
26 Device Boot Start End Blocks Id System
27 /dev/hda1 * 1 5354 43005973+ 7 HPFS/NTFS
28 /dev/hda2 5355 30401 201190027+ f W95 Ext'd (LBA)
29 /dev/hda5 5355 5393 313236 82 Linux swap
30 /dev/hda6 5394 6794 11253501 83 Linux
31
32 lsmod shows ntfs loaded if I modprobe it directly to make sure,
33 the mount cmd gives same output.
34
35
36 --
37 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Dev kernel 2.6.9 and ntfs mount Mike Frysinger <vapier@g.o>