ubuntu:disk:get_disk_info
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:disk:get_disk_info [2019/11/26 18:25] – peter | ubuntu:disk:get_disk_info [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
<code bash> | <code bash> | ||
hdparm -i /dev/sda | hdparm -i /dev/sda | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | |||
+ | /dev/sda: | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | PIO modes: | ||
+ | DMA modes: | ||
+ | UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 | ||
+ | | ||
+ | Drive conforms to: unknown: | ||
+ | |||
+ | * signifies the current active mode | ||
</ | </ | ||
---- | ---- | ||
- | For SCSI disk, a different command is to be used: | + | ===== For SCSI disks ===== |
<code bash> | <code bash> | ||
Line 17: | Line 38: | ||
</ | </ | ||
+ | ---- | ||
- | To check the hardisk capacity and partitions contained in the hardisk, fdisk can be used: | + | ===== To check the hardisk capacity and partitions contained in the hardisk |
<code bash> | <code bash> | ||
fdisk -lu /dev/sda | fdisk -lu /dev/sda | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors | ||
+ | Units: sectors of 1 * 512 = 512 bytes | ||
+ | Sector size (logical/ | ||
+ | I/O size (minimum/ | ||
+ | Disklabel type: gpt | ||
+ | Disk identifier: 2300B8B9-F7DD-4E5C-B2EF-84A5EC8D5D66 | ||
+ | |||
+ | Device | ||
+ | / | ||
+ | / | ||
</ | </ | ||
---- | ---- | ||
- | For LVM disks | + | ===== For LVM disks ===== |
<code bash> | <code bash> | ||
Line 32: | Line 69: | ||
</ | </ | ||
- | returns | + | returns: |
- | < | + | < |
ACTIVE | ACTIVE | ||
ACTIVE | ACTIVE | ||
</ | </ | ||
+ | |||
+ | ---- | ||
ubuntu/disk/get_disk_info.1574792734.txt.gz · Last modified: 2020/07/15 09:30 (external edit)