DIY Upgrade Receptor Motherboard
-
- KVRian
- 1159 posts since 26 Feb, 2006 from Fartland
As for partition backup/restore, you can always try to boot with a live CD and copy the partition with gnome partition editor.
(it's pretty straightforward, connect an usb/ide cd-rom drive or something, connect the disk you want to copy the partition to, go to Administration->(something like)partition editor, and copy it).
(it's pretty straightforward, connect an usb/ide cd-rom drive or something, connect the disk you want to copy the partition to, go to Administration->(something like)partition editor, and copy it).
-
- KVRist
- 69 posts since 9 Jan, 2006
K, sorry.Chankro wrote:I've done it. I get root access following the steps of the FAQ, but I don't know how to check if the SATA drive has been identified by the kernel. As I've said, today is my first day with the penguinoGG wrote:First off, I'd connect both the old IDE drive and the SATA drive and boot from the old one and check if the SATA drive is identiied by the kernel.![]()
I've tried to execute the command /dev/sda2 but I got the message "permission denied"
Try typing
Code: Select all
# dmesg | grep -i hdYou should get something like
Code: Select all
hda: ST360021A, ATA DISK driveCode: Select all
sda: WHATEVER, SATA DISK driveCode: Select all
# mkdir /mnt/test
# mount /dev/sda2 /mnt/testThere are litterarly thounsands of guides to Linux. Google is your friend. This one might be useful: http://www.unixguide.net/linux/linuxshortcuts.shtml
Good luck and take it easy!
--
Olle Gustafsson
-
- KVRist
- 120 posts since 21 Jan, 2005
Hi brothers,
i somewhere read a post on this forum explaining with absolute details how to clone the Receptor HD, so try to recover it amongst KVR Forums.
It is always possible i saved (or printed) it onto a file i'm searching for on my pc...
Anyway, i'm absolutely 100% sure about reading it sometime a year ago at least.
PGi.
i somewhere read a post on this forum explaining with absolute details how to clone the Receptor HD, so try to recover it amongst KVR Forums.
It is always possible i saved (or printed) it onto a file i'm searching for on my pc...
Anyway, i'm absolutely 100% sure about reading it sometime a year ago at least.
PGi.
-
Norman Schmidt Norman Schmidt https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=171635
- KVRer
- 23 posts since 23 Jan, 2008 from Switzerland
Like Muse Reasearch, I certainly wouldn't encourage anyone to do this. It would be just too much of a shame to ruin a system that is working fine. Plus I prefer spending time learning and making music rather than hacking.
But oGG's Receptor FAQ has the information you need to do in in Linux single mode. Beware that it takes a while. Cloning a 160 GB drive with "dd if=/dev/hda of=/dev/hdb" took 6 hours! The same with "dd if=/dev/hda of=/dev/hdb bs=1024" got the job done in just less than an hour. Everything seems to work fine.
Norman
But oGG's Receptor FAQ has the information you need to do in in Linux single mode. Beware that it takes a while. Cloning a 160 GB drive with "dd if=/dev/hda of=/dev/hdb" took 6 hours! The same with "dd if=/dev/hda of=/dev/hdb bs=1024" got the job done in just less than an hour. Everything seems to work fine.
Norman
-
- KVRist
- 58 posts since 13 Jun, 2005
for making/copying drive images, here's a tool i use at work: http://sourceforge.net/projects/g4l
i've only ever used it from a CD drive, but in theory you should be able to use it from a bootable pendrive as well.
as is to be expected, use at your own risk...
i've only ever used it from a CD drive, but in theory you should be able to use it from a bootable pendrive as well.
as is to be expected, use at your own risk...
-
- KVRist
- 96 posts since 2 May, 2004 from USA
oops!............ I posted but its already been covered
myspace.com/bekenone
-
- KVRer
- 24 posts since 11 Jul, 2006
Were you able to find out if SATA is recognized by the Muse Receptor 2.4 kernel?nl3 wrote:Hi brothers,
i somewhere read a post on this forum explaining with absolute details how to clone the Receptor HD, so try to recover it amongst KVR Forums.
It is always possible i saved (or printed) it onto a file i'm searching for on my pc...
Anyway, i'm absolutely 100% sure about reading it sometime a year ago at least.
PGi.
oGG showed you the grep command.
