Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mounter doesn't work with btrfs file system #1306

Open
mleseach opened this issue Apr 18, 2023 · 1 comment
Open

mounter doesn't work with btrfs file system #1306

mleseach opened this issue Apr 18, 2023 · 1 comment

Comments

@mleseach
Copy link

Got the followings errors when running mounter to mount a btrfs filesystem

mount: /dev/mapper/usb0: can't find in /etc/fstab.
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/mapper/usb0, missing codepage or helper program, or other error.
       dmesg(1) may have more information after failed mount system call.
# sudo dmesg | grep BTRFS
[21438.435207] BTRFS: device fsid [redacted] devid 1 transid 11 /dev/mapper/usb scanned by mou
[21438.440401] BTRFS info (device dm-2): using crc32c (crc32c-intel) checksum algorithm
[21438.440417] BTRFS error (device dm-2): unrecognized mount option 'uid=1000'
[21438.440958] BTRFS error (device dm-2): open_ctree failed

Therefore, I suggest to revert this commit 185ac25

@futureisfoss
Copy link
Contributor

I have an ext4 filesystem on an external hard disk which gives me the same error. mounter output ends with this:

mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
       dmesg(1) may have more information after failed mount system call.

And sudo dmesg -t | grep ext4 gives me this:

ext4: Unknown parameter 'uid'
ext4: Unknown parameter 'uid'
ext4: Unknown parameter 'uid'
ext4: Unknown parameter 'uid'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants