NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Hawk321
Feb 12, 2017Apprentice
Cant acceess shares in WIN 7 / 10
Hi, Iam using a Ready NAS Duo V1 and all was working fine for a long time now. But some days ago it disappeared in the file explorer and also in the network overview. I can access the NAS...
Hawk321
Feb 13, 2017Apprentice
The NAS is 50% 1 of 2 TB as far as I can see it in the admin center.
StephenB
Feb 13, 2017Guru - Experienced User
That is the data volume. The OS is 4 GB (NOT TB), and you can only see it with ssh,
ssh into the box, and enter
df . -h
df . -I
- Hawk321Feb 21, 2017Apprentice
Sorry for my late reply I was on a business trip
df . -h
Filesystem Size Used Avail Use% Mounted on
/dev/md0 1.9G 1.9G 137M 94% /
df . -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/md0 128000 32204 95796 26% /
- StephenBFeb 21, 2017Guru - Experienced User
Hawk321 wrote:
Filesystem Size Used Avail Use% Mounted on
/dev/md0 1.9G 1.9G 137M 94% /
That is full. What you need to do now is find out where the space is going.
You can start by looking more closely at /var/log and /var/cache - usually the problem is in one of those two. The cache can simply be emptied, over-sized log files should be truncated. (echo > /var/log/logfilename for instance).
If you have installed the plex server on the NAS, then you should see if its databases, etc are being saved on the OS partition. Anything that uses a lot of space should be stored somewhere on /c/. It is possible to create a share for apps on the data volume, then create subfolders in it that correspond to folders on the OS partition. Then copy the data with ssh, and replace the original OS folder with a soft link to the new apps folder. For instance ln -s /c/apps/subfolder /usr/local/subfolder will create a subfolder soft link to /c/apps/subfolder in /usr/local.
- Hawk321Feb 22, 2017Apprentice
I really appreciate you help but I dont really get why a full OS partition shall raise the problems I have?
With OSx I find the NAS and I can also connect but not with Windows. Plex is also installed on a single Raspberry 3.
So your problem solution seems als little weird for me ;-).
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!