You are not logged in.
Pages: 1
I am new to arch had PopOS earlier, just got omarchy got this error while trying to get some files
Error mounting /dev/sdb1 at /run/media/nova/ SHV8ANK: wrong fs type, bad option, bad superblock on /dev/sdbi, missing codepage or helper program, or other error
Offline
sudo file -s /dev/sdb1
lsblk -f
Offline
~ ❯ sudo file -s /dev/sdb1
[sudo] password for nova:
/dev/sdb1: DOS/MBR boot sector, code offset 0x52+2, OEM-ID "NTFS ", sectors/cluster 8, Media descriptor 0xf8, sectors/track 63, heads 255, hidden sectors 64, dos < 4.0 BootSector (0), FAT (1Y bit by descriptor); NTFS, sectors/track 63, physical drive 0x80, sectors 492502975, $MFT start cluster 786432, $MFTMirror start cluster 2, bytes/RecordSegment 2^(-1*246), clusters/index block 1, serial number 0b01841331840f9bc; contains bootstrap BOOTMGR
~ ❯ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sdb
└─sdb1 ntfs SHV8ANK B01841331840F9BC 55.6G 76% /mnt
zram0 swap 1 zram0 ef8159ea-17d6-4fdf-9741-72cc1e5c7f27 [SWAP]
nvme0n1
├─nvme0n1p1 vfat FAT32 0953-35AE 1G 49% /boot
└─nvme0n1p2 crypto_LUKS 2 b4d829b8-6e08-4e05-9d66-5dabd0f09b5c
└─root btrfs d55f231e-51ab-4fdb-92b3-cc8d98883fd8 460G 3% /home
/var/cache/pacman/pkg
/var/log
/
Offline
Please use [code][/code] tags.
So it's an ntfs partition and already mounted under /mnt ?
ls /mnt
you're files not there?
Offline
Pages: 1