Pendrive não sendo detectado no Ubuntu [fechado]

0

Não consigo ver meu pendrive no Ubuntu. Quando eu encontro fdisk -l , eu posso ver meu pendrive conectado:

Disk /dev/sdd: 16.0 GB, 16008609792 bytes
255 heads, 63 sectors/track, 1946 cylinders, total 31266816 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b124a

  Device  Boot     Start        End    Blocks  Id  System
/dev/sdd1 2048    31266815    15632384    b    W95 FAT32

Além disso, lsusb logs estão abaixo:

Bus 002 Device 005: ID 0461:4d81 Primax Electronics, Ltd Dell N889 Optical Mouse
Bus 002 Device 013: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 002 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Por favor me ajude. Agradecemos antecipadamente pelas respostas.

Difícil

    
por harry 15.02.2015 / 16:02

1 resposta

1

Eu vejo que você tem uma partição chamada / dev / sdd1. O que você tem que fazer é montá-lo. Para montar uma partição, você deve fazer o seguinte:

mount /dev/sdd1 /folder/where/you/want/to/mount/it

Algumas vezes, uma partição não pode ser montada sozinha.

    
por 15.02.2015 / 16:07

Tags