Views:
3,521β
Votes: 2β
Tags:
partitioning
hard-drive
format
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1142845
Title:
How do I identify the partitions of my hard drive in order to then shred them all?
ID:
/2019/05/13/How-do-I-identify-the-partitions-of-my-hard-drive-in-order-to-then-shred-them-all_
Created:
May 13, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
To get a more meaningful report from lsblk
without the noise from dozens of loop
devices use:
$ lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,MODEL | egrep -v "^loop"
NAME FSTYPE LABEL MOUNTPOINT SIZE MODEL
nvme0n1 477G Samsung SSD 960 PRO 512GB
ββnvme0n1p9 swap [SWAP] 7.9G
ββnvme0n1p7 ext4 Old_Ubuntu_16.04 /mnt/old 23.1G
ββnvme0n1p5 ntfs 859M
ββnvme0n1p3 16M
ββnvme0n1p1 ntfs 450M
ββnvme0n1p8 ntfs Shared_WSL+Linux /mnt/e 9G
ββnvme0n1p10 ext4 Ubuntu_18.04 /mnt/clone 27.2G
ββnvme0n1p6 ext4 New_Ubuntu_16.04 / 45.1G
ββnvme0n1p4 ntfs NVMe_Win10 /mnt/c 363.2G
ββnvme0n1p2 vfat /boot/efi 99M
sr0 1024M DVD+/-RW DW316
sda 931.5G HGST HTS721010A9
ββsda4 ntfs WINRETOOLS 450M
ββsda2 128M
ββsda5 ntfs Image 11.4G
ββsda3 ntfs HGST_Win10 /mnt/d 919G
ββsda1 vfat ESP 500M