NetBSD-Users archive

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

Re: Formatting FAT32 newfs_msdos returns read-only file system



On Mon, 21 Sep 2026, P Gman wrote:

Partition table:
0: Primary DOS with 32 bit FAT - LBA (sysid 12)
   start 1, size 3906963455 (1907697 MB, Cyls 0-243197/57/60)
       PBR is not bootable: All bytes are identical (0x00)


You can't start a MBR partition on sector 1 (ie. track 0) on HDD-type media.
Start on track 1--or sector 2048 as per the alignment it wants to be in.

-RVP


Home | Main Index | Thread Index | Old Index