Problem:
3 of 4 Kubuntu programs truncate, fields missing.
Note difference below in Disk model field:
Who to notify?
Where to post this? web page?
How can the code writer be notified of above missing information?
details ...
A drive was purchased.
WD (Western Digital) M.2 sata 1TB 2280
drive is raw from store
drive is not partitioned
drive is not formatted, no filesystem, yet
with Kubuntu 22.04
.
.
.
--
3 of 4 Kubuntu programs truncate, fields missing.
Note difference below in Disk model field:
Code:
WD Blue SA510 M.2 2280 1000GB lsblk from util-linux 2.37.2 WD Blue SA510 M. fdisk from util-linux 2.37.2 WD Blue SA510 M. sfdisk from util-linux 2.37.2 ATA WD Blue SA510 M. (scsi) parted (GNU parted) 3.4
Where to post this? web page?
How can the code writer be notified of above missing information?
details ...
A drive was purchased.
WD (Western Digital) M.2 sata 1TB 2280
drive is raw from store
drive is not partitioned
drive is not formatted, no filesystem, yet
with Kubuntu 22.04
Code:
lsblk --version lsblk from util-linux 2.37.2
Code:
lsblk -ido KNAME,TYPE,SIZE,MODEL |grep -i 'sd\|disk\|size' KNAME TYPE SIZE MODEL sda disk 931.5G WD Blue SA510 M.2 2280 1000GB
Code:
fdisk --version fdisk from util-linux 2.37.2
Code:
sudo fdisk -l /dev/sda Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors Disk model: WD Blue SA510 M. Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
Code:
sfdisk --version sfdisk from util-linux 2.37.2
Code:
sudo sfdisk -l /dev/sda Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors Disk model: WD Blue SA510 M. Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes sfdisk: cannot open : No such file or directory
Code:
parted --version parted (GNU parted) 3.4
Code:
sudo parted -l Error: /dev/sda: unrecognised disk label Model: ATA WD Blue SA510 M. (scsi) Disk /dev/sda: 1000GB Sector size (logical/physical): 512B/512B Partition Table: unknown Disk Flags:
--
Comment