Hi
Sorry meant DU
Also tried this from terminal
rolfs-iMac-4:~ rolf$ sudo mount -t hfs /dev/disk11 /volumes/ssd
mount_hfs: error on mount(): error = -1.
mount_hfs: Invalid argument
rolfs-iMac-4:~ rolf$ diskutil verifydisk disk11
Started partition map verification on disk11
Checking prerequisites
Checking the partition list
Checking the partition map size
Checking for an EFI system partition
Checking the EFI system partition's size
Checking the EFI system partition's file system
Checking the EFI system partition's folder content
Checking all HFS data partition loader spaces
Checking booter partitions
Checking booter partition disk11s3
Verifying file system
Volume is already unmounted
Performing fsck_hfs -fn -x /dev/rdisk11s3
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking catalog file
Checking multi-linked files
Checking catalog hierarchy
Checking extended attributes file
Checking volume bitmap
Checking volume information
The volume Recovery HD appears to be OK
File system check exit code is 0
Restoring the original state found as unmounted
Checking Core Storage Physical Volume partitions
The partition map appears to be OK
Finished partition map verification on disk11
rolfs-iMac-4:~ rolf$ sudo fsck_HFS /dev/disk11
Password:
** /dev/rdisk11
Executing fsck_hfs (version hfs-407.200.4).
volumeType is 0
0000: 0000 0000 0000 0000 0000 0000 0000 0000 |................|
. . .
01b0: 0000 0000 0000 0000 0000 0000 0000 00fe |................|
01c0: ffff eefe ffff 0100 0000 afd2 3b77 0000 |.............w..|
01d0: 0000 0000 0000 0000 0000 0000 0000 0000 |................|
. . .
01f0: 0000 0000 0000 0000 0000 0000 0000 55aa |..............U.|
rolfs-iMac-4:~ rolf$ sudo sudo mkdir /Volumes/ssd
mkdir: /Volumes/ssd: File exists
rolfs-iMac-4:~ rolf$ sudo mount -t hfs /dev/disk11/Volumes/ssd
usage: mount [-dfruvw] [-o options] [-t external_type] special node
mount [-adfruvw] [-t external_type]
mount [-dfruvw] special | node
rolfs-iMac-4:~ rolf$