Seite 1 von 1

Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:10
von halloworld
Interne sata
hab sda1 --> SWAP
sda 2 --> MINI 1
sda3 --> MINI 2
sda4 --> RECORD

swap wird gemountet jedoch kein record?

wo liegt der fehler

sind 4 primäre ext2 partis

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:16
von BPanther-Mobil
Sicher, daß beim Labelnamen kein Schreibfehler vorliegt? Sie muß, so oder so, auch in /tmp/mnt zu finden sein. Wenn nicht, stimmt was mit dem Dateisystem nicht.

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:26
von halloworld

Code: Alles auswählen

ufs910:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
/dev/mtdblock3 on /var type jffs2 (rw,noatime,nodiratime)
/dev/mtdblock3 on /etc type jffs2 (rw,noatime,nodiratime)
sysfs on /sys type sysfs (rw)
tmpfs on /ram type tmpfs (rw)
/dev/root on /dev.static type squashfs (ro)
tmpfs on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /tmp type tmpfs (rw)
/dev/sda1 on /swap type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /var/epg type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /usr/local/share/neutrino/icons/logo type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /var/emu type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /var/keys type ext2 (rw,noatime,nodiratime)
/dev/sda4 on /hdd type ext2 (rw,noatime,nodiratime)
ich kann aber nichts aufnehmen und sie erscheint nicht wenn ich im hauptmenü info drücke

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:33
von Frankenstone

Code: Alles auswählen

/dev/sda4 on /hdd type ext2 (rw,noatime,nodiratime)
Hier wird sda4 nach /hdd gemountet ist soweit richtig.
Erstelle mal unter /hdd einen Ordner mit dem Namen "movie"

Es fehlen aber die mounts zu
sda 2 --> MINI 1
sda3 --> MINI 2

Sollte so aussehen. Habe im moment keine Platte daran.

Code: Alles auswählen

ufs910:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /ram type tmpfs (rw)
/dev/root on /dev.static type ext2 (rw)
tmpfs on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /tmp type tmpfs (rw)
/dev/sda1 on /swap type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /var/epg type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /usr/local/share/neutrino/icons/logo type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /var/emu type ext2 (rw,noatime,nodiratime)
/dev/sda1 on /var/keys type ext2 (rw,noatime,nodiratime)
/dev/sda2 on /tmp/mnt/MINI1 type ext2 (rw,noatime,nodiratime)
/dev/sda3 on /tmp/mnt/MINI2 type ext2 (rw,noatime,nodiratime)
/dev/sda4 on /tmp/mnt/MINI3 type ext2 (rw,noatime,nodiratime)
ufs910:~#

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:39
von halloworld
müssen es logische oder primäre parts sein?

hab nur primäre

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:41
von Frankenstone
Habe auch nur 4 Primäre alle in ext2 formatiert.

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:43
von BPanther-Mobil
Es fehlen die Ordner in /hdd.

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:44
von halloworld
welche ordner erstellen? movie?

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:46
von Frankenstone
Entweder mit Telnet :

Code: Alles auswählen

ufs910:~# cd /hdd
ufs910:/hdd# mkdir movie
Oder mit FTP unter hdd => "movie" anlegen.

Re: Record wird nicht gemountet

Verfasst: Do 9. Feb 2012, 16:47
von BPanther-Mobil
Genau, aber auch timeshift etc. nicht vergessen.