Mounting a removed internal disk via USB

Questions about SNMP, Power, System, Logs, disk, & RAID.
Post Reply
Manfred73
Starting out
Posts: 10
Joined: Tue Jun 22, 2021 11:51 pm

Mounting a removed internal disk via USB

Post by Manfred73 »

I'm facing a similar issue: I had a single storage pool with one shared folder on it, but the filesystem type is zfs and is located on /dev/sdb3.
I have zfs and zpool tools installed in Ubuntu and attached the drive through usb.

How can I mount this zfs partition?

Code: Select all

mount -t ext4 /dev/sdb3 /media/x-qnap
gives an error because it is not ext4:
mount: /media/x-qnap: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.

Code: Select all

mdadm --assemble --scan
says: No arrays found in config file or automatically

Code: Select all

mount -t zfs /dev/sdb3 /media/x-qnap
gives error:
filesystem 'zpool7' cannot be mounted, unable to open the dataset

So how can I mount this partition and what is the dataset?
User avatar
dolbyman
Guru
Posts: 35248
Joined: Sat Feb 12, 2011 2:11 am
Location: Vancouver BC , Canada

Re: Mounting a removed internal disk via USB

Post by dolbyman »

old tipic closed for necroposting and split for wrong FS (ZFS vs ext4/mdadm)
Post Reply

Return to “System & Disk Volume Management”