-
Notifications
You must be signed in to change notification settings - Fork 253
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
Some gocryptfs.longname
in a path cannot be accessed.
#143
Comments
gocryptfs.longname
in a path cannot be ls
ed.gocryptfs.longname
in a path cannot be accessed.
Interesting. Can you post the plaintext name of |
Question 2: Are all |
Yes, all of them are 'gocryptfs.longname' file pairs. The filename is OK to show. How to show inode number and use the inode number to locate relevant plaintext file ? I am not familiar with this. |
I think it's "ls -i" followed by "find . -inode N".
…On Sep 30, 2017 21:12, "galaxy001" ***@***.***> wrote:
Yes, all of them are 'gocryptfs.longname' file pairs.
The filename is OK to show. How to show inode number and use the inode
number to locate relevant plaintext file ? I am not familiar with this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#143 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANlbtitYQJj0k2lteDtVEegajg7bnqwks5snxESgaJpZM4PoYfg>
.
|
# ls ./old/_tmp/baidu/*sm22198921*
./old/_tmp/baidu/【アイドルマスター シャイニーTV】◆水瀬伊織◆双海亜美◆双海真美◆高槻やよい◆我那覇響◆『SMOKY THRILL』Special MC - [sm22198921].mp4
# ls ./old/_tmp/baidu/*sm22198921*|hexdump -C
00000000 2e 2f 6f 6c 64 2f 5f 74 6d 70 2f 62 61 69 64 75 |./old/_tmp/baidu|
00000010 2f e3 80 90 e3 82 a2 e3 82 a4 e3 83 89 e3 83 ab |/...............|
00000020 e3 83 9e e3 82 b9 e3 82 bf e3 83 bc 20 e3 82 b7 |............ ...|
00000030 e3 83 a3 e3 82 a4 e3 83 8b e3 83 bc 54 56 e3 80 |............TV..|
00000040 91 e2 97 86 e6 b0 b4 e7 80 ac e4 bc 8a e7 b9 94 |................|
00000050 e2 97 86 e5 8f 8c e6 b5 b7 e4 ba 9c e7 be 8e e2 |................|
00000060 97 86 e5 8f 8c e6 b5 b7 e7 9c 9f e7 be 8e e2 97 |................|
00000070 86 e9 ab 98 e6 a7 bb e3 82 84 e3 82 88 e3 81 84 |................|
00000080 e2 97 86 e6 88 91 e9 82 a3 e8 a6 87 e9 9f bf e2 |................|
00000090 97 86 e3 80 8e 53 4d 4f 4b 59 20 54 48 52 49 4c |.....SMOKY THRIL|
000000a0 4c e3 80 8f 53 70 65 63 69 61 6c 20 4d 43 20 2d |L...Special MC -|
000000b0 20 5b 73 6d 32 32 31 39 38 39 32 31 5d 2e 6d 70 | [sm22198921].mp|
000000c0 34 0a |4.|
000000c2 The inode of the dir is 2328314. And the two missing files are |
That helps a lot, thanks! I can reproduce the problem. The file name is exactly 176 bytes long and this was handled incorrectly. I will push a fix in a second. I also added a test case for all file name lengths 1-255. |
Thanks for the report! |
I am using
gocryptfs -reverse
to mount. And myrsync
says "file has vanished:" on 18 files, while others of the whole 1,089,966 files are OK.I checked and find there file exists in the path, but cannot be listed individually.
.gocryptfs.reverse.conf
And there are about 9 files missing after mount.
The text was updated successfully, but these errors were encountered: