NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ADodd
Feb 07, 2021Aspirant
Readynas - Showing Files as Folders
Hi Guys I have a Readynas 104. Turned it on today to look at some of my legacy pictures. Atfer drilling down to the correct folder I found all the JPG files listed as folders rather than actual...
Sandshark
Feb 08, 2021Sensei
So, I assume via SMB. And my other questions? I'm trying to figure out if they were ever right, or if this might be the fault of whatever put them there.
Are you comfortable with SSH access to the NAS? It would be good to go there and see what it shows. But if you aren't, then at least looking at them with the NAS GUI could add information.
ADodd
Feb 08, 2021Aspirant
Hi SandShark
I'm happy to go there (SSH), my Unix/Linux days have long since gone but I am willing to give it a go.
I remember being able to change the object attributes to change from a file to finder or to an exe but I can't remember the command line etc.
The files were originally place from a windows desktop PC using ordinary "Windows File Explorer".
Although in have a Mac I know the transfer was done on wildows.
Anthony
- rn_enthusiastFeb 08, 2021Virtuoso
From SSH you could dive down into the same folder via:
cd /data/yoursharename/path/to/files
Once in the correct path, you can use ls -lh to see that is shows. If the file/folder start with a "d" then it is a directory and if it start with a "-" then it is a file. Like here on my NAS, for example:
-rwxrwxrwx+ 1 root root 483K Oct 8 2017 Wallpaper.jpg <<<=== File drwxrwxrwx+ 1 root root 1.5K Oct 24 2019 myfolder <<<=== Folder
- ADoddFeb 17, 2021Aspirant
Sorry for delay in replying, been busy withan office move.
I understand the SSH attrib bit but how do I get to that point and with what software tool?
Sorry for being a bit slow.
Anthony
- StephenBFeb 17, 2021Guru - Experienced User
Enable ssh on the NAS in system->settings->services.
Then if you are running Windows 10, enter ssh root@nas-ip-address into the windows search bar (using the real NAS IP address of course). Then enter the NAS admin password when you get a password prompt.
The first time you do this, you will need to confirm that you want trust the fingerprint before you get the login prompt.
If you aren't running Windows 10, you can also use a tool called putty - found here: https://www.putty.org/
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!