
Linux, NTFS, view my windows hd
Linux, NTFS, view my windows hd
I downloaded the ntfs drivers and tools from sourceforge, but im not sure how to use them exactly to see my windows hard drive. Any help?
Im usin Fedora Core 3, 2.6.9-681.

I'm not sure you actually need the drivers, I believe it should be able to detect and read ntfs drives already. Did you mount the drive?
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
Fedora Core 3 'should' read and mount ntfs drives. Im sure Fedora Core 2 does.
What you might not be able to do is write, because it is currectly unsafe and rather risky if you have sensity data.
Like the guy above said, try mounting:
mount ntfs /dev/hd# /mnt/hd#
replacing # for the appropriate number and make sure /mnt/hd# exists
What you might not be able to do is write, because it is currectly unsafe and rather risky if you have sensity data.
Like the guy above said, try mounting:
mount ntfs /dev/hd# /mnt/hd#
replacing # for the appropriate number and make sure /mnt/hd# exists
I would highly recommend against enabling write support. NTFS support in Linux has been experimental and very unstable for a long time now, and while generally that's OK, I've known a few people that have lost alot of data by trying to use it.mmione wrote:Yah, you just have to mount the device. If you want to write to it you just have to change the read/write settings.
Hacking router firmware since 2005
- Stef
- Advanced Member
- Posts: 712
- Joined: Sun Apr 16, 2000 12:00 am
- Location: Edmonton, Alberta, Canada
Yeah, load the proper module (not sure what it is), then mount the partition with:
mount /dev/hda1 /mnt/c_drive -t ntfs -o ro
Just replace the partition number and mount point with the proper ones for your system. If all works well, you can edit /etc/fstab so that the partition is automatically mounted at every boot. Otherwise, you'll be doing it manually every time you'd like read access
Stef
mount /dev/hda1 /mnt/c_drive -t ntfs -o ro
Just replace the partition number and mount point with the proper ones for your system. If all works well, you can edit /etc/fstab so that the partition is automatically mounted at every boot. Otherwise, you'll be doing it manually every time you'd like read access

Stef