View previous topic :: View next topic |
Author |
Message |
mobidyc Tux's lil' helper
Joined: 01 May 2006 Posts: 109
|
Posted: Tue May 23, 2006 12:41 pm Post subject: filesystem compatibility ? |
|
|
Hello,
i want transfer files from my linux to an usb hard drive for windows, how can i do?
# mkdosfs -F 32
# mount -t msdos -o codepage=850
all files are transfered in 8 characters encoding
if i package all the files in one packages, i can't transfer the package because it is >4Gb
# mkntfs -Q -N 3.1
# mount -t ntfs -o rw,utf8,posix=1
when i try to write on it, it says me : permission denied.
however, i have the NTFS_RW feature compiled into the kernel, i'm root.
what can i do?
please help me ;(
thanks |
|
Back to top |
|
|
alphonce Apprentice
Joined: 10 Oct 2004 Posts: 184 Location: Sweden
|
Posted: Tue May 23, 2006 12:54 pm Post subject: |
|
|
use fat32 (vfat); support more than 8 characters and you are able to read/write from it.
the ntfs write ability is highly expremental and you can only change already existing files. _________________ no computer at the moment! |
|
Back to top |
|
|
mobidyc Tux's lil' helper
Joined: 01 May 2006 Posts: 109
|
Posted: Tue May 23, 2006 1:01 pm Post subject: |
|
|
thanks alphonce,
my format was good, not my mount thanks to you |
|
Back to top |
|
|
mirojira l33t
Joined: 18 Feb 2006 Posts: 685
|
Posted: Tue May 23, 2006 1:03 pm Post subject: |
|
|
In order to overwrite file on an NTFS partition you can use ntfscp command, wich is part of ntfsprogs |
|
Back to top |
|
|
mobidyc Tux's lil' helper
Joined: 01 May 2006 Posts: 109
|
Posted: Tue May 23, 2006 3:01 pm Post subject: |
|
|
thanks mirojira, i will test it later.
for the moment, vfat is fine |
|
Back to top |
|
|
|