Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm using Debian. How do I transfer my songs from Linux to my Windows XP? I tried copy and paste into /mnt/hda1 but it says it could not write to the file.
All you really need to do is to get Windows XP to read your Linux partition. I believe there are stable tools for reading ext2 partitions from Windows, don't know about the journalled file systems. The other option would be to throw them on some removable media (CD-RW, usb thumb drive, etc.).
If you type "mount" at the command line, you can see from the list of mounted drives what type of file system your music files are located on.
If the partition is reiserfs, you can look around for some tools for Windows. Since I imagine you won't, here are a few I dug up from simple google searches, or even searches here on LQ.
If you are going from Linux (reiserfs) to Windows (likely ntfs), it isn't a good idea as write support for ntfs is still rather shakey. The simplest way would be to make a fat32 partition which both Linux and Windows can read/write to.
Originally posted by alaskazimm If you are going from Linux (reiserfs) to Windows (likely ntfs), it isn't a good idea as write support for ntfs is still rather shakey. The simplest way would be to make a fat32 partition which both Linux and Windows can read/write to.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.