Page 1 of 1

Mobile SD Depository Raspberry Pi

Posted: Thu Jun 30, 2016 4:17 pm
by Sergeant_Dave
I need some way of making my raspberry pi, take the files from an SD card and copy them to a HDD, and remove the files from the SD. Thats it. Any Help is appreciated.

Re: Mobile SD Depository Raspberry Pi

Posted: Thu Jun 30, 2016 4:39 pm
by B.Goode
Do you have a preferred (or essential) Operating System you want to use?

In general: work out how to do it 'manually', then automate those steps.

Where are you starting? Is the HDD connected to your RPi and mounted so that you can write to it? Do you have an SD card reader/writer dongle available for connection to the RPi?

Re: Mobile SD Depository Raspberry Pi

Posted: Thu Jun 30, 2016 6:23 pm
by Sergeant_Dave
B.Goode wrote:Do you have a preferred (or essential) Operating System you want to use?

In general: work out how to do it 'manually', then automate those steps.

Where are you starting? Is the HDD connected to your RPi and mounted so that you can write to it? Do you have an SD card reader/writer dongle available for connection to the RPi?
I have an HDD, As of right now im downloading noobs, and am booting to raspbian. I have a usb 2.0 to SD dongle by sandisk.

Re: Mobile SD Depository Raspberry Pi

Posted: Thu Jun 30, 2016 7:53 pm
by Sergeant_Dave
B.Goode wrote:Do you have a preferred (or essential) Operating System you want to use?

In general: work out how to do it 'manually', then automate those steps.

Where are you starting? Is the HDD connected to your RPi and mounted so that you can write to it? Do you have an SD card reader/writer dongle available for connection to the RPi?
Oh i didnt see the In general part, yea i figured as much, but how can i make a batch of codes, and have that command batch executed by say... a button connected to the GPiO's?

Re: Mobile SD Depository Raspberry Pi

Posted: Fri Jul 01, 2016 8:33 am
by ghans
Some command-line skill is simply expected of you , but your
project is not impossible :

https://chiselapp.com/user/dmpop/reposi ... p-box/home
https://github.com/kiistala/raspi-mtp-autocopy
https://github.com/LarsMichelsen/sd-autocopy

ghans