ls -l /media/debian9/disk
total 1741
drwxr-xr-x 2 100000 100000 3 Jul 20 2018 acct
-rwxr-xr-x 1 100000 100000 1102 Jul 20 2018 anbox-init.sh
Who is the 100000?
cat /etc/passwd |grep 100000
Nothing as output.
And i want to remove it.
sudo rm -rf /media/debian9/disk
rm: cannot remove '/media/debian9/disk/xx': Read-only file system
rm: cannot remove '/media/debian9/disk/yy': Read-only file system
I remount the filesystem as read-write with:
sudo mount -o remount,rw /media/debian9/disk
mount: cannot remount /dev/loop5 read-write, is write-protected