I have a problem with an hdd (FileSystem: hfs). When I plugged it on my pc I can't open it and from Disk this is what I see:[disk info][1]. When I try to mount it manually I get this error: `
mount: /mnt/myhdd: wrong fs type, bad option, bad superblock on /dev/sdd, missing codepage or helper program, or other error.`
I can see the hdd with lsblk but not with fdisk...
Can someone help me to recover the data?
Edit: I'm trying to open it from ubuntu [1]: https://i.stack.imgur.com/EtM7w.png
blkid
, and ofsudo parted /dev/sda print
(replace "/dev/sda" with your actual disk device as shown byblkid
). And maybe alsolsblk -o NAME,TYPE,SIZE,FSTYPE,LABEL,TRAN,PARTLABEL
– mivk Oct 16 '21 at 20:35