lsd-rs / lsd

The next gen ls command
Apache License 2.0
13.47k stars 436 forks source link

Cannot list an NFS mounted volume #831

Open olivierACRI opened 1 year ago

olivierACRI commented 1 year ago

Expected behavior

When I am listing a mounted NFS folder using lsd I expect to see the list of files like with ls

ls -la /mount/dmz28/dev/projects/opensearch 
total 0
drwxrwsrwx 5 nobody grp_devsystem 0 févr. 27 16:34 .
drwxrwsr-x 8 nobody grp_devsystem 0 janv. 25 15:52 ..
drwxr-sr-x 2 nobody  grp_devsystem 0 févr. 27 16:34 os_1
drwxr-sr-x 2 nobody  grp_devsystem 0 févr. 27 16:34 os_2
drwxr-sr-x 2 nobody  grp_devsystem 0 févr. 27 16:34 os_3

Actual behavior

lsd /mount/dmz28/dev/projects/opensearch 
cannot access '/mount/dmz28/dev/projects/opensearch': No such file or directory (os error 2)
zwpaper commented 1 year ago

Hi @olivierACRI, I saw that you have a really old version of lsd, please try to update to the newest, and then check whether there is still errors

olivierACRI commented 1 year ago

Thanks, I updated, this is weird, I should have followed an old installation process. Because I installed it a couple of days ago and I didn't remember doing the installation with dpkg.

zwpaper commented 1 year ago

it should be all set to the latest release in README, can you recall where did you find the old docs? we can update it if needed.

and how is the newest version output, we can close issue if it works