[weewx-user] Re: Copy Weewx files to another SD card

2018-04-05 Thread TheChoctlab
Thank you all. Based on your suggestions I learned how to mount the SD card on my Ubuntu laptop and was then able to copy the weewx files from the broken card to the new one. All is well and working as it should. Again, thanks to all. -- You received this message because you are subscribed

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread vince
On Tuesday, April 3, 2018 at 11:10:34 AM UTC-7, P Simmons wrote: > > I wonder if "cp -pr" was used? Permissions and subdirs may have > complicated matters... > Generally not possible to help with a problem description of "it didn't work" and a guess re: why. Not enough data to help. --

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread P Simmons
I wonder if "cp -pr" was used? Permissions and subdirs may have complicated matters... -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread Andrew Milner
if you list the home directory with ls -l /home what result do you get?? what is the status of /home/weewx and who owns it and what permissions does it have?? WHAT IS THE ACTUAL ERROR THAT YOU ARE GETTING WHEN YOU TRY TO COPY TO THE NEW CARD?? if you do the same thing for the new card -

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread gjr80
Perhaps you need to try the old fashioned way - open a terminal and try copying with sudo cp. At least that way if it doesn't work you will get an error message that you can screen capture and post here. Gary -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread TheChoctlab
To generically answer your questions, I have been attempting the copying using Ubuntu's file manager. That was my first attempt. Then I tried the external drive mounted on the RPi using the new weewx install. Having stopped the weewx service. Yes sudo was used. -- You received this

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread TheChoctlab
I take the broken card out of the RPI, put it in a card reader attached to my Ubuntu laptop an copy the entire /home/weewx directory to the laptop. After removing the broken card from the reader I insert the new SD card and attempt to copy the copied /home/weewx files from the laptop. No joy.

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread Andrew Milner
well there is nothing special about the weewx files - they are usually owned by either pi or root can you copy them using sudo cp?? is the sd card actually mounted and visible?? what do you get if you try and list the files in /home/weewx?? On Tuesday, 3 April 2018 10:45:29 UTC+3,

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread TheChoctlab
Also, I tried copying the files to an external HDD and then to the new SD card with the same negative results. On Tuesday, April 3, 2018 at 12:27:38 AM UTC-7, TheChoctlab wrote: > > My apologies for leaving out the pertinent information that the laptop I > am using is running Ubuntu. > -- You

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread TheChoctlab
My apologies for leaving out the pertinent information that the laptop I am using is running Ubuntu. On Tuesday, April 3, 2018 at 12:04:12 AM UTC-7, Andrew Milner wrote: > > If you are trying to go via a windows pc you will need some third party sw > - google for 'read ext4 SD filesystem from

[weewx-user] Re: Copy Weewx files to another SD card

2018-04-03 Thread Andrew Milner
If you are trying to go via a windows pc you will need some third party sw - google for 'read ext4 SD filesystem from windows' or something like that On Tuesday, 3 April 2018 09:31:09 UTC+3, TheChoctlab wrote: > Greetings, > > I have been having problems with my RPi3 running weewx not