Recent Changes - Search:

edit SideBar


Firefox 2
Get Thunderbird!

BootSectorImage

Linux.BootSectorImage History

Hide minor edits - Show changes to markup

September 27, 2005, at 10:43 AM by 192.168.1.77
Added lines 1-13:

MBR(Master Boot Record)'nin "dd" ile imajını alınması ve geri y�klnemesi.

MBR'nin imajını almak i�in:

(:code lang=bash:) # dd if=/dev/hda of=/root/hda.mbr bs=512 count=1

MBR'yi geri y�klemek i�in:

(:code lang=bash:) dd if=/root/hda.mbr of=/dev/hda bs=512 count=1

Edit - History - Print - Recent Changes - Search
Page last modified on September 27, 2005, at 10:43 AM