PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : fdisk -l zeigt keine Platten an



mechanicus
06.03.09, 18:13
Hallo,

ich habe Fedora 10 64bit auf einem HP-Server mit SmartArray E200 RAID-Controller installiert. Hat soweit alles geklappt.
Mit
# fdisk -l werden keine Platten angezeigt, nichts. Erwartet hätte ich die RAID-Partitionen, auf denen "/" und "/boot" gemountet sind.
Zur Info:

# cat /etc/fstab
UUID=13c05e4c-d238-4f9e-9465-555eaa5f6c3d / xfs defaults 1 1
UUID=6a1da7e1-3930-4a8b-a1d6-04b27292288b /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
UUID=6497dea6-698b-4e9e-869c-2d47307169ed swap swap defaults 0 0

# mount
/dev/cciss/c0d0p2 on / type xfs (rw)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/cciss/c0d0p1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

marce
06.03.09, 20:21
was sagt denn ein

cat /proc/partitions
- weil:

-l List the partition tables for the specified devices and then
exit. If no devices are given, those mentioned in /proc/parti‐
tions (if that exists) are used.

mechanicus
06.03.09, 21:06
was sagt denn ein

cat /proc/partitions
Da sind sie ja: :-)

$ cat /proc/partitions
major minor #blocks name

104 0 430025624 cciss/c0d0
104 1 409626 cciss/c0d0p1
104 2 428236672 cciss/c0d0p2
104 3 1373557 cciss/c0d0p3
Warum wird das nicht auch unter fdisk -l ausgegeben und was heist "If no devices are given, (...)"? Die Partitionen wurden doch bei der Installation erstellt?? Lt. "mount" sind das doch devices??:confused:

M.f.G. mechanicus

Rain_maker
07.03.09, 16:06
Da gabs doch so ne Fedora-Spezialität, je nachdem ob man sich mit "su" oder mit "su -" zu root gemacht hatte.