Hard disk, partitioning, boot loaders

  • Thread starter Thread starter alvaros
  • Start date Start date
  • Tags Tags
    Disk Hard
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
alvaros
Messages
166
Reaction score
0
Im having trouble installing a new HD into my computer.
Where can I found information, accurate and up to date, about:
partitioning, formating, fdisk, MBR, , multiboot, ...
thanks.
 
Physics news on Phys.org
the information regarding partitioning, formating, fdisk, MBR, , multiboot, ... haven't changed in quite a while... everything you'll find about it (google) will be "up-to-date"
anyway, if you're using winXP, they took away fdisk... dig in the administration settings in the control panel, they hid a gui for managing partitions there... (and it only knows to partition in fat and ntfs)
if you're using linux, it'd be easier to find the info... just type man fdisk, man parted, etc...

what OS's are you planning to boot?
ntloader has to be "fixed" if you want it to boot linux/BSD (you would have to put grub on a fat/ntfs partition, load it, and tell it to load linux/BSD).
grub or lilo can read many partition types... i like grub better (only because i haven't used lilo for about 8 years...)