LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   copying files to ntfs drive (https://www.linuxquestions.org/questions/linux-newbie-8/copying-files-to-ntfs-drive-4175530054/)

eashwar_g 01-05-2015 12:07 AM

copying files to ntfs drive
 
hi everyone

i have a external hdd with ntfs format of size 1tb

i want to copy files from a folder on desktop with size 50gb into the ntfs drive?(i can open the drive but i cant access paste and copy options in it)

the OS version is Red Hat Enterprise Linux Server release 5.10 (Tikanga).

please someone say the easiest steps to do so,
ntfscp ntfs -3g none of them are working

linux_walt 01-05-2015 12:14 PM

Maybe this article can clear things up for you:
How to mount partition with ntfs file system and read write access

It appears that 'fuse' is another needed package. Try this command to see if you have it:
Code:

ls /lib/modules/$(uname -r)/kernel/fs/ | grep fuse
That's all I can help with, I have never tried using ntfs with Linux.

Ihatewindows522 01-05-2015 12:16 PM

Quote:

Originally Posted by eashwar_g (Post 5295495)
hi everyone

i have a external hdd with ntfs format of size 1tb

i want to copy files from a folder on desktop with size 50gb into the ntfs drive?(i can open the drive but i cant access paste and copy options in it)

the OS version is Red Hat Enterprise Linux Server release 5.10 (Tikanga).

please someone say the easiest steps to do so,
ntfscp ntfs -3g none of them are working

If I remember correctly about EL, you need to install the ntfs package, which is in the EPEL repo. Install that and you should be good. :)

https://fedoraproject.org/wiki/EPEL

John VV 01-05-2015 02:00 PM

Red Hat Enterprise Linux Server release 5.10

RHEL5 had a nasty BUG with the old and READ ONLY!!!!!!!! ntfs driver

as in if you use it to write to a ntfs drive you can OVERWRITE windows system files

-- a real NASTY BUG

fixed in RHEL6 with the inclusion of the read/write NTFS-3g , then backported to "el5"

Ihatewindows522 01-05-2015 02:43 PM

Googling around, it looks like the only way to fix it then is either repo mixing or compiling from source. Since you have EL5, you most likely are still paying for support for it until 2017, so your best bet is to uninstall the package if you have it and compile it from source.

http://www.tuxera.com/community/ntfs-3g-download/

veerain 01-05-2015 10:41 PM

And use tar to copy files. Else ntfs doesn't preserves user, owner and permissions correctly.


All times are GMT -5. The time now is 06:01 PM.