Joined: Thu Sep 07, 2006 3:01 pm Posts: 4
|
To make a bootable NASLite v1.x floppy disk in Ubuntu 6 Linux use the following:
Download and unzip the file
From terminal as root
"Format a disk to 1772kb"
superformat /dev/fd0 sect=21 cyl=82
"make a file system"
mkfs /dev/fd0
"Copy the file"
dd if=(path to input file) of=/dve/fd0
Note; You do need fdutils installed. (available in the package manager)
Yes I know there is an easier way but i"m just a novice/newbe
and it took way too many hours to figure this out so I thought I
would save others the aggravation.
|
|