Please, do bear with me for a moment and help me go through it, thanks:
ok, so making images of Slack's boot (bareapm.i), root (color.gz), and
rescue (rescue.gz) disks seems to have worked (documentation says to make
images of all three files).
Now, in principle my initial idea was to strip windo
I believe, (its been a while since I installed Slackware) you just need to dd
the boot disk. I don't think you even have to mount it (I could be wrong). For
the color.gz "root" disk I think you have to start with a clean dos-formated
disk and simply;
mount /dev/fd0 /mnt/floppy
cp /mnt/cdrom/color.
[EMAIL PROTECTED] wrote:
> Jonathan Sprague dixit:
>>
>> dd if=FILE.EXT of=/dev/fd0 (for floppy a:)
>
> say I want to make an image of Slackware's boot & root disks from my cdrom
> to the floppy, would it be as follows?:
>
> mount -t iso9660 /dev/hdb /cdrom
> mount -t ext2 /dev/fd0 /floppy
^^
Henning Makholm wrote:
> As far as I recall, the root filesystem image in the slackware
> install disks is supposed to be gzipped on the disk. It is unzipped
> into a ramdisk device at boot time, and then the ramdisk is mounted
> as /.
>
> (I don't understand exactly how this happens, like, where
Helge Hafting <[EMAIL PROTECTED]> writes:
> > dd if=/dev/hdb/color.gz of=/dev/fd0
> Again, use cdrom instead of dev/hdb
> dd if=/cdrom/color.gz of=/dev/fd0
> This is assuming that "bare.i" and "color.gz" are disk image files.
> I guess from the name that the color.gz thing is a gzipped file,
> yo
> Jonathan Sprague dixit:
> >
> >
> > dd if=FILE.EXT of=/dev/fd0 (for floppy a:)
>
> say I want to make an image of Slackware's boot & root disks from my cdrom
> to the floppy, would it be as follows?:
>
> mount -t iso9660 /dev/hdb /cdrom
Yes, assuming you have an IDE cdrom as a slave on the f
>
> Jonathan Sprague dixit:
> >
> >
> > dd if=FILE.EXT of=/dev/fd0 (for floppy a:)
>
> say I want to make an image of Slackware's boot & root disks from my cdrom
> to the floppy, would it be as follows?:
>
> mount -t iso9660 /dev/hdb /cdrom
Yes, the image is a file on the file system on the c
Jonathan Sprague dixit:
>
>
> dd if=FILE.EXT of=/dev/fd0 (for floppy a:)
say I want to make an image of Slackware's boot & root disks from my cdrom
to the floppy, would it be as follows?:
mount -t iso9660 /dev/hdb /cdrom
mount -t ext2 /dev/fd0 /floppy
dd if =/dev/hdb/bare.i of=/dev/fd0
dd if=
8 matches
Mail list logo