| Author |
Reading and writing NTFS
|
|
| HOOLIGAN 2001-10-16, 5:39 am |
| Is it possible to boot to linux and read and/or write to NTFS partitions?
does anyone have info or link to poss resourses on this?
Cheers in advance.
Hooligan | |
| CamelTeeth 2001-10-16, 7:10 am |
| Change the settings in your /etc/fstab file to be able to read. I am not sure if writing to NTFS is a good idea . . . it may cause damage to the filesystem. | |
| TW2001 2001-10-16, 7:30 am |
| It will depend on if you have support in your kernel for that operation.Im not completely sure if the current driver supports writing though.
Insert module insmod ntfs
mount -t ntfs /dev/hda1 /mnt/winloser
that would mount the first partition of device a in directory /winloser
The module can be easily obtained.
http://rpmfind.net has source and rpms.
When you start playing around (especially with making modules) BACK UP YOUR DATA! | |
| ccieToBe 2001-10-16, 1:31 pm |
| quote: Originally posted by TW2001
...
mount -t ntfs /dev/hda1 /mnt/winloser
...
Lol, I always mount it to /winblows. |
|
|
|