Results 1 to 6 of 6
Ok I got tired of windows and reformated my OS hard drive and now just have Linux. My second hard drive has two partitions one that is NTFS and other ...
- 07-08-2004 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 33
NTFS issue
Ok I got tired of windows and reformated my OS hard drive and now just have Linux. My second hard drive has two partitions one that is NTFS and other that is FAT32.
Now I know that you can write to NTFS but it might be a problem. I know that I can reformat NTFS drive but I do not have enough disks for that.
I have a laptop that is windows that I am Samba into my Linux machine. Can I write to NTFS that way? Or do you recommend a different way to do this?
- 07-10-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
There is only one way to write to an NTFS volume using Linux, and that is with "captive-ntfs" driver (http://www.jankratochvil.net/project/captive/), and that's like... really ugly.
I don't really know what you actually want to do, though. Why do you want to write the NTFS volume?
- 07-10-2004 #3To overwrite "something"
Originally Posted by Dolda2000 
Btw, the recent kernels got limited "safe" write support - though limited. If you compile the kernel read the help for the ntfs write support button.Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
- 07-10-2004 #4Linux User
- Join Date
- Jul 2004
- Posts
- 256
Do you need to back up data?You don't have windows, so why do you keep NTFS?
Edit your /etc/fstabThen when you reboot, or "mount /mnt/winXP" it will mount your NTFS. Make sure you use the correct device. (You can check with "fdisk -l")Code:/dev/hda5 /mnt/winXP ntfs ro 1 0
--monkey
- 07-16-2004 #5Just Joined!
- Join Date
- Jul 2004
- Posts
- 12
but if I just wann read/se/mount my NTFS partition.. how do i do that ??
eventually I wannr write aswell, but at first just se it..
- 07-16-2004 #6Linux User
- Join Date
- Jul 2004
- Posts
- 256
I accidently edited instead of replied, so see my above post.
--monkey


Reply With Quote