caraboides Apprentice
Joined: 29 Jun 2004 Posts: 180 Location: Rostock
|
Posted: Thu Mar 02, 2006 3:00 pm Post subject: [solved] swap wird nicht eingebunden |
|
|
Moin, meine Swap-partition wird nicht mehr korrekt eingebunden.
kernel: 2.6.12-gentoo-r6
fstab:
Code: | # switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/BOOT /boot ext2 noauto,noatime 1 1
/dev/hda2 / ext3 noatime 0 0
/dev/hda3 none swap sw 0 0
/dev/hdd /dvd iso9660 noauto,ro,user 0 0
/dev/hdc /cdrom iso9660 noauto,ro,user 0 0
/dev/sda1 /usb auto noauto,rw,user 0 0
#/home/media/starcraft/starcraft_de.iso /mnt/star iso9660 auto,ro,user,loop 0 0
#/home/media/starcraft/brood_de.iso /mnt/brood iso9660 auto,ro,user,loop 0 0
/home/media/fm/fm2006.iso /sega iso9660 auto,ro,user,loop 0 0
# /home/christian/test/crackfifa/fm06mini-skl.iso /fifa1 iso9660 auto,ro,user,loop 0 0
#/home/christian/test/fifa/sg-fm06b.iso /fifa2 iso9660 auto,ro,user,loop 0 0
#/home/christian/test/fifa/sg-fm06c.iso /fifa3 iso9660 auto,ro,user,loop 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs defaults 0 0
|
er sagt mir beim booten das es hda3 nicht gibt aber sie ist da:
Code: | flox christian # fdisk -l
Disk /dev/hda: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 3506 28161913+ 7 HPFS/NTFS
/dev/hda2 3507 13189 77778697+ 83 Linux
/dev/hda3 13190 13368 1437817+ 82 Linux swap / Solaris
/dev/hda4 * 13369 15017 13245592+ 83 Linux |
nach einem swapon -a ist sie wirder da, nur nach dem booten habe ich nie eine. mkswap /dev/hda3 hatte ich gemacht _________________ Long live the fighters!
Last edited by caraboides on Fri Mar 03, 2006 2:56 pm; edited 1 time in total |
|