Friday, August 20, 2010

Mounting NTFS in Linux



Technology News Tutorial Today : Mounting NTFS in Linux
To the point this Mounting NTFS in Linux tutorial,

1. Install first
ntfs3g
apt-get install ntfs3g


2. Edit /et /fstab for Mounting NTFS in Linux
gedit /etc/fstab
Then enter:
/dev/hdb1 /media/ ntfs-3g master auto 0 0

Description:
/ Dev/hdb1 = file where the disk / partition in recognizable in the system (for the codes you can use fstab command-l)
/ Media / master = mount point (the place where the partition will be mounted on / in the fit.
ntfs-3g = application mounting
auto = automatic mounting done


3. Create the mount point
mkdir / media / master


4. Mount all
mount-a

That is Tutorial Mounting NTFS in Linux
How to mount ntfs hopefully useful in Linux

No comments:

Post a Comment