FDISK(8) | System Manager's Manual | FDISK(8) |
acorn-fdisk
—
partition editor for Acorn/RISC OS machines
acorn-fdisk |
-h | --help |
-v | --version |
acorn-fdisk |
[-t scheme |
--type scheme]
-l | --list
[device ...] |
acorn-fdisk |
[-t scheme |
--type scheme]
-s | --size
partition |
acorn-fdisk |
[-t scheme |
--type scheme]
[device] |
The acorn-fdisk
utility allows one to
display or interactively edit partition tables for Acorn/RISC OS machines in
various formats. Using the PC/BIOS
format, standard
IBM PC (i386) partition tables can also be accessed. When no optional
device is given, it defaults to
/dev/hda or /dev/sda.
The options are as follows:
-h
|
--help
-l
|
--list
-s
|
--size
-t
|
--type
-v
|
--version
acorn-fdisk
and exit
immediately.If neither -l
|
--list
or -s
|
--size
are given, the partition table of the given
device will be edited interactively.
Display the default device's partition table on a PC:
acorn-fdisk
--type
PC/BIOS
-l
Display the PC partition table of /dev/sda:
acorn-fdisk
--type
PC/BIOS
--list
/dev/sdaDisplay the size in blocks of the partition /dev/sda1:
acorn-fdisk
--type
PC/BIOS
--size
/dev/sda1Edit the MBR partition table interactively:
acorn-fdisk
--type
PC/BIOSDisplay the partition table of an MBR backed up to a file:
acorn-fdisk
-t
PC/BIOS
-l
mbrdump.binDisplay the size of the first partition on a device where the MBR would be restored from the backup file mbrdump.bin:
acorn-fdisk
-t
PC/BIOS
-s
mbrdump.bin1arm-fdisk
was written by
Russell King ⟨rmk@arm.uk.linux.org⟩
based on util-linux fdisk
, which was written at
least partially by
A. V. Le Blanc ⟨LeBlanc@mcc.ac.uk⟩.
This manual page was written for the Debian system by
Thorsten Glaser ⟨tg@debian.org⟩ but may
be used by others.
October 2, 2010 | Debian |