lubuntu@lubuntu:/media/lubuntu$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 1.5G 1 loop /rofs sda 8:0 0 29.8G 0 disk /cdrom ├─sda1 8:1 0 1.6G 0 part └─sda2 8:2 0 3.7M 0 part sdb 8:16 0 465.8G 0 disk ├─sdb1 8:17 0 517.7M 0 part [SWAP] ├─sdb2 8:18 0 15G 0 part └─sdb3 8:19 0 450.3G 0 part sr0 11:0 1 1024M 0 rom zram0 252:0 0 1.3G 0 disk [SWAP] zram1 252:1 0 1.3G 0 disk [SWAP] lubuntu@lubuntu:/media/lubuntu$ sudo mount -o ro /dev/sdb3 xf mount: /media/lubuntu/xf: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error. lubuntu@lubuntu:/media/lubuntu$ ^ closed window After installing https://repositorio.nti.ufal.br/debian/pool/main/x/xfsprogs/xfsprogs_3.2.1_amd64.deb (https://repositorio.nti.ufal.br/debian/pool/main/x/xfsprogs/xfsprogs_3.2.1_i386.deb = "Wrong architecture" on a desktop computer that I have access to) new window v lubuntu@lubuntu:/media/lubuntu$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 1.5G 1 loop /rofs sda 8:0 0 29.8G 0 disk /cdrom ├─sda1 8:1 0 1.6G 0 part └─sda2 8:2 0 3.7M 0 part sdb 8:16 0 465.8G 0 disk ├─sdb1 8:17 0 517.7M 0 part [SWAP] ├─sdb2 8:18 0 15G 0 part └─sdb3 8:19 0 450.3G 0 part sr0 11:0 1 1024M 0 rom zram0 252:0 0 1.3G 0 disk [SWAP] zram1 252:1 0 1.3G 0 disk [SWAP] lubuntu@lubuntu:/media/lubuntu$ sudo mount -o ro /dev/sdb3 xf mount: /media/lubuntu/xf: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error. lubuntu@lubuntu:/media/lubuntu$ sudo mount /dev/sdb3 xf mount: /media/lubuntu/xf: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error. lubuntu@lubuntu:/media/lubuntu$ ls xf lubuntu@lubuntu:/media/lubuntu$ sudo mount -t xfs -o ro /dev/sdb3 xf mount: /media/lubuntu/xf: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error. lubuntu@lubuntu:/media/lubuntu$ sudo mount --help Usage: mount [-lhV] mount -a [options] mount [options] [--source] | [--target] mount [options] mount [] Mount a filesystem. Options: -a, --all mount all filesystems mentioned in fstab -c, --no-canonicalize don't canonicalize paths -f, --fake dry run; skip the mount(2) syscall -F, --fork fork off for each device (use with -a) -T, --fstab alternative file to /etc/fstab -i, --internal-only don't call the mount. helpers -l, --show-labels show also filesystem labels -n, --no-mtab don't write to /etc/mtab --options-mode what to do with options loaded from fstab --options-source mount options source --options-source-force force use of options from fstab/mtab -o, --options comma-separated list of mount options -O, --test-opts limit the set of filesystems (use with -a) -r, --read-only mount the filesystem read-only (same as -o ro) -t, --types limit the set of filesystem types --source explicitly specifies source (path, label, uuid) --target explicitly specifies mountpoint -v, --verbose say what is being done -w, --rw, --read-write mount the filesystem read-write (default) -N, --namespace perform mount in another namespace -h, --help display this help -V, --version display version Source: -L, --label