-
Notifications
You must be signed in to change notification settings - Fork 96
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
ls: Input/output error #161
Comments
I'm not familiar with mipsel. Which part of the filesystem is readonly? If you get an error during access, there will be an error in the log. On Tue, Jul 5, 2016 at 11:59 PM, zyxmon [email protected] wrote:
|
rootfs is RO. |
Unmount and remount, then. Try the following until something produces an
On Wed, Jul 6, 2016 at 12:47 AM, zyxmon [email protected] wrote:
|
After the first Input/Output error mount point is displayed with a question mark a a first char. |
You're not aware of the use of any non-English-friendly character sets in On Wed, Jul 6, 2016 at 1:09 AM, zyxmon [email protected] wrote:
|
Another two options:
GD_DEBUG=1 GD_MONITOR_CHANGES=0 gdfs /var/cache/gdfs.creds /mnt/g Dustin On Wed, Jul 6, 2016 at 1:12 AM, Dustin Oprea [email protected]
|
All the files and folders are ansi (english). |
Some more debug output lines
test is a folder on google drive! |
We'll to writes to GD and then rely on the updates coming back from Google This issue is a bit obscure since every single time GDFS emits an IO error My previous comments about how to open it in the foreground not ### Mount in foreground
### Do a "cd /mnt/g" from another terminal
### Do a "cd /" and then unmount (followed by SIGHUP to bring it
Can you try the same steps? |
When I
when I |
I have build GDriveFS for Entware - https://github.com/Entware-ng/Entware-ng
(I have used pip install for testing).
fuse mount seems to work
gdfs(/opt/var/cache/gdfs.creds) on /opt/gdrive type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
When I try to access mounted folder I have Input/output error.
Here is a debug log
I am running it on a mipsel device where part of the filesystem is read only. May be it is cache issue?
BTW I have no problems running davfs2, encfs on this router.
The text was updated successfully, but these errors were encountered: