Tuesday, February 22, 2011

Mount NTFS on centos

http://wiki.centos.org/TipsAndTricks/NTFS

yum install fuse fuse-ntfs-3g
mkdir /windowsXP
vi /etc/fstab
Press i to insert new line and go to end of file
/dev/sda1       /mymnt/win   ntfs-3g  ro,umask=0222,defaults 0 0 
press escape and type :wq to quit
to mount, enter 
mount /windowsXP
Done!

No comments:

Related Posts Plugin for WordPress, Blogger...