A quick search of the mail archives results in a number of hits. This blog entry plus a few attachments may help. I have not done this myself for NTFS so that is all I can suggest.

http://blogs.sun.com/AlokChakrabarty/entry/how_to_mount_ntfs_and

On 12/4/10 8:16 AM, George Varel wrote:
Is it really THAT non- standard to have an NTFS formatted mass storage 
connected via USB to an OpenSolaris system?
--- Begin Message ---
I assume you have now a dual boot configuration with GRUB boot manager
windows in first partion (C:) and OpenSolaris in second partition.
to mount my C-Drive with windows ntfs filesystem I use:

mkdir /mnt/windows
mount -F ntfs /dev/dsk/c4d0p1 /mnt/windows

also check for packages FSWpart, FSWfsmisc
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

--- End Message ---
--- Begin Message ---
Making S99fuse_ntfs in /etc/rc2.d/ to be

#!/bin/sh
/usr/bin/ntfs-3g /dev/dsk/c6d1p1 /export/home/Guy/WinXP

with the same ownership/permissions as the other files in rc2.d puts the files 
in my Windows C:\ into my OSOL Home folder at start-up.

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

--- End Message ---
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to