![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| filesystem mounting | prashantchavan | SUN Solaris | 2 | 12-28-2007 09:41 PM |
| Mounting USB NTFS External Disk R/W on OSX | Neo | OS X (Apple) | 4 | 09-30-2007 05:26 PM |
| Mounting ext3 & NTFS on PC-BSD!! | void_man() | BSD | 1 | 09-19-2007 03:17 AM |
| how to mount ntfs filesystem | nicknihal | Linux | 0 | 09-09-2006 01:59 AM |
| Mounting ntfs through network??? | solvman | UNIX for Advanced & Expert Users | 6 | 05-16-2002 12:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Mounting NTFS filesystem
I'm currently running dual boot Linux & Windows. Linux is Fedora core 3. I've downloaded and installed the rmp that was needed so that I could mount a NTFS filesystem. But when I go to mount the filesystem I'm still getting error's stating it does not support the NTFS filesystem.
Also the system tells me the package is installed. But whne I got to check the status of it running it isn't there. I'll post errors I have in a bit when I boot into Linux |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Ok here the output.
cat /etc/redhat-release Fedora Core release 3 (Heidelberg) uname -r 2.6.9-1.667 rpm -q --queryformat "%{ARCH}\n" kernel i686 rpm -ihv kernel-module-ntfs-2.6.9-1.667-2.1.20-0.rr.3.3.i686.rpm Preparing... ########################################### [100%] package kernel-module-ntfs-2.6.9-1.667-2.1.20-0.rr.3.3 is already installed /sbin/modprobe ntfs FATAL: Error inserting ntfs (/lib/modules/2.6.9-1.667/kernel/fs/ntfs/ntfs.ko): Invalid module format cat /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev sockfs nodev binfmt_misc nodev usbfs nodev usbdevfs nodev futexfs nodev tmpfs nodev pipefs nodev eventpollfs nodev devpts ext2 nodev ramfs nodev hugetlbfs iso9660 nodev mqueue nodev selinuxfs ext3 nodev rpc_pipefs nodev autofs So I've got no idea what and where I have gone wrong. I followed the instruction to install it. Yet it still will not work. I'm thinking I may be best to recompile the kernel with NTFS support. All i want to do is be able to mount my Windows partition (/dev/hda2) |
|
#3
|
|||
|
|||
|
Oh yeah and when I go to mount this is what happens.
mount /dev/hda2 /mnt/windows mount: fs type ntfs not supported by kernel It doesn't matter if I use the "-t ntfs" option it still gives me the same error |
|
#4
|
|||
|
|||
|
Perhaps try depmod, then load module.
|
|
#5
|
|||
|
|||
|
There is a good set of instructions here:
http://fedoranews.org/contributors/s...fc3_note/#NTFS There is a lot of good info there about FC3. Hope this helps. |
|
#6
|
|||
|
|||
|
I don't know if you noticed, but you have an invalid module format extension from your rpm that you installed. I have never seen a lib file with ext ".ko"
I would google again for another package and check the sig. KW |
|
#7
|
|||
|
|||
|
Quote:
|
|||
| Google The UNIX and Linux Forums |