-
Notifications
You must be signed in to change notification settings - Fork 54
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
USB automount does not work properly #80
Comments
By default Can you try the following steps?
opkg update
opkg install omega2-usb-autorun
|
@jempatel i believe this is referring to automatic mounting of usb volumes. |
@jempatel I am aware you were away for a while, so please provide a status update on this ticket. |
@mh1412, there may be an issue with your USB device file system. I formatted my usb (for the test) to use ntfs, ext4, fat32, exfat filesystem types. Automount worked perfectly for ext4 and fat32 but failed for ntfs and exfat. And this is because there was no such kernel module installed for NTFS and exFAT. When I loaded them - I got success. I used onion_omega2p-22.03.3-20230526.bin firmware |
@amsiotdeveloper can you please make a new documentation task to add the solution to this mounting problem to the documentation |
What package does this bug affect?
omega2-base
Describe the bug
USB drive does not get mounted when plugged in.
/mnt/sda1 directory does not get removed when USB drive is unplugged
To Reproduce
Steps to reproduce the behavior:
df
command does not show any mount point for USB driveExpected behavior
When USB drive is plugged in content of the drive should be available under /mnt/sda1
When USB drive is unplugged /mnt/sda1 directory should be removed
Screenshots or Console output
USB drive plugged in
USB drive is unplugged
Version Info (please complete the following information):
Additional context
N/A
Deliverables
The text was updated successfully, but these errors were encountered: