On 01/10/11 05:57 PM, stephen bond wrote: > put an entry into vfstab to mount ntfs.
How that line might looks like then? Only solution I know about mounting ntfs is compiling and installing FUSE and then compiling and installing ntfs-3g. (same goes for ext2/3 read only - not ext4,) It works rather well, but I needed to mount it every time I want to use it, both for internal or external drives. Something like: $ cat ntf pfexec ntfs-3g /dev/dsk/c7d0p1 /media/ntfs $ cat ntfe pfexec ntfs-3g /dev/dsk/c10t0d0p1 /media/ntfse I suppose one can use uid= in ntfs-3g line, to mount specific partition ID to the same place, every time USB disk is plugged to different USB port. But the question stays: how to make it automount and what to put exactly in /etc/vfstab? _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org