The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsI've set up my old computor, so on the primary partition, I have Linux (Debian), and on the secondary, I have Windows (98). The problem is, I don't have internet access with the Linux partition (I have wireless internet that my flavor doesn't support), so I have to download everything with the Windows partition. Being the complete Linux n00b I am, I have no idea how to move files between the partitions. Will I have to resort to using floppies, or is there a better way?
mount the fat32 partition (windows partition) in windows, but mount it in read only so that you don't fuck anything up. So the command will be like this if you have the hard drive for the windows partition as Primary on the 2nd IDE channel...
mount -o ro /dev/hd3 /mnt/windows
If that doesn't mount the windows partition, then change the /dev/hd3 around to what device it really is...
Then from there use the copy command(cp) to get the files over