Linux: April 2004 Archives

豆漿Linux

| | Comments (0)

國內推出的 distrubution

http://www.doochun.org

下載
ftp://ftp.doochun.org/
ftp://ftp.tku.edu.tw/pub/Linux/distributions/DooChun/doochun-0.1/

Linux QoS: tc cbq

| | Comments (0)

http://www.usinglinux.org/doc/translations/zh/Adv-Routing-HOWTO.txt
http://www.fanqiang.com/a1/b1/20010811/0705001103_b.html
http://www.fanqiang.com/a1/b1/20020109/07100042_b.html
http://www.study-area.org/tips/cbq.htm
http://www.study-area.org/tips/cbq_init/cbq_init.htm

Clear MBR in linux

| | Comments (0)

MBR 長度是前 446 bytes, 把它清空就是相當於 fdisk/mbr

dd if=/dev/zero of=/dev/hda bs=446 count=1

mount FreeBSD partition in Linux

| | Comments (0)

# fdisk -l /dev/hdb

Disk /dev/hdb: 3228 MB, 3228696576 bytes
16 heads, 63 sectors/track, 6256 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 6256 3152992+ a5 FreeBSD

# ls -l /dev/ide/host0/bus0/target1/lun0/
total 0
brw------- 1 root root 3, 64 1月 1 1970 disc
brw------- 1 root root 3, 65 1月 1 1970 part1
brw------- 1 root root 3, 69 1月 1 1970 part5
brw------- 1 root root 3, 70 1月 1 1970 part6

# mount -t ufs -o ufstype=44bsd,ro /dev/hdb1 /mnt

ref. http://lists.debian.org/debian-user/2002/debian-user-200205/msg04381.html

Pages

March 2008

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

About this Archive

This page is a archive of entries in the Linux category from April 2004.

Linux: March 2004 is the previous archive.

Linux: June 2004 is the next archive.

Find recent content on the main index or look in the archives to find all content.