Ok, I'm just starting to figure this all out. When you say $sudo mke2fs /dev/hda3 to format a new partition, is there any reason you can't just make the directories on an old partition?
Code Sample | #cp -Rp /mnt/hda1/Dokument /mnt/hda3/newcd (Docs I want on my disc) #cp -Rp /mnt/hda1/optional /mnt/hda3/newcd (The “optional” directory) #cp -Rp /mnt/hda1/Bootload/* /mnt/hda3/newcd (Modules I want to load at boottime) |
For this part, I can just copy all of the files I want into the same place? Like .dsl files and documents all go into that one folder?
Code Sample | #cp -Rp /mnt/hda1/backgrounds/* /mnt/hda3/source/etc/skel/.fluxbox #cp -Rp /mnt/hda1/styles/* /mnt/hda3/source/usr/share/fluxbox/styles |
What should I be getting out of these folders? Will I have these folders on my windows hard drive? Can I skip this step? |