卸载Linux-station

在APP的界面卸载之后,你会发现,你打不开Linux-station了..因为还没有卸载干净

找到软件安装的目录,我的是在这里

/share/CACHEDEV1_DATA/.qpkg

找到Linux-station位置

/share/CACHEDEV1_DATA/.qpkg/ubuntu-hd

当你想要卸载的时候会提示这个

rm: can't remove 'ls-lxd/devlxd': Device or resource busy
rm: can't remove 'ls-lxd/shmounts': Device or resource busy
rm: can't remove 'ls-lxd/storage-pools/ls-storage': Device or resource busy
rm: can't remove 'ls-lxd/storage-pools': Directory not empty
rm: can't remove 'ls-lxd': Directory not empty

运行以下指令找出系统挂载的记录

df -h

找到以下记录

tmpfs                   100.0K         0    100.0K   0% /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd/ls-lxd/shmounts
tmpfs                   100.0K         0    100.0K   0% /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd/ls-lxd/devlxd
                          8.6T      5.1T      3.5T  60% /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd/ls-lxd/storage-pools/ls-storage

运行指令解除挂载

umount /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd/ls-lxd/shmounts
umount /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd/ls-lxd/devlxd
umount /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd/ls-lxd/storage-pools/ls-storage

然后运行rm删除就可以了

rm -rf /share/CACHEDEV1_DATA/.qpkg/ubuntu-hd

到这里就解决了!

enjoy!

Last modification:February 11th, 2022 at 10:56 am
如果觉得我的文章对你有用,请随意赞赏