Ubuntu에서 Pendrive가 감지되지 않습니다.

Ubuntu에서 Pendrive가 감지되지 않습니다.

우분투에서 펜 드라이브를 볼 수 없습니다. 다시 연결하면 fdisk -l내 펜 드라이브가 연결된 것을 볼 수 있습니다.

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

또한 lsusb로그는 다음과 같습니다.

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

도와주세요. 귀하의 답변에 미리 감사드립니다.

잔혹한

답변1

/dev/sdd1이라는 파티션이 있는 것을 확인했습니다. 당신이해야 할 일은 그것을 설치하는 것뿐입니다. 파티션을 마운트하려면 다음을 수행해야 합니다:

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

파티션이 자체적으로 마운트되지 않는 경우가 있습니다.

관련 정보