Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3891

Troubleshooting • Mounted NAS shows lower storage size

$
0
0
Hello,

I mounted a NAS to my Raspberry Pi using the following:

Code:

sudo mount -t cifs //<NAS_IP>/<share_name> <mount_point> -o iocharset=utf8,username=<username>,password=<password>,rw,vers=<SMB_version>,domain=<domain_name>
It appeared to be mounted correctly. I can access the folder and transfer files there. However, when I look at the available storage size using

Code:

df -h
It says that I have 973M, but when I look at the actual drive, it says I have over 10TB of free space. Do you have any suggestions?

BTW, I apologize if this is a stupid question. I am new using Debian/Linux/Raspberry systems.

Statistics: Posted by cam02 — Thu May 16, 2024 11:17 pm



Viewing all articles
Browse latest Browse all 3891

Trending Articles