11 Mayıs 2010 Salı

opensolaris ntfs mount

1.step : download packages to /tmp
cd /tmp
wget http://www.belenix.org/binfiles/FSWfsmisc.tar.gz
wget http://www.belenix.org/binfiles/FSWpart.tar.gz

2.step : extracting
gunzip -c FSWpart.tar.gz | tar xf -
gunzip -c FSWfsmisc.tar.gz | tar xf -

3.step : after that you can install them like below
sudo pkgadd -d . FSWpart
sudo pkgadd -d . FSWfsmisc

4.step : you have to see your ntfs partition is which slice on disk?
use format or rmformat to see that.

5.step : mount phase
mount -F ntfs /dev/dsk/c6t0d0p0 /mnt

that's all..




Hiç yorum yok: