# proxmox-backup-manager datastore list
┌────────────┬────────┬─────────┐
│ name │ path │ comment │
╞════════════╪════════╪═════════╡
│ local-pbs2 │ backup │ │
└────────────┴────────┴─────────┘
# ls /mnt/datastore/ -la
ls: cannot access '/mnt/datastore/local-exta': Input/output error
ls: cannot access '/mnt/datastore/local-pbs1': Input/output error
total 8
drwxr-xr-x 5 root root 4096 Oct 8 19:49 .
drwxr-xr-x 8 root root 4096 Oct 8 19:37 ..
d????????? ? ? ? ? ? local-exta
d????????? ? ? ? ? ? local-pbs1
drwxr-xr-x 3 backup backup 34 Oct 8 19:49 local-pbs2
#
# rmdir /mnt/datastore/local-exta
rmdir: failed to remove '/mnt/datastore/local-exta': Device or resource busy
#
I have removed datastore of "local-exta and local-pbs1" but weird entry still available under /mnt/datastore/ folder. How to remove these 2 weird folder?
┌────────────┬────────┬─────────┐
│ name │ path │ comment │
╞════════════╪════════╪═════════╡
│ local-pbs2 │ backup │ │
└────────────┴────────┴─────────┘
# ls /mnt/datastore/ -la
ls: cannot access '/mnt/datastore/local-exta': Input/output error
ls: cannot access '/mnt/datastore/local-pbs1': Input/output error
total 8
drwxr-xr-x 5 root root 4096 Oct 8 19:49 .
drwxr-xr-x 8 root root 4096 Oct 8 19:37 ..
d????????? ? ? ? ? ? local-exta
d????????? ? ? ? ? ? local-pbs1
drwxr-xr-x 3 backup backup 34 Oct 8 19:49 local-pbs2
#
# rmdir /mnt/datastore/local-exta
rmdir: failed to remove '/mnt/datastore/local-exta': Device or resource busy
#
I have removed datastore of "local-exta and local-pbs1" but weird entry still available under /mnt/datastore/ folder. How to remove these 2 weird folder?