LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Mounting A NTFS Share (https://www.linuxquestions.org/questions/debian-26/mounting-a-ntfs-share-499913/)

carlosinfl 11-08-2006 10:03 PM

Mounting A NTFS Share
 
I know this is pretty common w/ dual boot PC's but I have never seen anyone do this in Debian. How difficult would it be for me to mount a NTFS share on Debian as read/write?

Code:

cwilliams@bishop:~$ sudo fdisk -l
Password:

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1      10199    81923436    7  HPFS/NTFS
/dev/sda2          10200      10321      979965  82  Linux swap / Solaris
/dev/sda3          10322      18248    63673627+  83  Linux


farslayer 11-09-2006 09:04 AM

not hard if you don't mind taking the chance of corruption... NTFS Support although it's getting better in Linux still isn't perfect.

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

carlosinfl 11-09-2006 09:16 AM

Worked fine. I had no problems.

Code:

mount -t ntfs /dev/sda1 /media/ntfs

KimVette 11-09-2006 08:53 PM

Use ntfs-3g - "safe" NTFS writes.

sridhar11 11-18-2006 05:38 AM

use ntfs-3g
 
i would recommend ntfs-3g this is very simple and nice tools if you want to know how to use check here

hope this helps


All times are GMT -5. The time now is 11:42 PM.