@gmipf You have right. Thanks for advice. ^^
So far I have tested TrueOS (last release) and GhostBSD, both on VBox and KVM/QEMU. None of them letting me to mount exposed device as UFS2 (TrueOS doesn't even see it). I'm using
this script to automate the detection for me.
- - -
I have also tried Open Indiana (because as I hear, all Solaris kernels support UFS and UFS2, I don't know if this is true but at least worth a try). Disk (exposed mapper) is visible but I have no idea how to mount it, it doesn't allowing me to doing that. Anyone have experience with those OS family? I don't understand the pools idea and I don't even know if this isn't stick to only ZFS.
I have tried all below voodoo and nothing allow me to mount stuff (it tells that device or mount point doesn't exist while both exist...):
Code:
sudo mount -F ufs2 /dev/dsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount -F ufs2 /dev/dsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount -F ufs2 /dev/rdsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount -F ufs2 /dev/rdsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount /dev/dsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount /dev/dsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount /dev/rdsk/c4t0d0 /jack/ps3/dev_hdd0
sudo mount /dev/rdsk/c4t0d0 /jack/ps3/dev_hdd0
"sudo format" showing me only c4t0d0, and when I detach it in vm, it shows nothing, so for sure it is the device I need.
- - -
To check if vm even feeding client OS by exposed mapper, I'm attached the same vdsk/mapper to virtualised Linux Mint and all works ok from it. This test proofs that I'm doing everything properly on decrypting etc. stuff and attaching it to vm as real device. So the problem is something between device recognition in BSD/Solaris and my low knowledge. :/
mention:
@DUH-D7000JA