Page 1 of 1

Did you get NTFS support working?

Posted: Tue Jul 05, 2005 7:34 pm
by Administrator
Just a quick survey to see whether the problems I am facing are machine dependent or not. I have not been able to get NTFS to work on both my home (Win2K) and work (WinXP) machine. I tried both FreeDOS + NTFSDOS, and INSERT + Captive. What is your experience?

Posted: Wed Jul 06, 2005 8:34 pm
by Victor Chew
BTW, just found out I could get a pretty reliable read-only mount from INSERT using:

Code: Select all

su - root
mkdir /mnt/ntfs
mount -o ro -t ntfs /dev/hda1 /mnt/ntfs

Posted: Thu Jul 14, 2005 11:04 am
by mmayberry
Haven't gotten NTFS r/w to work yet. I have tried both the FreeDOS and the Insert methods.

I found an interesting post at http://www.computing.net/linux/wwwboard ... 27880.html which states that he was able to get captive working by adding the user captive to the group captive. My problem is that I was expecting usermod to be available, but it does not appear to be. How else can I modify this user account?

Did you get NTFS support working?

Posted: Thu Jul 14, 2005 2:55 pm
by bldrdash
Thanks for the post. Victor has also mentioned he had
trouble and after reading the link I think I may see the
problem:

The post you mention talks about adding the user insert to
the group captive. Try to use captive as root and see if
you have different results. If you are running Captive from
the FluxBox menu it should already run as root, but if you're
doing it from the command line, make sure you're in a root shell.

If it still doesn't work, please drop to a root shell and type
"fdisk -l" (that's a lowercase L) and post the results; we'll
then step through and see what's going wrong. If you know bash
you can also read through /usr/sbin/startcaptive and issue the
commands manually and see what fails.

Also note compatibility. The captive author has posted these
notes:
http://www.jankratochvil.net/project/ca ... l#versions
and
http://cvs.jankratochvil.net/viewcvs/*c ... l/acquire/
w32-mod-id.captivemodid.xml?rev=HEAD&content-type=text/plain

I have tested with XP SP2 and it works for me.

The reason we didn't add user "insert" to the group "captive"
is that, normally, only root can mount filesystems. It sounds
like the captive author may have made a mod such that, in addition
to root, anyone whose part of the captive group can mount too.

> I found an interesting post at
> http://www.computing.net/linux/wwwboard ... 27880.html
> which states that he was able to get captive working by
> adding the user captive to the group captive. My problem is
> that I was expecting usermod to be available, but it does not
> appear to be. How else can I modify this user account?

You can't modify /etc/groups without remastering (at least, at
this time).

-- Charles

Posted: Fri Jul 15, 2005 1:40 am
by Victor Chew
Here's my output on VMWare 4.5.2.

This mounts the Win2K filesystem as read-only, and the directory listing shows that it is working:

Image

This tries to mount the Win2K filesystem using Captive:

Image[/img]

WORKS BUT...

Posted: Mon Apr 30, 2007 11:45 pm
by Steep
NFTS support works for me but mainly in readonly mode... when I try to RENAME or SAVE AS files after editing under NTFS4DOS I get an INVALID OPCODE error and have to reboot... it's a real headache