우분투 18.04에 있고 루트로 디렉토리를 만들 수 있지만 Plex가 만든이 오래된 디렉토리를 삭제하려고하면 실패합니다. 어떤 아이디어? 나는 여기와 온라인에서 찾을 수 있었던 모든 것을 시도했지만 운이 없다.
root@ubuntu-desktop:/mnt/plex# df -h
Filesystem Size Used Avail Use% Mounted on
udev 2.9G 0 2.9G 0% /dev
tmpfs 597M 1.6M 595M 1% /run
/dev/sda1 590G 14G 547G 3% /
tmpfs 3.0G 32M 2.9G 2% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
/dev/loop0 13M 13M 0 100% /snap/gnome-characters/103
/dev/loop2 2.4M 2.4M 0 100% /snap/gnome-calculator/199
/dev/loop3 3.8M 3.8M 0 100% /snap/gnome-system-monitor/51
/dev/loop1 35M 35M 0 100% /snap/gtk-common-themes/319
/dev/loop6 15M 15M 0 100% /snap/gnome-logs/40
/dev/loop4 30M 30M 0 100% /snap/sublime-text/26
/dev/loop5 2.4M 2.4M 0 100% /snap/gnome-calculator/180
/dev/loop8 196M 196M 0 100% /snap/wine-platform-i386/10
/dev/loop9 3.8M 3.8M 0 100% /snap/gnome-system-monitor/54
/dev/loop10 15M 15M 0 100% /snap/gnome-logs/37
/dev/loop11 87M 87M 0 100% /snap/core/5145
/dev/loop12 87M 87M 0 100% /snap/core/4917
/dev/loop13 13M 13M 0 100% /snap/gnome-characters/117
/dev/loop7 141M 141M 0 100% /snap/gnome-3-26-1604/70
192.168.1.113:/mnt/Tank/Plex 4.7T 128K 4.7T 1% /mnt/plex
tmpfs 597M 36K 597M 1% /run/user/1000
tmpfs 597M 0 597M 0% /run/user/0
root@ubuntu-desktop:/mnt/plex# ls
q13
root@ubuntu-desktop:/mnt/plex# rm -rf q13
rm: cannot remove 'q13/Season 2018': Permission denied
root@ubuntu-desktop:/mnt/plex# rm -rf /mnt/plex/*
rm: cannot remove '/mnt/plex/q13/Season 2018': Permission denied
root@ubuntu-desktop:/mnt/plex# mkdir test
root@ubuntu-desktop:/mnt/plex# ls
q13 test
root@ubuntu-desktop:/mnt/plex# rm -rf test
root@ubuntu-desktop:/mnt/plex# ls
q13
root@ubuntu-desktop:/mnt/plex# rm -rf q13
rm: cannot remove 'q13/Season 2018': Permission denied
root@ubuntu-desktop:/mnt/plex#
rm -R q13
으므로 / etc / exports가 우분투에 존재하지 않습니다. 새 파일을 작성하고 입력하십시오no_root_squash
.