Examine the partition table:
Disk /dev/sdd: 107 MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number StartEndSizeTypeFileSystemFlags
11049KB79.7MB78.6MBPrimary
Which program cannot be used to add another partition on this device?
A.
fdisk
B.
cfdisk
C.
parted
D.
kpartx
Explanation:
kpartx – Create device maps from partition tables
Incorrect:
Not A: fdisk (in the first form of invocation) is a menu driven program for creation and manipulation
of partition tables.
Not B: cfdisk is a disk partition manipulation program, which allows you to create, destroy, resize,
move and copy partitions on a hard drive
not C: parted
GNU Parted – a partition manipulation program
D
D
D