Results 1 to 8 of 8
I just plugged my usb into my computer, and nothing happened. I'm told that an icon should show up on the desktop but there isn't one. I've also looked at ...
- 04-03-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 13
Invisible USB devices!
I just plugged my usb into my computer, and nothing happened. I'm told that an icon should show up on the desktop but there isn't one. I've also looked at some of the tutorials on how to mount a usb but they all rely on linux actually seeing the usb. Most also want me to know the file type (FAT32, etc) which I also don't know. Help please?
- 04-04-2011 #2
what is the device?
run lsusb command and post back results
if it is usb flash drive or usb hard disk, also post output of sudo fdisk -l
- 04-04-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 13
lsusb gives me
and sudo fdisk -l gives meCode:Bus 005 Device 002: ID 0b05:1788 ASUSTek Computer, Inc. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 007: ID 090c:1000 Feiya Technology Corp. Flash Drive Bus 001 Device 002: ID 13d3:5119 IMC Networks Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I have no idea what this meansCode:Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0002958c Device Boot Start End Blocks Id System /dev/sda1 * 1 30020 241127424 83 Linux /dev/sda2 30020 30402 3068929 5 Extended /dev/sda5 30020 30402 3068928 82 Linux swap / Solaris Disk /dev/sdb: 8019 MB, 8019509248 bytes 185 heads, 8 sectors/track, 10583 cylinders Units = cylinders of 1480 * 512 = 757760 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xc3072e18 Device Boot Start End Blocks Id System /dev/sdb1 * 1 10584 7831548 c W95 FAT32 (LBA)
- 04-04-2011 #4
Well, you have an 8 GB drive of some sort in there, formatted to FAT32. Looks like a flash drive to me.
I assume the USB stick you're looking for is 1) the only external drive attached and 2) 8 GB in size?
You usually don't need to specify the filesystem when manually mounting. It's pretty good at recognizing it on its own.
Make a mount point
MountCode:sudo mkdir /mnt/flash
It should automatically create a mountpoint under /media with the device label. Check to make sure that's not happening.Code:sudo mount /dev/sdb1 /mnt/flash
Also, you can plug in the device and check the output of
That may give us some more info.Code:dmesg | tail
- 04-04-2011 #5Just Joined!
- Join Date
- Apr 2011
- Posts
- 13
dmesg | tail gives me
Code:[85739.672439] sd 7:0:0:0: [sdb] 15663104 512-byte logical blocks: (8.01 GB/7.46 GiB) [85739.673197] sd 7:0:0:0: [sdb] Write Protect is off [85739.673211] sd 7:0:0:0: [sdb] Mode Sense: 43 00 00 00 [85739.673218] sd 7:0:0:0: [sdb] Assuming drive cache: write through [85739.683317] sd 7:0:0:0: [sdb] Assuming drive cache: write through [85739.683337] sdb: sdb1 [85739.686439] sd 7:0:0:0: [sdb] Assuming drive cache: write through [85739.686454] sd 7:0:0:0: [sdb] Attached SCSI removable disk [88092.726006] eeepc_wmi: Unknown key 57 pressed [88095.833865] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=600
- 04-05-2011 #6
if the flash drive is what you are trying to mount, it is being detected
you should be able to just open the file manager and double click on it to get access to the files without having to muck around in the terminal
just open places->computer and you should see it in there, if this is not the case, then refer to reed9's previous post on how to manually mount through the command line
- 04-05-2011 #7Just Joined!
- Join Date
- Apr 2011
- Posts
- 13
Looks like I'm going with the terminal option. What you said should be there, isn't. It's been the same with a lot of other stuff. Does the netbook remix just suck? Or is it me? (Probably me...)
- 03-23-2012 #8Just Joined!
- Join Date
- Mar 2012
- Posts
- 1
can somebody help me with repairing Philips USB 16GB device
Code:lsusb Bus 005 Device 002: ID 13d3:3315 IMC Networks Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 012: ID 0471:082b Philips (or NXP) Bus 001 Device 002: ID 13d3:5711 IMC Networks Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub fdisk -l Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00034d32 Device Boot Start End Blocks Id System /dev/sda1 1 244 1951744 1b Hidden W95 FAT32 /dev/sda2 244 754 4096000 82 Linux swap / Solaris /dev/sda3 * 754 38914 306522112 83 Linux dmesg [ 6021.564597] usb 1-3: new high speed USB device using ehci_hcd and address 12 [ 6031.696777] usb 1-3: string descriptor 0 read error: -110 [ 6036.696183] usb 1-3: can't set config #1, error -110


Reply With Quote