Fortunatelly, there is a workaround to have Read and Write access to NTFS in PCLinuxOS. It is called ntfs-3g and can be installed from the PCLinuxOS pakect manager. Doing the following:
- Open the "Packet Manager" from your "pannel" (the bar on the bottom of the screen). If you are not in a root session (as you should!) type the root password to open the Packet Manager.
- Once open, click on "Search" and type: ntfs
- Right click on "ntfs-3g" and select "Mark for Installation"
- Click on "Apply" and follow the instructions if any.
Let suppose you have a NTFS drive: /dev/sda1
- Make sure that it is not already mounted. You can safely issue a: "umount /dev/sda1" to make sure it is unmounted, or you can check with "mount -l".
- Find a mounting directory (or "point" in the linux jargon). If you do not have one already make it yourself, for example you could create the directory /media/ext_disk
- Issue the following command to mount the drive:
mount -t ntfs-3g /dev/sda1 /media/ext_disk
If you want the NTFS to be read/write from boot time then you need to add the following line in /etc/fstab (modified for your drive and mount point, of course):
/dev/hda1 /media/disk ntfs-3g defaults 0 0
You are done! Now you can read/write to NTFS... but because of the warning above please play it safe and if things go wrong please remember that you were warned :-)
I later found another alternative. Install ntfs-config from the Packet Manager and the run the command "ntfs-config" follow the instructions and it will configure your NTFSs for write access.
3 comments:
Hello there, I figured out that there is also ntfs-config that supposedly should do that job. But it doesn't.
I've tried ntfs-config. It ran very smoothly and effectively
I've try. but could i use that tips without internet connected? because on my computer walk without internet. so please somebody help me. how i can use ntfs but without internet connected.if you able please also sent to my email iqbal.fawzi@yahoo.com
thank
Post a Comment