ok, im trying to cp the hdd1sys and hdd2sys files in their respected partitions but i havent had any luck. im using a sd card, i am assuming the address of the card is /dev/sdc so in command i should be able to write
cp dev/sdc/hdd1sys dev/hda1
but that doesn't work.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155265\"][{POST_SNAPBACK}][/a][/div]
your mounted SD card would be /mnt/card and the respective hdd partitions, /hdd1 and /hdd2
you don't copy things to raw partitions...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155271\"][{POST_SNAPBACK}][/a][/div]
alright, then i have a 750$ brick
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155274\"][{POST_SNAPBACK}][/a][/div]
probably not. but you likely do have a headache.
can you D+M?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155279\"][{POST_SNAPBACK}][/a][/div]
yes i can d+m. im not sure what to do with it tough
what i been trying to do in console is:
mount the partiton with
# mount /dev/hda1* /hdd1
and make the .sys file with
# mkdir .sys
i use
# cp mnt/card/hdd1sys/hdimage2.tgz* /hdd1/.sys
and
# cp mnt/card/hdd1sys/hdlist1.dat* /hdd1/.sys
to copy the files into the .sys file. unfortunately thats not working. so i dont know what to do at this point