20 Jun 2009

Mounting NTFS on Linux Machine

Author: Azril Reyes | Filed under: Linux

There are several ways to mount a NTFS drive into linux but I prefer this way.

1. Check the kernel version of Linux that you are running by typing uname -r

2. Download the package that suitable for your kernel at www.linux-ntfs.org

3. Verify the installation type by typing this command: /sbin/modprobe ntfs

4. If you encounter any problem during installation, run this command to check. cat/proc/filesystems

5. Then finally mount it by typing this command. mount /dev/sdb1 mnt/ntfs -t ntfs -r -o umask=0222

Good luck and happy trying it.

Tags: , , ,

One Response to “Mounting NTFS on Linux Machine”

  1. KonstantinMiller Says:

    Hello. I think the article is really interesting. I am even interested in reading more. How soon will you update your blog?

Leave a Reply