do this ,,,,,,,,,in a terminal
you see my 1TB storage drive ,,,,,,, it is /dev/sdb1 and is mounted at /mnt/btrfs where mine said /mnt/btrfs yours will say something different ,,,,whatever it is do a "ls -la" on it ,,,,,,,,,so lets say yours (the mount point) is listed as /media/mydrive then do
and post the results of both command outputs .
VINNY
Code:
df -h
Code:
vinny@vinny-Bonobo-Extreme:~/mpg123$ df -h Filesystem Size Used Avail Use% Mounted on udev 7.8G 0 7.8G 0% /dev tmpfs 1.6G 18M 1.6G 2% /run /dev/sda6 53G 17G 34G 34% / tmpfs 7.9G 1.9M 7.9G 1% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup [COLOR=#ff0000]/dev/sdb1 932G 481G 451G 52% /mnt/btrfs[/COLOR] tmpfs 1.6G 20K 1.6G 1% /run/user/1000
Code:
ls -la /media
VINNY
Comment