USB を 三つのパーテションに 分けます。
今回は 以下の ものを 使わせて頂きます。
# cat /var/log/messages | grep 'usb 1-5' ... Feb 4 21:25:23 p6090j kernel: usb 1-5: Product: Transit Feb 4 21:25:23 p6090j kernel: usb 1-5: Manufacturer: TDKMedia Feb 4 21:25:23 p6090j kernel: usb 1-5: SerialNumber: 07BC0C07D74E00E5 ... # dmesg | grep 'usb 1-5' ... [ 6541.691530] usb 1-5: Product: Transit [ 6541.691535] usb 1-5: Manufacturer: TDKMedia [ 6541.691541] usb 1-5: SerialNumber: 07BC0C07D74E00E5 ...
適当に端折って いますが 御容赦くださいませ。作業している 計算機 は
# uname -r 2.6.30.7-plamoSMP lx:~# ls /usr/lib/setup/ | grep Plamo Plamo-4.7 # grub --version grub (GNU GRUB 0.97)
で 行っています 今回 USB は sdc で 認識されています。
途中は省略して 抜粋です。
# fdisk /dev/sdc ... Command (m for help): p Disk /dev/sdc: 7998 MB, 7998537728 bytes 247 heads, 62 sectors/track, 1020 cylinders Units = cylinders of 15314 * 512 = 7840768 bytes Disk identifier: 0xc3072e18 Device Boot Start End Blocks Id System /dev/sdc1 * 1 12 91853 83 Linux /dev/sdc2 13 988 7473232 83 Linux /dev/sdc3 989 1020 245024 82 Linux swap / Solaris Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. Syncing disks.
”Boot” の フラグは 忘れずに立てておきましょう ” * ” 無くても動く 場合が有り 立てておくと うまく立ち上がる様です。(試行したのは たった 三台ですが)
# fdisk -l /dev/sdc
Disk /dev/sdc: 7998 MB, 7998537728 bytes
247 heads, 62 sectors/track, 1020 cylinders
Units = cylinders of 15314 * 512 = 7840768 bytes
Disk identifier: 0xc3072e18
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 12 91853 83 Linux
/dev/sdc2 13 988 7473232 83 Linux
/dev/sdc3 989 1020 245024 82 Linux swap / Solaris
にゃんたろう 拝!
2014年 3月 23日 日曜日 21:03:45 JST 作成