PvrWeb: Formatting existing secon drive in Mythdora - PvrWeb

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Formatting existing secon drive in Mythdora

#1 User is offline   Barney

  • Newbie
  • Pip
Group:
Members
Posts:
3
Joined:
05-March 08

Posted 05 March 2008 - 02:53 AM

Firstly if this post should be elsewhere I apologise, please move it.

Anyway, I have a media PC I've just loaded Mythdora onto one drive, I also have a second drive ( a raid array controlled by a dedicated controler) that is formatted with NTFS (I originally tried MCE) this drive is purely for storage, it's 2tb (4 x 500gb + 1 x 500gb, raid 5)

I'd like to reformat this drive, I've already moved all of my recordings off it, so I'm ready to go, just can't quite figure out how to format the drive (don't know where the tools exist in Myth, or if I should be using OS (the fedora bit?) tools)
0

#2 User is offline   Edster

  • Moderator
  • PipPipPip
Group:
Admin
Posts:
1,005
Joined:
04-September 03
Location:
Dublin

Posted 05 March 2008 - 10:08 AM

You need to go down to the OS level.

An easy way to find the drive details is to type dmesg and you'll see all the details of your boot up.
You should be able to get the drive device from this.
If it was IDE you might have : /dev/hda, hdb, and hdc. If you had HDA as your main boot / myth drive and HDC as your CD rom this would make HDB the new drive. (IDE slot 1 Master = HDA, Slave = HDB. and IDE slot 2 = HDC and D)
If it is SATA you are looking for /dev/sda or sdb etc

Go into fdisk with
fdisk /dev/xxx
check the partitions with 'p' (get help with 'h')
delete with 'd' and create a new one with 'n'
when you are done 'w' for write and 'q' for quit

Then format it with
mkreiserfs /dev/xxx1 (for Reiserfs)
or
mke2fs -j /dev/xxx1 (for ext3)
or
one of many other - a quick google will give you info on linux formats
Note the '1' at the end is for petition 1 on the new drive. Repeat with '2' if you add more partitions
0

#3 User is offline   Barney

  • Newbie
  • Pip
Group:
Members
Posts:
3
Joined:
05-March 08

Posted 07 March 2008 - 04:18 AM

Thanks for the reply, I'll try that.
Next stupid/newby question, how do I get to a command prompt, the machine just loads the MythGUI on boot up..





View PostEdster, on Mar 5 2008, 07:08 PM, said:

You need to go down to the OS level.

An easy way to find the drive details is to type dmesg and you'll see all the details of your boot up.
You should be able to get the drive device from this.
If it was IDE you might have : /dev/hda, hdb, and hdc. If you had HDA as your main boot / myth drive and HDC as your CD rom this would make HDB the new drive. (IDE slot 1 Master = HDA, Slave = HDB. and IDE slot 2 = HDC and D)
If it is SATA you are looking for /dev/sda or sdb etc

Go into fdisk with
fdisk /dev/xxx
check the partitions with 'p' (get help with 'h')
delete with 'd' and create a new one with 'n'
when you are done 'w' for write and 'q' for quit

Then format it with
mkreiserfs /dev/xxx1 (for Reiserfs)
or
mke2fs -j /dev/xxx1 (for ext3)
or
one of many other - a quick google will give you info on linux formats
Note the '1' at the end is for petition 1 on the new drive. Repeat with '2' if you add more partitions

0

#4 User is offline   Edster

  • Moderator
  • PipPipPip
Group:
Admin
Posts:
1,005
Joined:
04-September 03
Location:
Dublin

Posted 07 March 2008 - 11:10 AM

hold CTRL and ALT on the left hand side of keyboard and press F1. To get back into X-Windows press CTRL+ALT+F7
0

#5 User is offline   Barney

  • Newbie
  • Pip
Group:
Members
Posts:
3
Joined:
05-March 08

Posted 08 March 2008 - 02:53 AM

View PostEdster, on Mar 7 2008, 08:10 PM, said:

hold CTRL and ALT on the left hand side of keyboard and press F1. To get back into X-Windows press CTRL+ALT+F7



thanks ed
0

#6 User is offline   dingaling

  • Moderator
  • PipPipPip
Group:
Moderators
Posts:
1,160
Joined:
16-September 03
Location:
Atlanta

Posted 13 March 2008 - 12:29 AM

Quote

Next stupid/newby question, how do I get to a command prompt, the machine just loads the MythGUI on boot up..

I made this very easy for you. Simply go to MythDora Tools on the main menu and there is an xterm menu for you there.
There's no box to tough !!!!!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users