View previous topic :: View next topic |
Author |
Message |
Fashong Apprentice
Joined: 14 Feb 2005 Posts: 168
|
Posted: Mon Jul 04, 2005 3:28 am Post subject: Copying from Linux to Windows |
|
|
How can I manage that?? I have linux on my 1st primary hd and windows on my 2nd slave. I tried cp -r but it didn't work. _________________ CPU: Sempron 2800+
RAM: 1x1024mb DDR400
MOBO: N2PAP-LITE
VIDEO: GeForce 5700LE 256mb ram
HDA: 160GB
HDB: 80GB
WM: Fluxbox |
|
Back to top |
|
|
karnesky Apprentice
Joined: 18 Mar 2004 Posts: 218
|
Posted: Mon Jul 04, 2005 3:42 am Post subject: |
|
|
Is your windows drive mounted with read-write support? Which filesystem does it use? _________________ Donate to F/OSS |
|
Back to top |
|
|
Darkael Veteran
Joined: 10 Aug 2004 Posts: 1321 Location: France
|
Posted: Mon Jul 04, 2005 3:42 am Post subject: |
|
|
what is your windows partition's file system? (FAT or NTFS?). If it's FAT, just mount your windows partition and copy directly on it. |
|
Back to top |
|
|
Fashong Apprentice
Joined: 14 Feb 2005 Posts: 168
|
Posted: Mon Jul 04, 2005 1:11 pm Post subject: |
|
|
NTFS, and yes I have support in linux and tried mounting it and cp -r my music folder but it didn't work.. _________________ CPU: Sempron 2800+
RAM: 1x1024mb DDR400
MOBO: N2PAP-LITE
VIDEO: GeForce 5700LE 256mb ram
HDA: 160GB
HDB: 80GB
WM: Fluxbox |
|
Back to top |
|
|
karnesky Apprentice
Joined: 18 Mar 2004 Posts: 218
|
Posted: Mon Jul 04, 2005 1:38 pm Post subject: |
|
|
How do you have support? Many methods to mount NTFS are read-only or at least read-only by default. I would suggest the captive drivers (emerge captive) & explicitly setting the partition rw in your fstab.
But what you REALLY might want to do is to make a FAT partition, as write support from Linux is MUCH better. _________________ Donate to F/OSS |
|
Back to top |
|
|
feivelda Guru
Joined: 21 Feb 2005 Posts: 480 Location: Frankfurt, Germany
|
Posted: Mon Jul 04, 2005 2:19 pm Post subject: |
|
|
To solve this without creating a fat partition, mount the ntfs partition as root and copy the data as root.
This works. But you should know, that copying to ntfs from linux is still not fully supported and might destroy your ntfs partition. |
|
Back to top |
|
|
Fashong Apprentice
Joined: 14 Feb 2005 Posts: 168
|
Posted: Tue Jul 05, 2005 1:33 pm Post subject: |
|
|
I already know I have the support and it works because I copied the music from windows to linux. Also, I was root when I tried this and it didn't work... _________________ CPU: Sempron 2800+
RAM: 1x1024mb DDR400
MOBO: N2PAP-LITE
VIDEO: GeForce 5700LE 256mb ram
HDA: 160GB
HDB: 80GB
WM: Fluxbox |
|
Back to top |
|
|
genneth Apprentice
Joined: 24 Mar 2003 Posts: 152 Location: UK
|
Posted: Tue Jul 05, 2005 1:50 pm Post subject: |
|
|
Fashong wrote: | I already know I have the support and it works because I copied the music from windows to linux. Also, I was root when I tried this and it didn't work... |
When you copy from windows to linux, you're reading from the NTFS partition and writing to your Linux one. You now want to go the other way, reading from Linux partition and writing to the NTFS one. As has been said twice above, NTFS can't be written to with the normal linux kernel drivers. To write to NTFS, you have to use NTFS captive; the usage instructions are above.
Note to would be pedants : Yes, I do know that it's not strictly true that you have to use NTFS captive. But why confuse someone even further? _________________ [img]http://www.kordix.com/rpi/?u=genneth[/img] |
|
Back to top |
|
|
Fashong Apprentice
Joined: 14 Feb 2005 Posts: 168
|
Posted: Wed Jul 06, 2005 11:42 am Post subject: |
|
|
So then, what should I do?? I only installed windows for WoW. I need MuZiK! _________________ CPU: Sempron 2800+
RAM: 1x1024mb DDR400
MOBO: N2PAP-LITE
VIDEO: GeForce 5700LE 256mb ram
HDA: 160GB
HDB: 80GB
WM: Fluxbox |
|
Back to top |
|
|
BlackEdder Advocate
Joined: 26 Apr 2004 Posts: 2588 Location: Dutch enclave in Egham, UK
|
Posted: Wed Jul 06, 2005 11:45 am Post subject: |
|
|
genneth wrote: | you have to use NTFS captive; the usage instructions are above. |
Or convert (reinstall) the windows partition with fat32. If you only use it for games than it should be fine... Another solution is a sharing partition formated in fat32. Last solution is to use wine to run WoW. As far as I understand that is quite possible and relatively painless |
|
Back to top |
|
|
|