On Sun, Mar 21, 2021 at 01:04:49PM +0100, Marcel Partap wrote:
> [pid 2968895] openat(AT_FDCWD, "/mnt/x", O_RDONLY|O_NOATIME|O_DIRECTORY) = 6
> [pid 2968895] fstat(6, {st_dev=makedev(0x8, 0x22), st_ino=128, 
> st_mode=S_IFDIR|0777, st_nlink=34, st_uid=0, st_gid=0, st_blksize=4096, 
> st_blocks=8, st_size=4096, st_atime=0, st_atime_nsec=0, st_mtime=1615114025 
> /* 2021-03-07T11:47:05.236030621+0100 */, st_mtime_nsec=236030621, 
> st_ctime=1615114025 /* 2021-03-07T11:47:05.236030621+0100 */, 
> st_ctime_nsec=236030621}) = 0
> [...]
> [pid 2968895] getdents64(6, [{d_ino=128, d_off=4, d_reclen=24, 
> d_type=DT_UNKNOWN, d_name="*"}, [...] 

The plot thickens; evidently, all of your files in /mnt/x are of type
DT_UNKNOWN, where they should be DT_DIR or DT_REG. Is there anything strange
about the filesystem on /mnt/x?

/* Steinar */

Reply via email to