There are a few other ways to mount ntfs 1. http://www.opensolaris.org/os/project/fuse/ 2. belenix FSWfsmisc Miscellaneous filesystem support for OpenSolaris, I was able to recorver some thuderbird mail files:
The README file is at http://www.genunix.org/distributions/belenix_site/binfiles/README.FSWfsmisc.txt and the download, FSWfsmisc, is at http://www.genunix.org/distributions/belenix_site/binfiles/FSWfsmisc.tar.gz fdisk /dev/rdsk/c0d0s2 Total disk size is 14946 cylinders Cylinder size is 16065 (512 byte) blocks Cylinders Partition Status Type Start End Length % ========= ====== ============ ===== === ====== === 1 IFS: NTFS 151 7623 7473 50 2 Active Solaris 7624 14944 7321 49 SELECT ONE OF THE FOLLOWING: 1. Create a partition 2. Specify the active partition 3. Delete a partition 4. Change between Solaris and Solaris2 Partition IDs 5. Exit (update disk configuration and exit) 6. Cancel (exit without updating disk configuration) Enter Selection: 6 Mount partition 1: mount -F ntfs /dev/rdsk/c0d0p1 /mnt bash-3.00# df -k /mnt Filesystem kbytes used avail capacity Mounted on 127.0.0.1:/ 480214976 480214976 0 100% /mnt bash-3.00# ls /mnt 6547891.txt local.pmcl AUTOEXEC.BAT MSDOS.SYS boot.ini NTDETECT.COM C ntldr CONFIG.SYS oracle csb.log pagefile.sys Documents and Settings Program Files Documentum RECYCLER Downloads RHDSetup.log install System Volume Information IO.SYS TEMP IPH.PH WINDOWS j2sdk1.4.2_15 bash-3.00# This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
