Quote (clacker @ Nov. 20 2005,22:16) |
casio, I'm glad it's working a little bit. I'd be careful that the /ramdisk/etc directory didn't get created on the first copy attempt and it worked on the second because the copy wasn't there. I think I see that your problem was that there is not a /ramdisk/etc directory in the first place, after it's created then things worked. Try creating the /ramdisk/etc directory and then do your copy after that: sudo mkdir /ramdisk/etc sudo cp -rp /KNOPPIX/etc/uucp /ramdisk/etc/uucp sudo ln -sf /ramdisk/etc/uucp /etc/uucp |
Quote (casio @ Nov. 21 2005,20:06) |
Yep looks like you were right again Clacker. I must of had the /ramdisk/etc folder already there. I am now going to find out whether it is possible to add a mkdir command to mkwriteable now ![]() |