I need to add a text file to any raspbian folder but without opening the OS.
I tried as follows:
- I inserted the SD card in my computer.
- I sent the text file to the SD card. I found the file in the "boot" folder, this is affecting the RP setting and caused problems..
I want a way to add my text file to RP OS from the SD card, and should not go to the "boot" folder.
Update from the comments:
I could not find /home
when I opened the raspbian SD card in windows or MAC.
/home
- that shouldn't cause problems unless the file has a special name such as.bashrc
. If it's calledreadme.txt
or similar, you should be fine. – Mark Smith Apr 18 '19 at 11:40