Score:0

My external SSD appears in mnt but I cannot see files inside it?

es flag

I have an external SSD connected to my Windows PC via USB connection. When I look in the folder structure of the linux subsystem, I can see and access /mnt/e/ (the SSD), but cannot see anything inside it with ls. Any help would be appreciated!

vanadium avatar
cn flag
It cannot automatically appear in `/mnt/e`. Something else is happening there. If automatically mounted, it appears under /media/<username>/<label>. Include output in your question (use "edit") of ` lsblk -f` to show information of the file systems and on whether it is mounted or not.
David H avatar
es flag
When I go to /media there is nothing inside it. When I use the command ` lsblk -f `, I get the error ` lsblk: failed to access sysfs directory: /sys/dev/block: No such file or directory `.
vanadium avatar
cn flag
Try ` sudo lsblk -f`. In 21.10 ` sudo` is not needed, in ` 20.04` it might. Include your linux version, because there may be differences.
David H avatar
es flag
sudo did not work either, same message. Version is Ubuntu 20.04.2 LTS.
vanadium avatar
cn flag
Then include or inspect that info another way, e.g. ` mount` and ` sudo fdisk -l`
David H avatar
es flag
I appreciate you helping me, but I am new to Linux, and do not know what it is that I would be looking for when inspecting the information given to me when using these commands. When the SSD is plugged in and not plugged in, the information given by the ` mount ` command is unchanged. The other command gives ` fdisk: cannot open /proc/partitions: No such file or directory `.
vanadium avatar
cn flag
The command `sudo fdisk -l` has worked on any linux distribution I have known. It may be a problem with the file system on the SSD. Connect it to Windows, have the file system checked in WIndows, then shut down WIndows completely - after that it should mount automatically
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.