> Thanks for that Andrew - I've tried to follow your
> suggestion, so far without success. I suppose there
> is some little detail I've overlooked. This is where
> I've got to:
> 
> pfexec ntfs-3g /dev/dsk/c6d1p1
> /export/home/Guy/WinXP
>  
> uccessfully mounts my WinXP C: drive in my Home
> folder.
> 
> I've put the line
> 
> /dev/dsk/c6d1p1  -  /export/home/Guy/WinXP  fuse - no
> subtype=ntfs-3g
> 
> in /etc/vfstab
> 
> and created the S99 file in /etc/rc2.d/ with your
> suggested contents (/WinXP replaced by
> /export/home/Guy/WinXP)
> 
> The permissions etc. for thsi folder are as follows:
> 
> @opensolaris_b134:/etc/rc2.d$ ls -l
> total 23
> -rw-r--r-- 1 root sys   2405 2010-03-02 20:39 README
> -rwxr--r-- 2 root sys   1614 2010-03-02 20:39
> S20sysetup
> -rwxr--r-- 5 root sys   2649 2010-03-02 20:50
> S47pppd
> -rwxr-xr-x 2 root other 1558 2010-03-02 20:50
> S72autoinstall
> -rwxr--r-- 2 root sys   2065 2010-03-02 20:39
> S73cachefs.daemon
> -rwxr--r-- 2 root sys   1776 2010-03-02 20:50
> S81dodatadm.udaplt
> -rwxr--r-- 2 root sys   1065 2010-03-02 20:39
> S89PRESERVE
> -rwxr--r-- 2 root sys   1540 2010-03-02 20:39
> S98deallocate
> -rwxr--r-- 1 root sys     86 2010-07-20 09:53
> S99fuse_ntfs
> 
> OSOL then boots as usual with the Windows C-drive not
> mounted. I don't see the init script echoed to the
> console.
> 
> 
> Any further suggestions to fix this much appreciated.
> It's obviously not a big thing as a 1-line command
> does the job but it would be neat to have it in place
> automatically.
> 
> Cheers

I've just tested on my system and if I put a file called S99test in place and 
put stuff into it  it does get executed - the problem is that there is no 
console output from any init script now so you can't see what is going on. Try 
this:

pfexec /path/to/ntfs-3g /dev/dsk/c6d1p1 /export/home/Guy/WinXP 
&>/export/home/Guy/ntfsdebug.txt

This will redirect stdout and stderr from ntfs-3g to the file 
/home/Guy/ntfsdebug.txt which you can have a look at after the system boots to 
see what (if anything) went wrong.

Cheers

Andrew.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to