[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSDT - Any more ideas??



I don't really know where you are coming from and what you want to
achieve because I tend to delete list mails in HTML only on sight.
Nothing personal, you understand - just pure laziness on my part :)

However, believe it or not, you are nearly there!

On Thu 21 Mar 2013 at 00:20:39 -0400, Ethan Rosenberg, PhD wrote:

>     <br>
>     I'm doing something wrong and can&#8217;t figure it out.<br>
>     <br>
>     <br>
>     Downloaded and unzipped -<br>
>     rosenberg:/home/ethan/DOSutil# ls -lh<br>
>     total 32M<br>
>     -rw-r--r-- 1 root root&nbsp; 31M Mar 21 00:02 FreeDOS-1.1-USB-Boot.img<br>
>     -rw-r--r-- 1 root root 115K Mar 21 00:02

Agreed.

>     FreeDOS-1.1-USB-Boot.img.bz2<br>
>     <br>
>     Attempt dd -<br>
>     rosenberg:/home/ethan/DOSutil# dd if=FreeDOS-1.1-USB-Boot.img
>     of=/media/usbstick/FreeDOS-1.1-USB-Boot.img<br>
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      ^
      ^
      This is your error. The image should be written to the device,
      which is /dev/sdf in your case.

        dd if=FreeDOS-1.1-USB-Boot.img of=/dev/sdf

      Or

	cat if=FreeDOS-1.1-USB-Boot.img > /dev/sdf

I usually check the image is an isohybrid one which can be written to a
USB stick with dd or cat.

   brian@desktop:~$ /sbin/fdisk -l FreeDOS-1.1-USB-Boot.img

   Disk FreeDOS-1.1-USB-Boot.img: 32 MB, 32505856 bytes
   64 heads, 32 sectors/track, 31 cylinders, total 63488 sectors
   Units = sectors of 1 * 512 = 512 bytes
   Sector size (logical/physical): 512 bytes / 512 bytes
   I/O size (minimum/optimal): 512 bytes / 512 bytes
   Disk identifier: 0x00077d8f

                      Device Boot      Start         End      Blocks   Id   System
   FreeDOS-1.1-USB-Boot.img1   *          32       63487       31728    e  W95 FAT16 (LBA

That's ok. The image contains a filesystem.


Reply to: