Score:0

A strange external device appeared on the left sidebar

pl flag

First it only showed up for a split second and disappeared, and after that it appeared again and stayed. It looks like this:

It looked like this

I didn't have anything plugged in at the time so I don't know where it came from. It had some files in the folders but I don't remember them because I was nervous and just ejected it. Is it normal? BTW I still use Ubuntu 16.04 but I'm planning to upgrade.

in flag
Did this volume appear after you uninstalled a snap?
pl flag
No, it just appeared out of nowhere and that's why I am so worried.
Someone avatar
my flag
Is your system 32 bit ??????
pl flag
It says the OS type is 64-bit.
Score:0
fr flag

This looks like a small partition on your hard drive. In my experience, updating or upgrading another OS on the same computer can cause these small partitions to be shown or hidden to Linux. (eg, Windows 10 > Windows 11)

If you're curious, you can find out if it is physically located on your internal hard drive by running a 'mount | grep' command, then looking at the output. Here's how:

  1. Open a Terminal
  2. In the terminal, type this command: mount | grep Wolumin

This should return something like this:

douglask@doug-GxxxJM:~$ mount | grep Data
/dev/sdb4 on /media/doug/Data type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)

I don't know how much you know, so I may be going too basic here. If I am, I apologize!

The part of the above output we're interested in is the /dev/sdb4 right at the start of the line. That refers to a special folder on the file system called /dev which holds special device files. More info here.

Devices beginning with sd are normally hard drives. sda is the first hard drive and typically holds your operating system(s), sdb is the second one and so on. If it's an sda, sdb, etc device, it's a physical drive. The number is the partition number.

It's good to know how many drives are inside your computer as usb drives will show up as being beyond the internal drives. For example, my computer has sda and sdb inside it. If I attach an external USB drive, it appears as sdc.

If it's something else, that first portion of the mount line may give you a clue regarding the type of device, and what might be some good search terms.

pl flag
Thank you for your help. I tried typing "mount | grep Wolumin" in the terminal but it didn't return anything :( I checked my dev folder but it doesn't contain anything named "sda" or "sdb". The PC came with Windows 10 on a single partition and I simply installed Ubuntu in its place from an installation disc.
Douglas K avatar
fr flag
Ok. It's possible there's translation going on. Wolumin is another language for Volume. In any case, these small volumes are quite common on systems that used to have Windows on them.
Douglas K avatar
fr flag
Other than using up a small amount of the hard drive space, it does no harm to leave it there. This is my recommended course of action and is what I did for years until I had to replace the hard drive in my computer owing to a hardware failure. If you want to look into this further, let me know and I'm happy to help.
pl flag
Thank you so much, I was worried it was something malicious or something.
Douglas K avatar
fr flag
Happy to help. :) Enjoy!
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.