Compatible Support Forums: dd command on linux

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

dd command on linux

#1 User is offline   skunkythemonkey 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 19-July 04

Posted 30 July 2004 - 02:24 PM

Hi All,
i am having a problem updating IBM ServerRAID cards. i have the SUSE.img that i downloaded from ibm.com.
the problem is i can't extract or make a bootable disk of thaat .img file
i tried the dd command, but i dont think i am using it right.
here is exactly what i have been doing:
droped SUSE.img in /tmp
mounted the floppy drive
dd if=/tmp/SUSE.img of=/dev/fd0h1440

thanks in advance
SKUNKY
0

#2 User is offline   martouf 

  • enthusiast
  • Group: Members
  • Posts: 338
  • Joined: 09-July 04

Posted 31 July 2004 - 01:48 AM

what's your blocksize and blockcount?

try adding 'bs=1k count=1440' parameters.

IOW, try "dd if=/tmp/SUSE.img of=/dev/fd0 bs=1k count=1440"

oh, and since you're writing directly to the device: do not mount it
beforehand
. umounting a mounted filesystem causes stuff to be written to the
filesystem. you don't want this. you want only the bytes from the SUSE.img file
written to the floppy disk and none other.



0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users