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

FS#2351 - block-mount cannot detect exFAT disks #7271

Closed
openwrt-bot opened this issue Jul 3, 2019 · 0 comments
Closed

FS#2351 - block-mount cannot detect exFAT disks #7271

openwrt-bot opened this issue Jul 3, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

LGA1150:

[[https://forum.openwrt.org/t/block-mount-cannot-detect-exfat-disks/39723/4|Forum discussion]]

kmod-fs-exfat, block-mount, libblkid and blkid are installed.
Output of block info:

/dev/mtdblock5: UUID="537144626" VERSION="1" TYPE="ubi"
/dev/mtdblock7: UUID="1769583533" VERSION="1" TYPE="ubi"
/dev/mtdblock8: UUID="1473943039" VERSION="1" TYPE="ubi"
/dev/ubiblock0_0: UUID="b2d29059-66415dec-f6a5f122-3b4ce6a5" VERSION="4.0" MOUNT="/rom" TYPE="squashfs"
/dev/ubi0_1: UUID="72778d7b-84f6-4837-b39a-753c6cbb7dad" VERSION="w4r0" MOUNT="/overlay" TYPE="ubifs"
/dev/ubi1_0: UUID="3326cc5b-0861-4cbd-8d2b-622514b6b605" VERSION="w4r0" TYPE="ubifs"

Output of blkid:

/dev/ubi1_0: UUID="3326cc5b-0861-4cbd-8d2b-622514b6b605" TYPE="ubifs"
/dev/ubi0_1: UUID="72778d7b-84f6-4837-b39a-753c6cbb7dad" TYPE="ubifs"
/dev/ubi0_0: TYPE="squashfs"
/dev/mtdblock5: UUID="537144626" TYPE="ubi"
/dev/mtdblock7: UUID="1769583533" TYPE="ubi"
/dev/mtdblock8: UUID="1473943039" TYPE="ubi"
/dev/ubiblock0_0: TYPE="squashfs"
/dev/sda1: UUID="267B-F202" TYPE="exfat" PARTLABEL="Basic data partition" PARTUUID="066c0f59-4f3d-4d51-98aa-21622acf19c4"

I've tried manually add UUID or device path to block-mount config, but it just states that the disk is not present.

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

No branches or pull requests

1 participant