You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this project to auto mount my u-disk.It is successful but have problem in that my u-disk file is locked.And I unlock those file failure.and when i unmount the udisk, it need my Password to unmount u-disk. how i can solve it?
The text was updated successfully, but these errors were encountered:
I assume by the file beeing locked you mean to say that you get a permission denied error? This is likely due to user permissions (i.e. the disk is mounted for root or mounted read only). This package doesnt do anything other than ask the system to mount the disk. If you can manually mount the disk with options that work for you, you can add those options to the configuration file /etc/usbmount/usbmount.conf to have usbmount use the same options.
I use this project to auto mount my u-disk.It is successful but have problem in that my u-disk file is locked.And I unlock those file failure.and when i unmount the udisk, it need my Password to unmount u-disk. how i can solve it?
The text was updated successfully, but these errors were encountered: