Koozali.org: home of the SME Server

how to mount old HDD

Offline larieu

  • *****
  • 214
  • +0/-0
how to mount old HDD
« on: May 10, 2010, 03:52:59 PM »
I try to mount the old HDD (SME7.4) into the new one (hardware upgrade with wiki "move to new hardware")
it is mounted into an USB encloser - for easy access
I can see it in /dev/ as sdb
at fdisk -l I can see
Code: [Select]
   
Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          13      104391   fd  Linux raid autodetect
/dev/sdb2              14       38913   312464250   fd  Linux raid autodetect

but if I try to mount it I don't know what to specify on -t parameter

any help is welcomed
« Last Edit: May 10, 2010, 03:57:21 PM by larieu »
if everybody's life around you is better, probably yours will be better
just try to improve their life

Offline JoshuaR

  • ****
  • 125
  • +0/-0
    • Tech-Eze
Re: how to mount old HDD
« Reply #1 on: May 12, 2010, 07:06:49 PM »
don't think this is the right spot to post that question, but the filesystem is ext3
http://www.google.com/linux?hl=en&q=mount+command
http://linux.about.com/od/commands/l/blcmdl8_mount.htm

--Josh R
Life's tragedy is that we get old too soon, and wise too late...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: how to mount old HDD
« Reply #2 on: May 12, 2010, 08:01:19 PM »
don't think this is the right spot to post that question, but the filesystem is ext3
http://www.google.com/linux?hl=en&q=mount+command
http://linux.about.com/od/commands/l/blcmdl8_mount.htm

--Josh R

this it not correct..

if the hd was part of a standard SME 7.x setup, there's SW raid and LVM layers

@larieu: see here

my suggestion is to get all the files from that hd, then format it

Offline JoshuaR

  • ****
  • 125
  • +0/-0
    • Tech-Eze
Re: how to mount old HDD
« Reply #3 on: May 12, 2010, 11:51:22 PM »
thanks Stafano, my mistake.
It would not be ext3 if it was part of a SME software RAID array.
« Last Edit: May 13, 2010, 12:04:31 AM by JoshuaR »
Life's tragedy is that we get old too soon, and wise too late...