반응형
안드로이드 타겟(갤럭시S)을 우분투에 연결하려고 하는데 언제부터인가 자동 연결이 되지 않는다.
분명 원인이 있겠지만 ;;
그냥 아래와 같이 해서 쓰고 있다.
1. 안드로이드 폰을 USB로 연결후, 이동식 디스크를 선택하여 USB이동식 디스크 사용 버튼 클릭.
2. 마운트할 폴더가 없으면 생성
mkdir -p /media/usb
3. 디스크 정보 확인 ( 아래와 같이 /dev/sdb 장치가 있는데 이상하게도 시스템 정보가 없다 ;; )
# 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: 0x000e2e30
Device Boot Start End Blocks Id System
/dev/sda1 * 1 38149 306425856 83 Linux
/dev/sda2 38149 38914 6142977 5 Extended
/dev/sda5 38149 38914 6142976 82 Linux swap / Solaris
Disk /dev/sdb: 14.4 GB, 14428372992 bytes
64 heads, 32 sectors/track, 13759 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
4. 마운트
mount /dev/sdb /media/usb
분명 원인이 있겠지만 ;;
그냥 아래와 같이 해서 쓰고 있다.
1. 안드로이드 폰을 USB로 연결후, 이동식 디스크를 선택하여 USB이동식 디스크 사용 버튼 클릭.
2. 마운트할 폴더가 없으면 생성
mkdir -p /media/usb
3. 디스크 정보 확인 ( 아래와 같이 /dev/sdb 장치가 있는데 이상하게도 시스템 정보가 없다 ;; )
# 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: 0x000e2e30
Device Boot Start End Blocks Id System
/dev/sda1 * 1 38149 306425856 83 Linux
/dev/sda2 38149 38914 6142977 5 Extended
/dev/sda5 38149 38914 6142976 82 Linux swap / Solaris
Disk /dev/sdb: 14.4 GB, 14428372992 bytes
64 heads, 32 sectors/track, 13759 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
4. 마운트
mount /dev/sdb /media/usb
반응형
'컴퓨터 사용 팁' 카테고리의 다른 글
쉘스크립트 끄적임 (0) | 2012.12.15 |
---|---|
PPA 추가 그리고 프록시 (2) | 2012.08.31 |
리눅스에 Swap 추가하기 (0) | 2011.04.02 |
UBUNTU 10.10 사운드가 안들리는 문제 (1) | 2011.02.23 |
[팁]이클립스에서 프로젝트 명이 중복되어 import 되지 않을 때 (3) | 2010.08.20 |