PDA

View Full Version : Read-only NTFS?



Colin
01-29-2004, 11:06 PM
How do I make an NTFS partition NOT read only? I am logged in as root at a console and I get a filesystem is read-only error when I try to move files.

arkaine23
01-29-2004, 11:18 PM
You need one of the few remastered knoppix CD's that have captive NTFS. Knoppix 3.3 can't write to NTFS unless you hard drive install it and then add support for it through captive NTFS or the 2.6 kernel.

Colin
01-29-2004, 11:22 PM
Oh. :(

mikekgr
01-29-2004, 11:30 PM
Dear arkaine23,

would you like to explain me in details how can have/add support for NTFS through captive NTFS ???

Best Regards
Mike Kranidis

arkaine23
01-29-2004, 11:33 PM
Do I have a sign on me that says "hi, I'm a Linux admin, ask me anything"?

Well, I might know a little bit about Linux, but adding captive NTFS or 2.6 kernel to a live CD or installed distro are things I haven't gotten around to doing yet.

I can post a few links that will help you out though...

http://www.knoppix.net/forum/viewtopic.php?t=6546#29685

http://www.knoppix.net/forum/viewtopic.php?t=7317#33492

Just search and you may find more. Also, it looks like Knoppix 3.4 will probably show up in a few weeks. That should support NTFS writing. the newest version of Knoppix STD has NTFS write capability.

arkaine23
01-29-2004, 11:38 PM
If you're on a LAN, you can write to a NTFS share on another computer using samba... Nothing special, just samba.

mkdir /mnt/poiint
smbmount //hostname/sharename /mnt/point -o username=username

Just run it as root and fill in the vaules for hostname (name of remote computer), sharename (name of share), and username (user to connect as). Then you should get prompted to enter username's password, and the share drive will be mounted to /mnt/point (or whatever directory you specify).

mikekgr
01-30-2004, 12:11 AM
Dear arkaine23,

thanks for your answer.

Best Regards
Mike Kranidis