mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #118] Can't access directory with space in name #75
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sergiovl on GitHub (Feb 5, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/118
I try to install on Amazon Linux AMI and show this error:
root@msxbox:/mnt/msx/ver/Great MSX Collection v1.02# ls -l
ls: reading the directory .: Operation not permitted
total 0
root@msxbox:/mnt/msx/ver/testram# ls -l
total 27
-rw-r--r-- 1 501 501 8448 Jan 31 01:35 testram.com
-rw-r--r-- 1 501 501 16384 Jan 31 01:35 testram.rom
-rw-r--r-- 1 501 501 1749 Jan 31 01:35 testram.txt
I build v1.77 and normal access the directory with space in name:
[root@msxbox Great MSX Collection v1.02]# ls -l
total 85
drwxr-xr-x 1 501 501 0 Jan 29 19:04 Almost MSX
.
.
.
drwxr-xr-x 1 501 501 0 Jan 29 19:54 Xtory MSX (1998)
@ggtakec commented on GitHub (Mar 21, 2015):
#154 is merged to master branch.
It probably fixed this issue, please test it.
I closed this issue, but if you have a problem yet, please reopen this issue.
Thanks for your help.
@sergiovl commented on GitHub (Mar 21, 2015):
Works now! Very Thanks...