Harddisk initializatoin

pippatron

Member
Messages
86
Harddisk will not initialize on E2 4.1 is this a bug or is there a certain way to to initialize under this image regards.
 

pippatron

Member
Messages
86
Is there only me with this problem. wont initialize on E2 version 5.0 either.
Error message MKFS FAILED. Initializes fine with nlb image' any help apreciated.
 

arken

Senior Member
Messages
293
What kind of hard disk - usb or sata?
type 'fdisk -l' in telnet and post output here.
Also you may try to format and mount the disk manually.
 
Last edited:

Gman2oo6

Registered
Messages
16
for harddisc follow this

You need to write in telnet command:

mount /dev/sda2 /mnt/hdd

after that you will find your media files in /mnt/hdd directory

good luck
 

pippatron

Member
Messages
86
Thanks for the replies.
This is what i get
cuberevo:~# 'fdisk -l'
-sh: fdisk -l: not found
cuberevo:~# fdisk -1
fdisk: invalid option -- 1
BusyBox v1.11.2 (2009-05-15 10:42:28 CEST) multi-call binary

Usage: fdisk [-ul] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK

Change partition table

Options:
-u Start and End are in sectors (instead of cylinders)
-l Show partition table for each DISK, then exit
-b 2048 (for certain MO disks) use 2048-byte sectors
-C CYLINDERS Set number of cylinders/heads/sectors
-H HEADS

-S SECTORS
And
cuberevo:~# mount /dev/sda2 /mnt/hdd
mount: mounting /dev/sda2 on /mnt/hdd failed: No such device or address
cuberevo:~#

Hope this is of some help regards.
 

arken

Senior Member
Messages
293
:confused: @pippatron Mate, without even basic Linux knowledge, you should really consider buying another box, or at list not using early beta firmware like E2.
The command is 'fdisk -l' without quotes. and with l - like Luxembourg.
You should figure that yourself - is it in your last post... Help yourself, so we can help you.
 
Last edited:

pippatron

Member
Messages
86
Admitedly no previous linux knowledge but had a motorised system for over 10 years and just trying to move on with technology.
I managed to install E2 and have it running my motirised system with emulators installed and working an sat xml installed and configured.
I was just looking for alittle help not a smart comment regards.


cuberevo:~# fdisk -l

Disk /dev/sda: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 91201 732572032 83 Linux

Disk /dev/sdb: 2034 MB, 2034237440 bytes
26 heads, 25 sectors/track, 6112 cylinders
Units = cylinders of 650 * 512 = 332800 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 386 125437+ 82 Linux swap
/dev/sdb2 387 6112 1860950 83 Linux
 

fagrec

Registered
Messages
7
Hi everyone,

i have the same problem.
I could manually mount the HD but then i do not have any directory structure.
Could you tell me where i can change the boot in order to mount the right partition?
and give me the directory structure which should be there to record ...?

thank you in advance
Fagrec
 

Rocknroll

Staff member
Administrator
Messages
6,174
Hi everyone,

i have the same problem.
I could manually mount the HD but then i do not have any directory structure.
Could you tell me where i can change the boot in order to mount the right partition?
and give me the directory structure which should be there to record ...?

thank you in advance
Fagrec

You could edit /etc/fstab file.
/hdd/movie should be sufficient for everything to work fine.
 
Top