Debian 컴퓨터에 MergerFS를 설치했는데 모든 것이 제대로 작동하는 것 같습니다. 그러나 드라이브는 읽기 전용 모드로 종료됩니다. 이 문제를 어떻게 해결할 수 있나요?
/etc/fstab
/dev/disk/by-id/ata-ST1000LM014-1EJ164_W770QH4A-part1 /mnt/disk1 ext4 errors=remount-ro 0 0
/dev/disk/by-id/ata-ST4000LM024-2AN17V_WCK4CN7A-part1 /mnt/disk2 ext4 errors=remount-ro 0 0
/mnt/disk* /mnt/storage fuse.mergerfs defaults,nonempty,allow_other,use_ino,cache.files=off,moveonenospc=true,dropcacheonclose=true,minfreespace=200G,fsname=mergerfs 0 0
다음 명령을 실행하면 다음에 재부팅할 때까지 읽기 전용 모드가 사라집니다.
sudo mount -o remount,rw /dev/sda1 /
관련 정보
user@user:~$ ls -lha /mnt/
total 24K
drwxr-xr-x 6 root root 4.0K Apr 4 08:36 .
drwxr-xr-x 18 root root 4.0K Apr 4 08:59 ..
drwxr-xr-x 18 root root 4.0K Apr 4 08:59 disk1
drwxr-xr-x 3 user user 4.0K Apr 4 08:59 disk2
drwxr-xr-x 2 root root 4.0K Apr 4 08:33 manualdiskmounttest
drwxr-xr-x 18 root root 4.0K Apr 4 08:59 storage