リポジトリとして使用していたNTFSドライブがマウントされ、一部のファイルをドライブの一部のディレクトリにコピーした後、Javaというディレクトリの1つが隠されていることに気づきました(ls
コマンドでは表示されません)。
以下はいくつかのコマンドの出力です。
$ ls
Android CSS MyStudio React Typescript
Angular DataStructure Nodejs Shell
ApacheKafka dwm Projects SpringFramework
AWS HTMLandCSS Python TensorFlow
$ ls -ld Java
drwxr-xr-x 1 charlie charlie 24K May 27 20:42 Java
$ cd ./Java /* i can cd into it */
$ cd ../ /* i can cd out of it */
$ stat Java
File: Java
Size: 24576 Blocks: 48 IO Block: 4096 directory
Device: 8,2 Inode: 30680 Links: 1
Access: (0755/drwxr-xr-x) Uid: ( 1000/ charlie) Gid: ( 1000/ charlie)
Access: 2022-03-20 05:02:07.297922600 +0530
Modify: 2022-05-27 20:42:30.158342500 +0530
Change: 2022-05-27 22:29:43.601792800 +0530
Birth: 2020-02-27 01:18:09.167503000 +0530
$ mount | grep ntfs
/dev/sda2 on /home/storage type ntfs3 (rw,nosuid,nodev,noatime,uid
=1000,gid=1000,fmask=37777600033,dmask=37777600022,iocharset=utf8,
discard,prealloc,user)
ファイルマネージャ(レンジャー)にも表示されません。