root@alaska:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
root@alaska:~# uname -r
2.6.31-14-server
カードをどのように認識しているか確認
root@alaska:~# dmesg | grep mmcblk
[ 1490.807471] mmcblk0: mmc0:0002 00000 3.81 GiB
[ 1490.807547] mmcblk0: p1
[ 1521.551436] mmcblk0: mmc0:0002 00000 3.81 GiB
[ 1521.551497] mmcblk0: p1
[ 1528.014170] mmcblk0: mmc0:0002 00000 3.81 GiB
[ 1528.014234] mmcblk0: p1
root@alaska:~#
mmcblk0: p1 と認識している
マウント
root@alaska:~# mount /dev/mmcblk0p1 sdcard_mount/
root@alaska:~# mount | grep mmcblk
/dev/mmcblk0p1 on /root/sdcard_mount type vfat (rw)
アンマウント
root@alaska:~# umount sdcard_mount/
--
なんか、SDカードをmount/unmount 繰り返してたら、SDカードのデバイス ( dev/mmcblk ) が
認識されなくなった。リブートしてもダメ。
で、/ect/modules に下記を記述し、リブートしたら認識するようになった。
しかも automount されるようになった。
root@alaska:~# egrep -v "^#" /etc/modules | egrep -v "^$"
loop
lp
rtc
tifm_sd <- 追加
tifm_7xx1 <- 追加
tifm_core <- 追加
insmod で t上記3つのモジュールを読み込んでも OK.
like this:
insmod tifm_sd
insmod tifm_7xxx1
insmod tifm_core
Showing posts with label mount. Show all posts
Showing posts with label mount. Show all posts
Linux: ISO のマウント方法
gOS を仮想マシンにインストールしようと思っていて、カーネルのバージョン知りたかったので、
事前チェック。ググってもいいんだけど。
gOSって知らなかったー。
ISOのマウント方法
[root@alaska iso_images]# mount -t iso9660 -o loop gos-space-20080406-1226.iso tmp/
vmlinuz の場所。ubuntu ベースなんだー。
[root@alaska iso_images]# cd tmp/ubuntu/casper/
カーネルのバージョン。
[root@alaska casper]# file vmlinuz
vmlinuz: Linux kernel x86 boot executable bzImage, version 2.6.22-14-generic (buildd@palme, RO-rootFS, root_dev 0x6801, swap_dev 0x1, Normal VGA
[root@alaska casper]#
あとで、インストールしてみよう。
google って動詞でもつかえるんだねー。
www.dictionary.com で調べた結果。
最初の例文おもしろい。。
She googled her high school boyfriends. ( and got many cool boyfriends :D やったね !)
Main Entry: google1
Definition: to search for information about a specific person through the Google search engine
Example: She googled her high school boyfriends.
Etymology: trademark Google
Usage: googling n
Main Entry: google2
Definition: to search for information on the Internet, esp. using the Google search engine
Example: We googled to find the definition of the new word.
Etymology: trademark Google
Usage: googling n
Subscribe to:
Posts (Atom)