Beitrag
von Transmitter » 18.02.2009 09:27:37
So .. jetzt aus Knoppix heraus.
mount:
root@Microknoppix:/home/knoppix# mount
rootfs on / type rootfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
/dev/hdc on /mnt-system type iso9660 (ro)
tmpfs on /ramdisk type tmpfs (rw,size=1048576k)
/dev/cloop on /KNOPPIX type iso9660 (ro)
unionfs on /UNIONFS type aufs (rw,noatime,si=e0d80d8f,xino=/ramdisk/.aufs.xino,noplink,br:/ramdisk=rw:/KNOPPIX=ro)
unionfs on /home type aufs (rw,noatime,si=e0d80d8f,xino=/ramdisk/.aufs.xino,noplink,br:/ramdisk=rw:/KNOPPIX=ro)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /UNIONFS/var/run type tmpfs (rw,size=10240k)
tmpfs on /UNIONFS/var/lock type tmpfs (rw,size=10240k)
tmpfs on /UNIONFS/var/log type tmpfs (rw,size=102400k)
tmpfs on /tmp type tmpfs (rw,size=1048576k)
udev on /dev type tmpfs (rw,size=20480k)
tmpfs on /dev/shm type tmpfs (rw,size=1048576k)
devpts on /dev/pts type devpts (rw,mode=1777)
df:
root@Microknoppix:/home/knoppix# df
Dateisystem 1K-Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/hdc 660558 660558 0 100% /mnt-system
tmpfs 1048576 6564 1042012 1% /ramdisk
/dev/cloop 1726322 1726322 0 100% /KNOPPIX
unionfs 1048576 6564 1042012 1% /UNIONFS
unionfs 1048576 6564 1042012 1% /home
tmpfs 10240 52 10188 1% /UNIONFS/var/run
tmpfs 10240 0 10240 0% /UNIONFS/var/lock
tmpfs 102400 52 102348 1% /UNIONFS/var/log
tmpfs 1048576 12 1048564 1% /tmp
udev 20480 48 20432 1% /dev
tmpfs 1048576 4 1048572 1% /dev/shm
dmesg | tail
root@Microknoppix:/home/knoppix# dmesg | tail
[ 26.482912] NET: Registered protocol family 10
[ 26.483319] lo: Disabled Privacy Extensions
[ 29.333355] eth0: link up, 100Mbps, full-duplex
[ 29.557194] mtrr: your processor doesn't support write-combining
[ 29.557251] mtrr: your processor doesn't support write-combining
[ 34.151929] ogg123[2833]: segfault at b775f020 ip b7f81b53 sp bfc3b69c error 4 in libpthread-2.7.so[b7f73000+14000]
[ 40.333419] eth0: no IPv6 routers present
[ 215.031727] eth0: link up, 100Mbps, full-duplex
[ 306.660196] eth0: link up, 100Mbps, full-duplex
[ 317.601253] eth0: no IPv6 routers present
root@Microknoppix:/home/knoppix# mount -t ext2 -o rw /dev/hda1 /mnt/hda1
root@Microknoppix:/home/knoppix# ls /mnt/hda1
ls: lese Verzeichnis /mnt/hda1: Eingabe-/Ausgabefehler
root@Microknoppix:/home/knoppix#
root@Microknoppix:/home/knoppix# fdisk -l
Warning: invalid flag 0x0000 of partition table 5 will be corrected by w(rite)
Disk /dev/hda: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00020803
Device Boot Start End Blocks Id System
/dev/hda1 * 1 367 2947896 83 Linux
/dev/hda2 368 391 192780 5 Extended
Der Clone Vorgang ging schnell und problemlos. Ich habe es jetzt drei mal gemacht aber jedes mal bekomme ich den gleichen Fehler. Und das es bei VBox auch schon Threads gab, deutet doch auch darauf hin, dass diese UUID irgendwie den Bootprozess blockiert, oder?
Danke schon mal.