NetVicious
Occasional Visitor
Hi!
I connected one USB disk formatted with ext4 filesystem and it's shown as full in the website and ssh:
Obviously the hard disk it's not full (look Size and Used in df), but I cannot add files within Samba.
The permissions on "USB Application / Network place (samba) Share" are ok, the user has RW on that disk.
I can add files within SCP with WinSCP without any problem. A bit strange :-(
I checked the permissions on the folders and set all to 777.
The system it's plenty on free inodes:
I connected one USB disk formatted with ext4 filesystem and it's shown as full in the website and ssh:
Code:
ASUSWRT-Merlin RT-AC68U 380.68-4 Wed Oct 4 19:01:14 UTC 2017
X@RT-AC68U-0C70:/tmp/home/root# df -h
Filesystem Size Used Available Use% Mounted on
.....
/dev/sda1 916.9G 898.4G 0 100% /tmp/mnt/sda1
Code:
X@RT-AC68U-0C70:/tmp/home/root# mount
.....
/dev/sda1 on /tmp/mnt/sda1 type ext4 (rw,nodev,relatime,barrier=1,data=ordered)
Obviously the hard disk it's not full (look Size and Used in df), but I cannot add files within Samba.
The permissions on "USB Application / Network place (samba) Share" are ok, the user has RW on that disk.
I can add files within SCP with WinSCP without any problem. A bit strange :-(
I checked the permissions on the folders and set all to 777.
The system it's plenty on free inodes:
Code:
X@RT-AC68U-0C70:/tmp/mnt/sda1# tune2fs -l /dev/sda1 | grep node
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Inode count: 61054976
Free inodes: 61047477
Last edited: