I'm using ubuntu server and I'm trying to transfer files over usb but I'm having a weird problem. The usb stick is detected but no files are showing up. For example, I plugin the usb stick, I navigate to /media, I run ls, and nothing shows' up. I've even tried changing dirs to one that's on the usb stick and it just says that it doesn't exist.
things I've tried:
- using a different os
- using a different port
sudo journalctl --follow
as you plug in the USB drive. What system was it working on? How was it unmounted? After it's plugged in,df -m | grep -v loop
andsudo lsblk -f
andls -l /media/$USER
will help you find it. – waltinator Nov 24 '22 at 23:21sda1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
– No-Question123 Nov 24 '22 at 23:26