$ fdisk -l ubuntu-14.04.2lts-lubuntu-odroid-u-20150224.img
Disk ubuntu-14.04.2lts-lubuntu-odroid-u-20150224.img: 5.1 GiB, 5505024000 bytes, 10752000 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
Disklabel type: dos
Disk identifier: 0x000c4046
Device Boot Start End Sectors Size Id Type
ubuntu-14.04.2lts-lubuntu-odroid-u-20150224.img1 3072 266239 263168 128.5M 6 FAT16
ubuntu-14.04.2lts-lubuntu-odroid-u-20150224.img2 266240 10751999 10485760 5G 83 Linux
$ mkdir mnt
$ sudo mount -v -o offset=136314880 -t ext4 ubuntu-14.04.2lts-lubuntu-odroid-u-20150224.img mnt
mount: /dev/loop0 mounted on /home/pi/mnt.
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 4.8G 4.3G 365M 93% /home/pi/mnt
머.. 켜보기 전에는 그냥 그런 무난한 구성이네
2016/09/02 - [embeded/raspberry pi] - 라즈베리 파이 배포 이미지 마운트 하기
'embeded > odroid' 카테고리의 다른 글
odroid 시스템 정보 (/proc) (0) | 2016.09.03 |
---|---|
odroid ready! (0) | 2016.09.03 |
odroid u3 사용준비! (0) | 2016.09.02 |
odroid u3 지름! (0) | 2016.09.02 |
eMMC에 대한 환상은 깨도 되려나? (0) | 2015.11.11 |