LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to access ntfs partition on Debian (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-access-ntfs-partition-on-debian-651738/)

andreas_skw 06-26-2008 01:28 AM

How to access ntfs partition on Debian
 
I was succeed installing Debian on my notebook which XP and Knoppix exist. But, i can't access ntfs partition on Debian. I tried this by go to /mnt folder, like what i usually do on Knoppix. There are no ntfs partition on /mnt.

What should i do to be able to access ntfs partition? And then, why ntfs partition visible and acceseble on Knoppix and no in Debian?

Thanks in advance

MS3FGX 06-26-2008 05:56 PM

Knoppix handles setting up and mounting drives automatically for you because it is designed to be as simple to get running as possible. More traditional Linux distributions don't always do that.

You need to figure out which device this NTFS filesystem lives on (the output of "fdisk -l" usually helps) and then mount it manually with a command like:

Code:

mount /dev/device /mnt/mountpoint
You will need to create mountpoint under /mnt as well, since it is currently empty.

To make this permanent (and have it done at boot) you would enter in the final information into the /etc/fstab file, which controls the mounting of filesystems system-wide.

newtovanilla 06-26-2008 05:58 PM

http://www.linux-ntfs.org/

brianL 06-26-2008 06:16 PM

Install fuse and ntfs-3g to enable read/write access to XP from Debian.


All times are GMT -5. The time now is 09:04 PM.