Operating System - Linux
1830194 Members
14024 Online
109999 Solutions
New Discussion

Mounting NTFS disk through USB

 
SOLVED
Go to solution
Carles Viaplana
Valued Contributor

Mounting NTFS disk through USB

Hello,

We've mounted NTFS disk through USB port:

mount -t ntfs -w /dev/sda1 /mnt/usb

But we can't write there:

istambul:/mnt/usb # touch test
touch: cannot touch `test': Read-only file system
istambul:/mnt/usb #

What are we doing wrong?

Thanks in advance for your help.
Regards,

Carles
2 REPLIES 2
Alexander Chuzhoy
Honored Contributor
Solution

Re: Mounting NTFS disk through USB

The NTFS module is read only. The write mode is very dangerous (I think it works only on NTFS 4) and is rarely compiled/enabled in kernel.
Carles Viaplana
Valued Contributor

Re: Mounting NTFS disk through USB

Hello,

Finally we formatted external disk.

Thanks for your help.
Regards,

Carles