Tag Info

Hot answers tagged

4

sudo lsusb will tell you what usb devices Linux detects. Whether a usb storage device mounts, or is detected, are separate issues. sudo lsusb -v will give verbose output, possibly more information than you want if the OS truly doesn't recognize the device. alternatively, you could compare the lists of devices in /dev before and after plugging in the usb ...


2

It is normal to get this dialogue when using thunar, as noted here briefly at the Xfce wiki, although it will obviously only be displayed if you have a notification daemon installed. When a filesystem is unmounted any pending data is written and then the device itself can be removed. However, sometimes the filesystem cannot be unmounted if a process is still ...


2

Solution 1: Try the Disks program (if you run Ubuntu with a GUI). (check that the gnome-disk-utility package is installed) (make sure that udisk2 package is installed) Hit SUPERA to open the Application Lens and type Disks in the Search Applications field. (SUPER is probably the key with the Windows icon.) In Disks you can play with the automount ...


1

Try running the unmount command with root permissions from the CLI. Open a Terminal window with alt+t or by searching for "Terminal" in Finder. Going off the data you provided about the error, it looks like your HDD is mounted at '/media/My Passport'. To unmount it, run sudo unmount "/media/My Passport". Enter your password when prompted. If it's not ...


1

do not use the reccomended program ubuntu said to use to make the bootable flash drive as it doesn't work properly. Istall unetbootin, it is free. Select the ubuntu to install and choose what flash drive to use and it will do everything for you. around 1 hour later everything should be ready. after that you can reboot and choose the usb flash drive to the ...


1

I was having a similar problem. I resolved this by first unmounting the partition via cli: sudo umount /dev/sdb1 (or whatever your usb is) Then formatting the partition for ext4 (it cannot be formatted while mounted/in use): sudo mkfs.ext4 /dev/sdb1 That should do the trick, worked for me.


1

sudo lsusb is the first step. looking in /mnt or /media, or /anywherelse implies the hardware has been mounted. The hardware maybe plugged in but not mounted. If you see the device listed, then you can look for the /dev/ assignment in dmesg here is dmesg output of when i just pluged a memory stick in my computer: [10527.883515] sd 6:0:0:3: [sde] 126912 ...



Only top voted, non community-wiki answers of a minimum length are eligible