Trouble remembering my url.... Now you can visit my blog just by going to this link : http://sampat.tk and you will be redirected to my blog... Keep visiting me :)
Mail your suggestions to : sampat.honey@gmail.com

Friday, November 7, 2008

Access NTFS partition from Solaris

1) Install the FSWpart package
Download http://www.belenix.org/binfiles/FSWpart.tar.gz
Uncompress: gunzip -c FSWpart.tar.gz | tar xvf -
Install: pkgadd -d . FSWpart

2) Install the FSWfsmisc package
Download http://www.belenix.org/binfiles/FSWfsmisc.tar.gz
Uncompress: gunzip -c FSWfsmisc.tar.gz | tar xvf -
Install: pkgadd -d . FSWfsmisc

3) prtpart /dev/rdisk/c0d0p0 -ldevs
This will display all the partitions in this format ==> /dev/dsk/c0d0pN : FAT/NTFS
NOTE : N means 0,1,2,3 etc.

4) Now to mount the particular NTFS partition

Example :
mkdir /mnt/c
mount -F ntfs /dev/dsk/c0d0p1 /mnt/c

if you have more than one partition, than make more directories in '/mnt/'
and put the address (/dev/dsk/..)

1 comments:

Related Posts with Thumbnails

  © Blogger template Newspaper III by Ourblogtemplates.com 2008

Back to TOP