Problem getting HDD to initialise

Donnchadh

Registered
Messages
9
I have just bought a Samsung 1TB SATA HDD for my VU+ Duo.
I'm running the latest Dream Elite image.

The VU+ does not initialise the hard disk.

I've tried(using DCC and PuttyTel) to "unmount" the hdd using the command: unmount /media/hdd - but get the message "-sh: unmount: not found". I don't know how to make contact with this HDD, either via FTP or Telnet, so I don't know if the HDD is partitioned or formatted.

My PC recognises the Samsung in "Disk Management",(but does not show it under "my computer").

Can anyone help me?
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
Hi mate

You could try a quick format to NTFS in windows you can use disk manager for that, but before that press the blue button twice for device manager do you see the drive?

Ferret
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
This is not a image problem well i dont think so i have used the exact same HDD on my VU and initialized it with Dream Elite.

If you don't see the disk management Menu under Menu- setup then it is not seeing the drive just format to NTFS and the VU will see it and you will be able to initialize it.

Ferret
 

levi45

Senior Member
Messages
474
I have just bought a Samsung 1TB SATA HDD for my VU+ Duo.
I'm running the latest Dream Elite image.

The VU+ does not initialise the hard disk.

I've tried(using DCC and PuttyTel) to "unmount" the hdd using the command: unmount /media/hdd - but get the message "-sh: unmount: not found". I don't know how to make contact with this HDD, either via FTP or Telnet, so I don't know if the HDD is partitioned or formatted.

My PC recognises the Samsung in "Disk Management",(but does not show it under "my computer").

Can anyone help me?

i had the same probs then i used the original imege then did initialise the hdd
have a go....
 

andyblac

Member
Messages
69
the command is not "unmount" it is "umount"

try typing: df (and enter)

it should list all the mounted devices, then try fidsk -l (dev name, without the number). it probably is not listed as it might not be formatted, try this anyway:

fdisk -l /dev/sda

you should see (hopefully) something like this:

Code:
[PGI ~]$ fdisk -l  /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1         125     1004031  83 Linux
/dev/sda2             126      121476   974751907+ 83 Linux
/dev/sda3          121477      121601     1004062+ 83 Linux

that should list the partitions on the hdd, partition 1 is my swap partition, partition 2 is my main partition, partition 3 is my engma2 boot partition.

tell me what you see and i can help you partition & format it manually.

andy.
 
Last edited:

Donnchadh

Registered
Messages
9
Hi - many thanks for the reply.

df command shows:
files system = /dev/sda1
mounted on = /media/sda1

When I try the fdisk command, the response is, "not found"
 

andyblac

Member
Messages
69
Hi - many thanks for the reply.

df command shows:
files system = /dev/sda1
mounted on = /media/sda1

When I try the fdisk command, the response is, "not found"

it looks like it is partitioned and formatted already, just mounted in the incorrect place, try the following:

umount /media/sda1
mount /dev/sda1 /hdd

i don't have my Vu+ yet, so i'm giving you stuff that works in the normal enigma2 environment.

andy.
 
Last edited:

s305103

Registered
Messages
3
the command is not "unmount" it is "umount"

try typing: df (and enter)

it should list all the mounted devices, then try fidsk -l (dev name, without the number). it probably is not listed as it might not be formatted, try this anyway:

fdisk -l /dev/sda

you should see (hopefully) something like this:

Code:
[PGI ~]$ fdisk -l  /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1         125     1004031  83 Linux
/dev/sda2             126      121476   974751907+ 83 Linux
/dev/sda3          121477      121601     1004062+ 83 Linux

that should list the partitions on the hdd, partition 1 is my swap partition, partition 2 is my main partition, partition 3 is my engma2 boot partition.

tell me what you see and i can help you partition & format it manually.

andy.

I cant get my harddisk to work.
I`m trying til initialise but without any luck.

I think i have to try to partition and format manually.
Anyone who can help me?? :confused:
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
I cant get my hard disk to work.
I`m trying til initialize but without any luck.

I think i have to try to partition and format manually.
Anyone who can help me?? :confused:

Do you see the Harddisk menu under Menu-setup-system?

What image are you using and is the hard drive new or been previously used for another purpose if so what?

Ferret
 

s305103

Registered
Messages
3
I see the harddisk under the setup menu.

I`m using Dream Elite (last edition i think) and the disk is Box fresh....
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
So when you click on initialize do you have any errors?

Not sure what size drive you have but a 1tb drive can take quite a while to initialize.

You could try formating to NTFS under windows and retry It seems Dream Elite may have some issues down to needing to map the drives which can be done by pressing the blue button twice and then device manager. If not try initialize with a image you may have running in meo boot.

There should be no problems really with a new drive.

Ferret
 

lehman05

Registered
Messages
14
Thanks to cp1871, this guide worked for my 1.5tb western digital.

Connect to your box via telnet and tape this commands :

umount /media/hdd
mkfs.ext3 /dev/sda1 (it takes approximately 15 minutes)

mount /media/hdd

Finally, create a folder "movie" :

mkdir /media/hdd/movie
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
It totally confuses me why some have to resort to telnet to mount and initise a hdd with the DE image.

So much so much so i formatted a old drive to ntfs and installed it in the vu and powered up.

Then press the blue button twice then device manager.

Red button for mount points scroll to HDD and use the <> buttons on your remote to map the drive to /dev/sda1

Save then exit.

On your remote Menu setup system Hard drive initialize.

Worked for me !

Ferret
 

andyblac

Member
Messages
69
you might want to use the flag "-m 0" as mkfs.ext3 reserves 5% of disk space for root access, thats 50gb on a 1 TB and 100gb on a 2TB drive the "-m 0" tells it to use 0%, so try:

mkfs.ext3 -m 0 /dev/sda1

a 100gb is quite a few hours of recoding time :).

just a thought :)

Andy.
 
Top