Stromkompressor
Dabbler
- Joined
- Mar 13, 2023
- Messages
- 18
Hi!
After copying some file from my PC to my TrueNAS instance via an SMB share, I now have a weird file which can't be deleted:
Trying to remove it:
Or with quotes:
When opening the parent folder with my file explorer, it only briefly shows the file as a folder and then hides it.
I have run a scrub task but it is still there. I just want to delete it. In my original files there is no such file.
Also:
Do I have to nuke the dataset?
After copying some file from my PC to my TrueNAS instance via an SMB share, I now have a weird file which can't be deleted:
Code:
sven@sven-MSI:/run/user/1000/gvfs/smb-share:server=truenas.local,share=svens-dateien/svens-fotos/Takeout/Google Fotos2$ LANG=C ls -l ls: cannot access 'ZA4S9B~Q': No such file or directory total 0 ?????????? ? ? ? ? ? ZA4S9B~Q
Trying to remove it:
Code:
sven@sven-MSI:/run/user/1000/gvfs/smb-share:server=truenas.local,share=svens-dateien/svens-fotos/Takeout/Google Fotos2$ LANG=C rm ZA4S9B~Q rm: cannot remove 'ZA4S9B~Q': No such file or directory
Or with quotes:
Code:
sven@sven-MSI:/run/user/1000/gvfs/smb-share:server=truenas.local,share=svens-dateien/svens-fotos/Takeout/Google Fotos2$ LANG=C rm "ZA4S9B~Q" rm: cannot remove 'ZA4S9B~Q': No such file or directory
When opening the parent folder with my file explorer, it only briefly shows the file as a folder and then hides it.
I have run a scrub task but it is still there. I just want to delete it. In my original files there is no such file.
Also:
Code:
sven@sven-MSI:/run/user/1000/gvfs/smb-share:server=truenas.local,share=svens-dateien/svens-fotos/Takeout/Google Fotos2$ LANG=C file ZA4S9B~Q ZA4S9B~Q: cannot open `ZA4S9B~Q' (No such file or directory)
Do I have to nuke the dataset?