plan9fox/sys/src/cmd/disk
cinap_lenrek dd8908cff0 fdisk: properly convert byte units K,M,G and T to cylinders/sectors
the shared command language assumed 512 byte sectors, which is
not the case for fdisk as it uses cylinders for the block unit.
so we introduce an extra argument in the Edit structure and
parseexpr() function so byte sizes are properly converted to
the block unit when the K,M,G and T postfixes are used.
2016-01-05 03:57:50 +01:00
..
9660 mk9660: write data in alphabetical order 2015-07-14 22:33:27 +02:00
prep fdisk: properly convert byte units K,M,G and T to cylinders/sectors 2016-01-05 03:57:50 +01:00
sacfs
smart Add Erik Quanstrom's smart tool for ATA SMART. 2012-09-20 22:42:06 +12:00
vblade vblade, cifs, usbuhci: fix parenthesis 2015-06-13 15:03:56 +02:00
exsort.c
format.c disk/format: create Fatinfo sector for fat32 2015-06-04 03:58:03 +02:00
mbr.c
mkext.c
mkfile remove kfs and kfscmd 2015-08-21 19:52:57 +02:00
mkfs.c disk/mkfs: rmeove kfs support 2015-08-21 19:32:48 +02:00
partfs.c disk/partfs: adding identical partition is no-op 2015-05-30 22:37:46 +02:00
rd9660.c