0

I have partition names like Data-HD, Yhteinen and W10. I do have lots of other partitions, but I want a little more assurance I am copying a right partition to a correct destination. I am quite errorprone with "names" like /dev/sdbd1 etc.

How do I get partition names to show?

1 Answers1

1

fdisk -l or sfdisk -l will do the trick and blkid yourdevice can give you informations about the type, the uid and the filesystem on your device

dervishe
  • 465