以下是小皇目前的linux系統分割
還有指令
只要把要用的部分反白,在移到xterm等按滑鼠中鍵就可以貼上
linux的文字複製和貼上就是這麼簡單好玩
當然是在X-WINDOW下
-----------------------------------------------------
mount /dev/hda7 /mnt/hd7/
mount /dev/hda8 /mnt/hd8/
mount /dev/hda9 /mnt/hd9/
mount /dev/hda2 /mnt/C
mount /dev/fd0 /mnt/floppy/
mount /dev/hda3 /mnt/D
卸掛目錄指甩
umount /mnt/XLinux
umount /mnt/SuSE
umount /mnt/win_c/
umount /mnt/win_d/
umount /mnt/C/
umount /mnt/D/
umount /mnt/hd7/
umount /mnt/hd8/
umount /mnt/hd9/
umount /mnt/floppy
XLINUX
[root@UIC bin]# mount /dev/hda2 /mnt/C
[root@UIC bin]# mount /dev/hda9 /mnt/hd9
umount /mnt/C
umount /mnt/hd9
umount /mnt/C
老環
http://cclub-flying.dsl.gr.jp/~sage/bin/kakyumas.tar.gz
http://cclub-flying.dsl.gr.jp/~sage/mas/kakyumas.shtml
http://cclub-flying.dsl.gr.jp/products/xmascot/dokyu2/dokyu2mas.tar.gz
http://cclub-flying.dsl.gr.jp/products/xmascot/dokyu2.html
http://cclub.cc.tut.ac.jp/~makino/mascot/arc/NDmascot.tar.gz
http://cclub.cc.tut.ac.jp/~makino/mascot/nadesico/lib.html
http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/xosmulti.html
ftp://ftp.x.org/R5contrib/Layout.tar.Z
ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-1.5.tar.gz
http://kurumi.sakura.ne.jp/~chimari/
gzip -d neXtaw-0.9.tar.gz
tar xf neXtaw-0.9.tar
Device Boot Start End Blocks Id System
/dev/hda1 * 1 191 1534176 14 Hidden FAT16 <32M
/dev/hda2 192 701 4096575 b Win95 FAT32
/dev/hda3 702 971 2168775 1b Hidden Win95 FAT32
/dev/hda4 972 2434 11751547+ f Win95 Ext'd (LBA)
/dev/hda5 972 978 56196 83 Linux
/dev/hda6 979 1023 361431 82 Linux swap
/dev/hda7 1024 1501 3839503+ 83 Linux
/dev/hda8 1502 2081 4658818+ 83 Linux
/dev/hda9 2082 2434 2835441 83 Linux
Xclients
[root@UIC /root]# fdisk --hple
fdisk: invalid option -- -
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO drives) use 2048-byte sectors
[root@UIC /root]#
Usage: fdisk [-l] [-b SSZ] [-u] device
E.g.: fdisk /dev/hda (for the first IDE disk)
or: fdisk /dev/sdc (for the third SCSI disk)
or: fdisk /dev/eda (for the first PS/2 ESDI drive)
or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)
[root@UIC /root]# fdisk -l /dev/hda
Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 191 1534176 14 Hidden FAT16 <32M
/dev/hda2 192 701 4096575 b Win95 FAT32
/dev/hda3 702 971 2168775 1b Hidden Win95 FAT32
/dev/hda4 972 2434 11751547+ f Win95 Ext'd (LBA)
/dev/hda5 972 978 56196 83 Linux
/dev/hda6 979 1023 361431 82 Linux swap
/dev/hda7 1024 1501 3839503+ 83 Linux
/dev/hda8 1502 2081 4658818+ 83 Linux
/dev/hda9 2082 2434 2835441 83 Linux
[root@UIC /root]# clea