Directories Show Up with the Same Name
by gw1500se from LinuxQuestions.org on (#53S3N)
I have discovered something I thought was impossible:
Code:pi@raspberrypi:~ $ ls -l /mnt/1wire
total 0
drwxrwxrwx 1 root root 4096 May 21 18:16 3A.0BE14D000000
drwxrwxrwx 1 root root 4096 May 21 18:16 3A.0BE14D000000
drwxr-xr-x 1 root root 4096 May 21 13:24 bus.0
drwxr-xr-x 1 root root 4096 May 21 13:24 bus.1
drwxr-xr-x 1 root root 4096 May 21 13:24 settings
drwxr-xr-x 1 root root 4096 May 21 13:24 statistics
drwxr-xr-x 1 root root 4096 May 21 13:24 structure
drwxr-xr-x 1 root root 4096 May 21 13:24 system
drwxr-xr-x 1 root root 4096 May 21 13:24 uncachedCan someone explain those 2 directories to me? TIA.


Code:pi@raspberrypi:~ $ ls -l /mnt/1wire
total 0
drwxrwxrwx 1 root root 4096 May 21 18:16 3A.0BE14D000000
drwxrwxrwx 1 root root 4096 May 21 18:16 3A.0BE14D000000
drwxr-xr-x 1 root root 4096 May 21 13:24 bus.0
drwxr-xr-x 1 root root 4096 May 21 13:24 bus.1
drwxr-xr-x 1 root root 4096 May 21 13:24 settings
drwxr-xr-x 1 root root 4096 May 21 13:24 statistics
drwxr-xr-x 1 root root 4096 May 21 13:24 structure
drwxr-xr-x 1 root root 4096 May 21 13:24 system
drwxr-xr-x 1 root root 4096 May 21 13:24 uncachedCan someone explain those 2 directories to me? TIA.