View Single Post
Old 06-11-2022, 07:39 AM   #7
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by xversion1 View Post

Edit: I figured it out. It's because I left SSH on all the time. I thought I just need to turn off Wi-fi to disable SSH, but obviously it's not the case. SSH still affects somehow even if there's no internet.
It has nothing to do with internet. It is how the filesystems work: you can't unmount one if there's a file opened inside. No matter if the file is a picture you're viewing, a document you're editing or a binary you're running.

The only workaround for OSes to "force unmount" a filesystem with opened files inside is to get a list of file descriptors for the given mountpoint and kill the processes that hold those descriptors.
pazos is offline   Reply With Quote