Ask a Question related to FreeBSD, Design and Development.
-
Alejandro Pulver #1
Extracting boot sectors
Hello,
I would like to know how to extract the MBR to a file, and how to
restore it. Also I would like to know how to do the same with the
partition boot sector and OS loaders.
I think it is as follows (I remember this from somewhere):
dd if=/dev/<disk/partition> of=/<file> bs=512 count=1
But I do not know:
a) Is 512 the correct size for both (MBR and partition boot sectors)?
b) How to extract/restore the OS loader (e.g. for WinNT/2K/XP, that is
NTLDR)?
c) What alternative commands are available for doing this
(extact/restore)?
I would also like to know more about boot sectors and OS loaders. I
would appreciate some links.
Thanks and Best Regards,
Ale
Alejandro Pulver Guest
-
Extracting an img file
How do i extract the contents of an img file so i can view // empty the contents out? without burning due to it being a 3.1gig img file and i got... -
Creating a boot diskette that does nothing but boot from hard disk
Is it possible to create a boot diskette that does nothing more than boot from a specific hard disk? How would I go about doing so? If I can't... -
Managing bad sectors during install
I have 2 small problems about installing FreeBSD. 1) My HDD is a 8,4 Gb quantum, which has 1 bad sector laying on it somewhere. I created ntfs... -
moving files from bad sectors
I have a hard disk that looks like its going out. So far, there are 6 reported crc errors. However, I have a file that I would like to read as... -
Extracting the domain name
I'm using one set of database tables to serve many different domains, using the domain name to identify the records related to a particular domain....



Reply With Quote

