LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora C4/Windows XP NTFS problem (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-c4-windows-xp-ntfs-problem-371141/)

psychomonkey 10-09-2005 02:30 AM

Fedora C4/Windows XP NTFS problem
 
Hello,

I am rather new to linux and have just set up a dual boot with windows xp and fedora core 4. I have a 30gb hd partitioned with 18gb for windows and 11gb for fedora. I also have a 160gb samsung sata hd partitioned ntfs which houses movies, music, pictures, etc. During installation, fedora recognized that my sata drive is there. Now after installation, I'm not seeing any evidence of the drive being there. When I boot into windows, my sata drive is fine. Is there some way of getting Fedora to see the sata ntfs partition? If anyone has any ideas or could recommend a walkthough, it would be greatly appreciated.

Thanks

johndoe0028 10-09-2005 03:27 AM

The system will recognize Hard Discs during install, but usually Linux File Systems and Windows ones aren't compatible.

I have the same situation: 2 Hard Drives, 1 with Windows and one with Fedora. I cannot switch data directly between the two.

The FAT File System is recognized by both, and that can be used to share files.

http://www.geocities.com/epark/linux...are-HOWTO.html

cs-cam 10-09-2005 05:44 AM

I'm not sure but I'd have thought Fedora should be able to read from the NTFS partition. If you try to write files to it you will damage your data and your computer will sleep with your girlfriend so I'd suggest mounting it read only. Try this and see if you have any luck:
Code:

mkdir -p /mnt/ntfs
mount -t ntfs -o ro /dev/sda1 /mnt/ntfs

If that doesn't work, post the output from this command:
Code:

cat /proc/filesystems

psychomonkey 10-09-2005 12:53 PM

When I tried running these lines:

mkdir -p /mnt/ntfs
mount -t ntfs -o ro /dev/sda1 /mnt/ntfs

I got error "mount: unknown filesystem type 'ntfs'.



Then ran this:

"cat /proc/filesystems"

and got this:


nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev binfmt_misc
nodev debugfs
nodev usbfs
nodev pipefs
nodev futexfs
nodev tmpfs
nodev inotifyfs
nodev eventpollfs
nodev devpts
ext2
nodev ramfs
nodev hugetlbfs
iso9660
nodev mqueue
nodev selinuxfs
ext3
nodev rpc_pipefs
nodev autofs
vfat

Any ideas?

Thanks again

NoStop 10-09-2005 01:25 PM

You can find the answer in this faq:

http://www.fedorafaq.org/

Q: How do I read my NTFS (Windows NT/2000/XP/2003) drive in Fedora?

Cheers.

psychomonkey 10-10-2005 10:00 AM

Thanks for the info, that site is great.

When I try doing what is suggested, i.e. "yum install kernel-module-ntfs-$(uname -r)", it goes through the process like its looking for an update, then i get message:

No matching argument: kernel-module-ntfs-2.6.13-1.1526_FC4
Nothing to do

Any other ideas?

Thanks again

snoakes 10-22-2005 02:08 PM

I had the same problem. You need to update yum. Use the following instructions to update yum then perform the install command again for the package you want to install.

http://www.fedorafaq.org/#yumconf


All times are GMT -5. The time now is 12:08 AM.