• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Suse 10.3 bindet 2. Festplatte (FAT32) nicht mehr ein

Hallo Forum,

nach dem update auf Suse 10.3 kann ich meine 2. Festplatte mit einer FAT32 Partition nicht mehr lesen. Was kann ich tun, damit ich meine Platte zum Datenaustausch wieder nutzen kann?

Meine fstab:
/dev/disk/by-id/scsi-SATA_ExcelStor_Techn_VNVB01E20N89WA-part3 /
ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ExcelStor_Techn_VNVB01E20N89WA-part4 /home
ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_ExcelStor_Techn_VNVB01E20N89WA-part1 swap
swap defaults 0 0
/dev/disk/by-id/scsi-SATA_ExcelStor_TechnMA11W1W-part6 swap swap
defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0

Meine boot/grub/menu.lst
# Modified by YaST2. Last modification on Fri Dec 7 18:31:08 CET 2007
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,2)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.13-0.3-default root=/dev/disk/by-id/scsi-SATA_Ex
celStor_Techn_VNVB01E20N89WA-part3 vga=0x317 resume=/dev/sdb6 splash=silent show
opts
initrd /boot/initrd-2.6.22.13-0.3-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.13-0.3-default root=/dev/disk/by-id/scsi-SATA_Ex celStor_Techn_VNVB01E20N89WA-part3 vga=normal showopts ide=nodma apm=off acpi=of f noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.13-0.3-default

###Don't change this comment - YaST2 identifier: Original name: Linux other 1###
title Linux other 1
rootnoverify (hd0,2)
chainloader (hd1,0)+1

###Don't change this comment - YaST2 identifier: Original name: Linux other 2###
title Linux other 2
rootnoverify (hd0,2)
chainloader (hd1,1)+1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
rootnoverify (hd0,2)
chainloader (fd0)+1


Meine boot/grub/device.map

(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb

Meine fdisk -l

Platte /dev/sda: 41.1 GByte, 41174138880 Byte
255 heads, 63 sectors/track, 5005 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0004e0bf

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 124 995998+ 82 Linux Swap / Solaris
/dev/sda2 125 746 4996215 5 Erweiterte
/dev/sda3 * 747 2450 13687380 83 Linux
/dev/sda4 2451 5005 20523037+ 83 Linux
/dev/sda5 125 746 4996183+ 83 Linux

Platte /dev/sdb: 30.0 GByte, 30011012096 Byte
255 heads, 63 sectors/track, 3648 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0x27032702

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 1 3648 29302528+ 5 Erweiterte
/dev/sdb2 * 65 2206 17205615 c W95 FAT32 (LBA)
/dev/sdb5 1 64 514017 83 Linux
/dev/sdb6 2207 2563 2867571 82 Linux Swap / Solaris
/dev/sdb7 2564 3648 8715231 83 Linux


Wer kann mir weiterhelfen?
UncleSammy[/code]
 
Anscheinend ist Deine zweite FP nicht in der fstab eingetragen. Du kannst das von Hand machen (Am besten dann über diskbyid) oder versuchen, das mit Hilfe von yast zu erledigen (Partitionierung).

CU Freddie

P.S.: Wieso hast Du zwei swap-Patitionen???
 
Oben