I am also facing same problem. output of vstab as follows: --------------------------------------------------------- root at belenix:~# cat /etc/vfstab #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # /devices - /devices devfs - no - /proc - /proc proc - no - ctfs - /system/contract ctfs - no - objfs - /system/object objfs - no - fd - /dev/fd fd - no - swap - /tmp tmpfs - yes - sharefs - /etc/dfs/sharetab sharefs - no - /dev/dsk/c3d0p1 - /mnt/ntfs0 ntfs - no - /dev/dsk/c3d0p5 - /mnt/ntfs1 ntfs - no - /dev/dsk/c3d0p6 - /mnt/ntfs2 ntfs - no - rpool/ROOT/opensolaris - / zfs - no - /dev/dsk/c3d0s1 - - swap - no - -------------------------------------------------------
I created 3 dir's under /mnt i.e. c3d0p1,c3d0p5 & c3d0p6 I was able to mount c3d0p1 i.e. my C:/ drive but while mounting remaining NTFS drives its showing following error >> ------------------------------------------ root at belenix:/mnt# mount /dev/dsk/c3d0p6 /mnt/ntfs2 This is not an NTFS disk/image. ------------------------------------------ Is there something wrong with permisions? I did ls -ltr and out put is as follows >> ----------------------------------------- dr-xr-xr-x 1 root root 4096 Nov 11 2008 ntfs0 drwxrwxrwx 2 root root 2 May 25 20:53 windows drwxr-xr-x 2 root root 2 May 25 20:57 ntfs1 drwxr-xr-x 2 root root 2 May 25 20:57 ntfs2 ----------------------------------------- Any hints? Thanks, Amey.
