Hello,
I mounted a NAS to my Raspberry Pi using the following:
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
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.
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>
Code:
df -h
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