I couldnt find the file pidesktop.deb. The webpage is really complicated.
I couldnt find the file pidesktop.deb. The webpage is really complicated.
Gave you wrong result. Tried again rsync copy of raspbian image ( 4G )
to empty directory. Five minutes thirty six seconds which works out to
12Mps.
Giving this a shot now, I'll let you know how it works.
For this:
rsync -avxS / /mnt/ (I think -a = archive necessary to copy entire
content of /)l
Should it be:
rsync -avxS / /mnt/slash
?
Seems odd to rsync to only /mnt/
Right, my error - Tom George
OK thanks, unfortunately this didn't work for me.
Followed the steps, when I got here:
lsblk now shows sda1 /media/pi/boot and sda2 /media/pi/disk#
Mine showed sda1=/media/usb0 and sda2=(nothing)
Then,
ls /dev/disk/by-partuuid to list the partuuids for both the cd card and
the ssd
I was able to list the partID's here (only for the sda1/2), but in the cmdline.txt file, I had:
root=/dev/mcblock02 (or whatever it is) but not part UID
I changed this to /dev/sda2 and shut it down, pulled the SD card but it didn't boot up.
Sorry it didn't work for you. Why usb0? wasn't the ssd connected
directly to the tophat? Incidentally if you get the intermediate steps
to work right, don't remove the cd card. It will become a storage device
at /media/pi/cd#.
Im using the pi desktop, so its an msata drive connected on the separate board that comes with the kit. Is there a different way to set it up so that it isn't listed as a usb?
I am using the pi desktop too. If the msata drive is connected the
separate board that comes with the kit it should be /dev/sda and after
dd'ing the raspbian image to /dev/sda the drive should be mountable
(check /media/pi) and have a small boot partition and a larger program
partition exactly the same as dd'ing a raspbian image from a pc to a cd
card.
"I found that in the start menu -> accessories there is a "sd card copier" utility. This seemed to be exactly the same as what popped up after running "ppp-hdclone" except this one allowed me to select the source card and my ssd."
saved my day THIS WORKS Thanks
I don't have any of the hardware yet, but I am trying to plan for acquisition. Can someone tell me how the mSata connection is situated on the add-on card? In particular, if I were to buy a true mSata drive, would it fit within the Desktop inclosure? I haven't seen any pictures of the Desktop "card" so I don't know what to expect in the way of mSata connectivity. Thanks!!!
fits just fine. plugs in flat on top of the add on card. I'm using a 250
Gb msata ssd drive, pi boots from it and the full dist-upgrade occupied
about 12 % of the drive.