Results 1 to 10 of 14
I'm trying to get access to my XP partition by trying:
mount -t ntfs /dev/hda1 /winXP
getting the error: mount: unknown filesystem type "ntfs".
The manual shows it as available.
...
- 08-18-2005 #1Just Joined!
- Join Date
- Aug 2005
- Location
- East Australia
- Posts
- 22
mounting ntfs to access my XP
I'm trying to get access to my XP partition by trying:
mount -t ntfs /dev/hda1 /winXP
getting the error: mount: unknown filesystem type "ntfs".
The manual shows it as available.
I ran 'df' to see which partitions were'nt mounted, and there isn't a hda1, but a hdc3? But the first problem is ntfs. Don't really know what I'm doing here.
- 08-18-2005 #2Linux User
- Join Date
- Aug 2005
- Location
- Peterborough, UK
- Posts
- 379
Have you actually installed any NTFS support? Because I think the manual lies...
\"I am, after all,\" said Pooh, \"a bear of very little brain.\"
MY PC: Athlon XP64 3000+ on a Asus K8V-X mobo w/1GB of non-descript RAM. AGP - GeForce 2 MX400. PCI - Creative Live! 5.1 soundcard. 140 GB and 120 GB SATA WD drives.
- 08-18-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 60
lol, nu uh... its printed!
Originally Posted by Odd_Bloke
Yah, you probly need to install NTFS support to tell linux how to read NTFS partitions.
- 08-18-2005 #4Just Joined!
- Join Date
- Aug 2005
- Location
- East Australia
- Posts
- 22
By manual, I mean 'man'. I just installed Fedora Core 4, and I'm going by 'man mount'.
- 08-18-2005 #5Just Joined!
- Join Date
- Aug 2005
- Location
- East Australia
- Posts
- 22
So, supposing I don't have ntfs support, how do I find and install it?
- 08-18-2005 #6Just Joined!
- Join Date
- Aug 2005
- Posts
- 60
Hhmm, I dont know what it is called, but try command line yum ntfs
- 08-18-2005 #7Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
You should seriously consider visiting this site L
http://linux-ntfs.sourceforge.net/rpm/downloads.html
- 08-19-2005 #8Just Joined!
- Join Date
- Aug 2005
- Location
- East Australia
- Posts
- 22
Thanks prosen. That's brilliant info! A real helpful website!
yum can't be of any help yet. Got a bit of work to do to get the modem going first. Stuck with windows still.
At the moment I'm having trouble finding the kernel version for the ntfs drivers: my Kernel Version is: 2.6.11-1.1369_FC4smp. Ugrade it?
Code:[root@localhost ~]# cat /proc/pci PCI devices found: Bus 0, device 0, function 0: Class 0600: PCI device 8086:3580 (rev 2). Prefetchable 32 bit memory at 0xe0000000 [0xe7ffffff]. Bus 0, device 0, function 1: Class 0880: PCI device 8086:3584 (rev 2). Bus 0, device 0, function 3: Class 0880: PCI device 8086:3585 (rev 2). Bus 0, device 1, function 0: Class 0604: PCI device 8086:3581 (rev 2). Master Capable. Latency=32. Min Gnt=12. Bus 0, device 29, function 0: Class 0c03: PCI device 8086:24c2 (rev 1). IRQ 177. I/O at 0xbf80 [0xbf9f]. Bus 0, device 29, function 1: Class 0c03: PCI device 8086:24c4 (rev 1). IRQ 193. I/O at 0xbf40 [0xbf5f]. Bus 0, device 29, function 2: Class 0c03: PCI device 8086:24c7 (rev 1). IRQ 201. I/O at 0xbf20 [0xbf3f]. Bus 0, device 29, function 7: Class 0c03: PCI device 8086:24cd (rev 1). IRQ 185. Non-prefetchable 32 bit memory at 0xf4fffc00 [0xf4ffffff]. Bus 0, device 30, function 0: Class 0604: PCI device 8086:2448 (rev 129). Master Capable. No bursts. Min Gnt=4. Bus 0, device 31, function 0: Class 0601: PCI device 8086:24cc (rev 1). Bus 0, device 31, function 1: Class 0101: PCI device 8086:24ca (rev 1). IRQ 177. I/O at 0xbfa0 [0xbfaf]. Non-prefetchable 32 bit memory at 0x20000000 [0x200003ff]. Bus 0, device 31, function 5: Class 0401: PCI device 8086:24c5 (rev 1). IRQ 169. I/O at 0xb800 [0xb8ff]. I/O at 0xbc40 [0xbc7f]. Non-prefetchable 32 bit memory at 0xf4fff800 [0xf4fff9ff]. Non-prefetchable 32 bit memory at 0xf4fff400 [0xf4fff4ff]. Bus 0, device 31, function 6: Class 0703: PCI device 8086:24c6 (rev 1). IRQ 169. I/O at 0xb400 [0xb4ff]. I/O at 0xb080 [0xb0ff]. Bus 1, device 0, function 0: Class 0300: PCI device 10de:0324 (rev 161). IRQ 11. Master Capable. Latency=32. Min Gnt=5.Max Lat=1. Non-prefetchable 32 bit memory at 0xfc000000 [0xfcffffff]. Prefetchable 32 bit memory at 0xd0000000 [0xdfffffff]. Bus 2, device 1, function 0: Class 0200: PCI device 14e4:4401 (rev 1). IRQ 169. Master Capable. Latency=32. Non-prefetchable 32 bit memory at 0xfaffe000 [0xfaffffff]. Bus 2, device 4, function 0: Class 0607: PCI device 104c:ac44 (rev 2). IRQ 177. Master Capable. Latency=168. Min Gnt=192.Max Lat=5. Non-prefetchable 32 bit memory at 0x20001000 [0x20001fff]. Bus 2, device 4, function 1: Class 0c00: PCI device 104c:8029 (rev 0). IRQ 177. Master Capable. Latency=32. Min Gnt=2.Max Lat=4. Non-prefetchable 32 bit memory at 0xfaffd800 [0xfaffdfff]. Non-prefetchable 32 bit memory at 0xfaff8000 [0xfaffbfff]. [root@localhost ~]# cat /etc/modules.conf cat: /etc/modules.conf: No such file or directory [root@localhost ~]# cat /proc/modules vfat 17345 1 - Live 0xe0bec000 fat 54621 1 vfat, Live 0xe0c1e000 parport_pc 31621 0 - Live 0xe0c04000 lp 16585 0 - Live 0xe0b95000 parport 39049 2 parport_pc,lp, Live 0xe0bf9000 autofs4 22725 2 - Live 0xe0b9d000 rfcomm 46041 0 - Live 0xe0bdf000 l2cap 33857 5 rfcomm, Live 0xe0aac000 bluetooth 56645 4 rfcomm,l2cap, Live 0xe0ba7000 sunrpc 139781 1 - Live 0xe0bbb000 pcmcia 29905 2 - Live 0xe0b79000 ipt_REJECT 9665 1 - Live 0xe0a9e000 ipt_state 5825 5 - Live 0xe0a9b000 ip_conntrack 46377 1 ipt_state, Live 0xe0b88000 iptable_filter 6849 1 - Live 0xe0a84000 ip_tables 24897 3 ipt_REJECT,ipt_state,iptable_filter, Live 0xe0aa4000 video 19909 0 - Live 0xe0a95000 button 10577 0 - Live 0xe0a68000 battery 13381 0 - Live 0xe0a89000 ac 8773 0 - Live 0xe0a75000 sd_mod 22977 2 - Live 0xe0a7d000 md5 8001 1 - Live 0xe0a6c000 ipv6 265857 10 - Live 0xe0ab6000 usb_storage 74761 1 - Live 0xe09d1000 scsi_mod 136457 2 sd_mod,usb_storage, Live 0xe0a3f000 ohci1394 39177 0 - Live 0xe09a5000 ieee1394 302873 1 ohci1394, Live 0xe09f4000 yenta_socket 25289 1 - Live 0xe097e000 rsrc_nonstatic 16705 1 yenta_socket, Live 0xe0978000 pcmcia_core 53077 3 pcmcia,yenta_socket,rsrc_nonstatic, Live 0xe0988000 uhci_hcd 35409 0 - Live 0xe096e000 ehci_hcd 38093 0 - Live 0xe0963000 hw_random 9557 0 - Live 0xe093f000 snd_intel8x0m 22405 0 - Live 0xe0950000 snd_intel8x0 35969 1 - Live 0xe0946000 snd_ac97_codec 78393 2 snd_intel8x0m,snd_intel8x0, Live 0xe08e5000 snd_seq_dummy 7621 0 - Live 0xe0867000 snd_seq_oss 35777 0 - Live 0xe0930000 snd_seq_midi_event 11585 1 snd_seq_oss, Live 0xe0876000 snd_seq 54097 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event, Live 0xe0921000 snd_seq_device 12621 3 snd_seq_dummy,snd_seq_oss,snd_seq, Live 0xe08bb000 snd_pcm_oss 54257 0 - Live 0xe0912000 snd_mixer_oss 21953 1 snd_pcm_oss, Live 0xe08de000 snd_pcm 91973 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss, Live 0xe08fa000 snd_timer 28357 2 snd_seq,snd_pcm, Live 0xe08c5000 snd 58149 12 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer, Live 0xe08ce000 soundcore 13345 1 snd, Live 0xe08b6000 snd_page_alloc 13765 3 snd_intel8x0m,snd_intel8x0,snd_pcm, Live 0xe08b1000 b44 26181 0 - Live 0xe0881000 mii 9409 1 b44, Live 0xe0872000 dm_snapshot 21349 0 - Live 0xe087a000 dm_zero 6081 0 - Live 0xe0861000 dm_mirror 26013 0 - Live 0xe086a000 ext3 133193 2 - Live 0xe0889000 jbd 61785 1 ext3, Live 0xe081a000 dm_mod 59749 6 dm_snapshot,dm_zero,dm_mirror, Live 0xe082d000 [root@localhost ~]# /sbin/ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0F:1F:0C:18:EA inet6 addr: fe80::20f:1fff:fe0c:18ea/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:176 (176.0 b) Interrupt:169 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:3041 errors:0 dropped:0 overruns:0 frame:0 TX packets:3041 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3755754 (3.5 MiB) TX bytes:3755754 (3.5 MiB) sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) [root@localhost ~]# lsmod Module Size Used by vfat 17345 1 fat 54621 1 vfat parport_pc 31621 0 lp 16585 0 parport 39049 2 parport_pc,lp autofs4 22725 2 rfcomm 46041 0 l2cap 33857 5 rfcomm bluetooth 56645 4 rfcomm,l2cap sunrpc 139781 1 pcmcia 29905 2 ipt_REJECT 9665 1 ipt_state 5825 5 ip_conntrack 46377 1 ipt_state iptable_filter 6849 1 ip_tables 24897 3 ipt_REJECT,ipt_state,iptable_filter video 19909 0 button 10577 0 battery 13381 0 ac 8773 0 sd_mod 22977 2 md5 8001 1 ipv6 265857 10 usb_storage 74761 1 scsi_mod 136457 2 sd_mod,usb_storage ohci1394 39177 0 ieee1394 302873 1 ohci1394 yenta_socket 25289 1 rsrc_nonstatic 16705 1 yenta_socket pcmcia_core 53077 3 pcmcia,yenta_socket,rsrc_nonstatic uhci_hcd 35409 0 ehci_hcd 38093 0 hw_random 9557 0 snd_intel8x0m 22405 0 snd_intel8x0 35969 1 snd_ac97_codec 78393 2 snd_intel8x0m,snd_intel8x0 snd_seq_dummy 7621 0 snd_seq_oss 35777 0 snd_seq_midi_event 11585 1 snd_seq_oss snd_seq 54097 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 12621 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss 54257 0 snd_mixer_oss 21953 1 snd_pcm_oss snd_pcm 91973 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss snd_timer 28357 2 snd_seq,snd_pcm snd 58149 12 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer soundcore 13345 1 snd snd_page_alloc 13765 3 snd_intel8x0m,snd_intel8x0,snd_pcm b44 26181 0 mii 9409 1 b44 dm_snapshot 21349 0 dm_zero 6081 0 dm_mirror 26013 0 ext3 133193 2 jbd 61785 1 ext3 dm_mod 59749 6 dm_snapshot,dm_zero,dm_mirror [root@localhost ~]#
- 08-19-2005 #9Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
If your Kernel Version is: 2.6.11-1.1369_FC4smp ,
this is the one you are looking for :
http://prdownloads.sourceforge.net/l...r.6.0.i686.rpm
- 08-19-2005 #10Just Joined!
- Join Date
- Aug 2005
- Location
- East Australia
- Posts
- 22
Thanks again prosen. Problem fixed.


Reply With Quote