PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [spark] HDD Problem



pokerking007
30.11.2012, 15:36
hi,

meine hdd wird nicht mehr erkannt seit dem ich ''HDMU_1390_E2_spark_210_git_4961_nodebug_nolcd_Di ff0_ffm_Flash'' geflahst habe.

hdd ist in RECORD gelabelt und ein ordner movie ist auch drauf.

hilfe...

markuschen
30.11.2012, 18:54
Gleiches Problem bei mir, ich such mir schon 'nen Wolf ...



SPARK:~# blkid
/dev/sda1: LABEL="RECORD" UUID="4253db29-aae7-45db-b3c1-65dab4665199" TYPE="ext4"



SPARK:/# fsck.ext4 /dev/sda1 -f
e2fsck 1.42.6 (21-Sep-2012)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
RECORD: 26/305280 files (11.5% non-contiguous), 1730589/78142805 blocks



SPARK:/# mount -t ext3 /dev/sda1 /hdd
mount: mounting /dev/sda1 on /hdd failed: Invalid argument

Macbest
30.11.2012, 18:59
Ich glaube das ext4 läuft nicht immer so sauber. Partitioniere mal ext3.

zeini
30.11.2012, 18:59
probiere mal

mount -t ext4 /dev/sda1 /hdd

santa
30.11.2012, 18:59
blkid zeigt ext4 an und du willst mit ext3 mounten?

warum willst du selber mounten?
machmal reboot, dann nur:

blkid
fdisk -l
mount

rot, remount

blkid
fdisk -l
mount

dann posten und warten

Macbest
30.11.2012, 19:06
Recht hast du......ist mir gerade nicht aufgefallen.

markuschen
30.11.2012, 19:58
Danke für die Hinweise, dazu folgendes:
Warum ich manuell mounte? Weil rot->remount nichts bringt und auch ein reboot die Platte nicht einbindet. Das ganze Problem tritt im übrigen auch erst mit mit dem neuen 1390-Image auf.

ext4 wird offensichtlich immer als ext3 gemountet, ist ja auch kaum ein Unterschied (nur das Journal). Unter /proc/filesystems ist ext4 nicht aufgeführt, es gibt auch kein entsprechendes nachladbares Kernel-Modul. Insofern wird eine "mount -t ext4 ..." nie funktionieren (no such device).

Auch autofs kann den mount nicht durchführen


SPARK:~# cd /autofs/sda1
-sh: cd: can't cd to /autofs/sda1


@santa
vorher


SPARK:~# blkid; fdisk -l; mount
/dev/sda1: LABEL="RECORD" UUID="4253db29-aae7-45db-b3c1-65dab4665199" TYPE="ext4"
Note: sector size is 1024 (not 512)


Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 19456 cylinders
Units = cylinders of 16065 * 1024 = 16450560 bytes


Device Boot Start End Blocks Id System
/dev/sda1 1 38913 625137344 83 Linux
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /ram type tmpfs (rw,relatime)
/dev/root on /dev.static type jffs2 (rw,relatime)
tmpfs on /dev type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
automount(pid726) on /media/net type autofs (rw,relatime,fd=4,pgrp=726,minproto=2,maxproto=4)
automount(pid724) on /autofs type autofs (rw,relatime,fd=4,pgrp=724,minproto=2,maxproto=4)

nachher


SPARK:~# blkid; fdisk -l; mount
/dev/sda1: LABEL="RECORD" UUID="4253db29-aae7-45db-b3c1-65dab4665199" TYPE="ext4"
Note: sector size is 1024 (not 512)


Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 19456 cylinders
Units = cylinders of 16065 * 1024 = 16450560 bytes


Device Boot Start End Blocks Id System
/dev/sda1 1 38913 625137344 83 Linux
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /ram type tmpfs (rw,relatime)
/dev/root on /dev.static type jffs2 (rw,relatime)
tmpfs on /dev type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
automount(pid726) on /media/net type autofs (rw,relatime,fd=4,pgrp=726,minproto=2,maxproto=4)
automount(pid724) on /autofs type autofs (rw,relatime,fd=4,pgrp=724,minproto=2,maxproto=4)



PS: Ich nutze eine Edisson Pingulux

santa
30.11.2012, 20:05
in meiner Box mit 1390 geht es noch.

/dev/sda1 on /media/hdd type ext2 (rw,noatime,nodiratime,errors=remount-ro,barrier=1,data=ordered)IPBOX9000:~# blkid
/dev/sda1: LABEL="RECORD" UUID="5624b48c-86a1-4ac2-bc94-d381e38f606a" TYPE="ext4"




komisch, das du auch in autofs/sda1 nicht reinkommst.

probier mal:

tune2fs -L RECORD /dev/sda1


dann reboot


edit: sehe gerade das ihr das 210er image drauf habt, nicht das da nen kernelfehler ist und es deswegen nicht geht.

markuschen
30.11.2012, 20:10
Keine Besserung nach "tune2fs -L RECORD /dev/sda1", alles beim alten. Ich tippe auch auf den Kernel.

DboxOldie
30.11.2012, 21:34
Vielleicht ist da das Problem, meine 500GB Platten haben auch nur 512 Byte Sektorgrösse ?

SPARK:~# blkid; fdisk -l; mount
/dev/sda1: LABEL="RECORD" UUID="4253db29-aae7-45db-b3c1-65dab4665199" TYPE="ext4"
Note: sector size is 1024 (not 512)


Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 19456 cylinders
Units = cylinders of 16065 * 1024 = 16450560 bytes

giopet
30.11.2012, 22:22
Zwar nicht die gleiche Box,aber bei meiner IPBox910 wird seit dem letzen Image meine interne HDD auch nicht mehr erkannt,vorher ging es ohne Probs.
Auch kann ich nicht mehr per Telnet auf die Box zugreifen.

giopet
01.12.2012, 19:24
Mit letztem Image Update,läuft bei mir wieder alles,HDD(über Telnet neu gemountet) und Telnet geht wieder.

markuschen
01.12.2012, 23:09
Mit 1393 keine Besserung.

EDIT:
Ich hab die Platte manuell mit ext3 neu partitioniert und formatiert, jetzt wird sie wieder automatisch gemountet. Und um es vorwegzunehmen: Automatische Initialisierung blieb bei 50% stehen.
Unter Einstellungen -> System -> Festplatte gab es bis Image 1380 noch den Punkt, die Partition von ext3 auf ext4 umzustellen. Diesen kann ich seit 1390 nicht mehr finden. Vielleicht wurde ext4 einfach rausgenommen mit dieser Version?