xfs aktivieren?

I

icho

Jungspund
Hallo,

ich habe nach der MS-Novell-Ankündigung statt OpenSuse Fedora Core 6 installiert. Die Basisinstallation lief prima.

/boot, /, swap, etc. wurde alles prima angelegt. Auch das LVm mit darunterliegendem Software-RAID-5 wurde prima erkannt. JEDOCH.... kann ich meine XFS-Filesysteme nicht mounten.

Meine Vermutung geht dahin, dass ich irgendetwas ändern muss, damit xfs-filesystem unterstützt wird. Doch was... und wie ? [!!! ich bin GUI-Benutzer]

Vielen Dank im voraus für eventuelle Tips!

Volker!
 
Poste mal die Ausgabe von:

Code:
cat /etc/fstab

und

Code:
fdisk -l
(als root!)
 
$ cat /etc/fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/backup_sys /backup_sys ext3 defaults 1 2
LABEL=/boot /boot ext2 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-hda2 swap swap defaults 0 0
LABEL=SWAP-hdd2 swap swap defaults 0 0
/dev/hdd3 swap swap defaults 0 0
_________________________________________________________


fdisk -l kennt er nicht :=)

und im lvm-manager ist der dialog zum "einhängen" ausgeblendet. Deswegen glaube ich, dass ich xfs vielleicht irgendwo aktivieren muss.

Vielen Dank für die Mühe, Volker.
 
Disk /dev/hda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 30391 244115676 fd Linux raid autodetect
/dev/hda2 30392 31028 5116702+ 82 Linux swap / Solaris
/dev/hda3 31029 36481 43801222+ 83 Linux

Disk /dev/hdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 30400 244187968+ fd Linux raid autodetect

Disk /dev/hdd: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 15 120456 83 Linux
/dev/hdd2 16 650 5100637+ 82 Linux swap / Solaris
/dev/hdd3 651 1277 5036377+ 82 Linux swap / Solaris
/dev/hdd4 1278 9729 67890690 83 Linux

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 30400 244187968+ fd Linux raid autodetect

Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 30400 244187968+ fd Linux raid autodetect

Disk /dev/md0: 749.9 GB, 749923074048 bytes
2 heads, 4 sectors/track, 183086688 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md0 doesn't contain a valid partition table
 
wie mount-type ... das hiesse ja kommandozeile... ich möchte die logical partitions, die mit xfs formatiert wurden ... mit einem "normalen" GUI-Tool aktivieren.


Danke trotzdem, es geht dann schon, aber......

wenn Linux breit genutzt werden soll, dann geht das nicht mit manuellen fstab-Einträgen, o.ä. :=)
 
sorry,wollte nicht ins diskutieren abgleiten. ist nicht zielführend. lg.
 
Zurück
Oben