AW: Pogoplug E02 Debian Cardserver mit IPC
Irgendwie scheint es nicht zu funktionieren, was mache ich falsch?
nach fdisk -l wird mein USB-Stick und meine 160 GB-Platte angezeigt, siehe hier:
Disk /dev/sda: 4004 MB, 4004511744 bytes
124 heads, 62 sectors/track, 1017 cylinders
Units = cylinders of 7688 * 512 = 3936256 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00006cc0
Device Boot Start End Blocks Id System
/dev/sda1 * 1 890 3421129 83 Linux
/dev/sda2 891 1017 488188 82 Linux swap / Solaris
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x91ed91ed
Device Boot Start End Blocks Id System
/dev/sdb2 * 2 19457 156280320 f W95 Ext'd (LBA)
/dev/sdb5 2 19457 156280288+ b W95 FAT32
nach "mount" kommt aber nur:
rootfs on / type rootfs (rw)
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
none on /dev type devtmpfs (rw,relatime,size=125560k,nr_inodes=31390,mode=755)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
/dev/sda1 on / type ext2 (rw,noatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,relatime,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
Also ist die 160 GB Platte nicht gemeountet....
Ich habe jetzt Webmin drauf und versucht die Platte zu mounten, es kam dieser Fehler:
[h=3]Fehler beim Speichern des Mounts : Mount schlug fehl:
mount: wrong fs type, bad option, bad superblock on /dev/sdb5, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so [/h]