mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Jan. 02 2005,16:24 |
|
"1. How to make the boot disk?" There should be a floppy image available to download from the same directory as the DSL ISO image. Depending on what system you're currently using, the creation is different. On Windows you can use a program called rawwrite. On Linux: "dd if=floppy.img of=/dev/fd0" "2. What should be in boot disk and what should be in the CD?" Ummm...the boot disk is made from the floppy img, and CD is made from the ISO...unless I misunderstand the question. "3. How to mount the harddisk in NTFS (is it automatically mounted?)" It's not automatically mounted, but it should be automatically detected and added to /etc/fstab, which means all you need to do is type "mount /dev/hdX#" (X=letter #=number, e.g. hda2). Or select the drive with mount.app and press the mount button. "4. How to mount the CD-ROM and the USB CD writer (is it automaticall mounted?)" Same as mounting the harddrives, only with different device names. CDROMs are probably /dev/cdrom, /dev/cdrom1, etc. USB CD is...ummm...I'm not sure...need to look up that one. "5. Is the cd-burner tool, to convert files to ISO9960 and to record it to CDRW (LiteON CDRW) included in the distribution?" I think cdrecord is included (text-based). There is also a gcombust MyDSL extension you can download.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|