Score:0

How to mount a Solaris /usr & Apple ZFS partition in Ubuntu 21.04

in flag

TOday I've installed OmniOS on my disk sdb. From Linux Ubuntu 21.04,OmniOS is seen like this :

Device     Start       End   Sectors   Size Type

/dev/sdb1        256    524543    524288   256M EFI System

/dev/sdb2     524544 976756750 976232207 465.5G Solaris /usr & Apple ZFS

/dev/sdb9  976756751 976773134     16384     8M Solaris reserved 1

Now,I would like to mount the partition /dev/sdb2 from Ubuntu. This is what I did that didn't work

sudo apt install zfsutils-linux


root@Z390-AORUS-PRO:/etc/apt/sources.list.d# zpool import 


pool: rpoolid: 11467538636753600376 state: ONLINEstatus: The pool was last accessed by another system.action: The pool can be imported using its name or numeric identifier andthe '-f' flag.  see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EYconfig:

rpool       ONLINEsdb       ONLINE


root@Z390-AORUS-PRO:/etc/apt/sources.list.d# zpool import -f 11467538636753600376


root@Z390-AORUS-PRO:/etc/apt/sources.list.d# zpool list

NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT

rpool   464G  10.9G   453G        -         -     0%     2%  1.00x    ONLINE  -


root@Z390-AORUS-PRO:/etc/apt/sources.list.d# mkdir /mnt/zfs


root@Z390-AORUS-PRO:/etc/apt/sources.list.d# zfs set mountpoint=/mnt/zfs rpool


root@Z390-AORUS-PRO:/etc/apt/sources.list.d# cd /mnt/zfs


root@Z390-AORUS-PRO:/mnt/zfs# ls

boot


root@Z390-AORUS-PRO:/mnt/zfs# cd boot


root@Z390-AORUS-PRO:/mnt/zfs/boot# ls

menu.lst

As u can see,for some reason I didn't find all the installation files of OmniOS and I would like to know why. I need to change some parameters stored inside some particular configuration files that are saved on the sdb2 partition. How can I do this ?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.