Removed USB-drive still shows in file manager
Removed USB-drive still shows in file manager
I have very little experience with linux, so maybe this is a dumb question :)
I run Ubuntu 24.04 on a machine, and I had an old HDD in a usb-case which I mounted using fstab. Worked fine, but I decided it wasn't appropriate for my purpose and removed it (physically and from fstab).
But it still shows up in the file manager? What am I missing?
I could be wrong but I thought fstab only runs those commands on boot? If so you'll need to manually unmount using "umount" for now. It shouldnt be there next reboot
Well, I just rebooted and it's still there, which is what is confusing me :) But thanks!
So I should unmount it in other ways too?
Are you saying the drive still shows up on the side as ejectable? Or the mount directory is still there?
If the latter what directory is it mounted to? May just be as simple as deleting that directory if its empty. (Assuming its like /media/xxx/ or /mnt/yyy/)
Check with lsblk command if anything is in those directories