Jesus(?) wrote: > The question is: What's the mainly difference between 'update' and 'write' on > fdisk program?
The 'update' command, or.. the -u option.. updates the MBR(/usr/mdec/mbr) boot program without changing the partition table. The 'write' command commits the partition table to disk. You may want to read fdisk(8) again. -Brynet

