On 16.12.00 Sebastian Roth (sebbi@claranet.de) wrote:
Moin,
Gestern habe ich versucht mein Linux (SuSE7) neu zu installieren. Nach erfolgreicher Inst. mit 2ext und kernel 2.2.16 wollte ich dem 2.4.test11 installieren. Das hat auch geklappt,
Hast Du auch die Datei Change(es,Log) in der Kerneldoku gelesen und mitgekriegt, daß man auch noch ein paar andere Programme mit updaten muß. modtuils z.B.
Zu meinem ersten Problem: Major oder Minor-Number... in der /etc/fstab stehen auch zwei Nummern. Sind die vielleicht dran schuld? Ich habe die /etc/fstab mal mitgemailt --> vielleicht ist da ja was falsch. Das komische ist auch das bei mount /floppy die selbe Meldung (major-minor) kommt. Beim cdrom-Laufwerk gehts.
drachi:[hille] >man fstab <snip> The fifth field, (fs_freq), is used for these filesystems by the dump(8) command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and dump will assume that the filesys- tem does not need to be dumped.
The sixth field, (fs_passno), is used by the fsck(8) pro- gram to determine the order in which filesystem checks are done at reboot time. The root filesystem should be speci- fied with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not pre- sent or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked.
drachi:[hille] >ls -l /dev/hda1 brw-rw---- 1 root disk 3, 1 Jul 5 19:43 /dev/hda1 major ^- ^ minor- number
H.