Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Categories
Random page
Top Contributors
Recent changes
Contribute
Create a page
How to help
Wiki policy
Adapt videos to articles
Articles in need of work
Help
Frequently asked questions
Join the discord!
Help about MediaWiki
Consumer_Action_Taskforce
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Futotemporarywikipage
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
Purge cache
General
What links here
Related changes
Special pages
Page information
Cargo data
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== 3.5 Make sure it worked. ==== In <code>/home/louis/Pictures</code>on the '''androidstuff''' virtual machine you should see everything that is on <code>/mediapool/archive</code> on the '''happycloud''' host server. Try making a file and saving it there. It shouldn’t work. Create a file on happycloud. Go to the terminal window for happycloud, or just ssh in if you don’t have one open. <pre>ssh louis@happycloud.home.arpa # Put a file called hello_world.log that says "hi" inside of it into the /mediapool/archive directory echo "hi" > /mediapool/archive/helloworld.log</pre> Then, on the '''androidstuff''' virtual machine, try to view it. We mounted this samba share on <code>/home/louis/Pictures</code> so <code>hello_world.log</code> should show up on <code>/home/louis/Pictures/hello_world.log</code> <pre>louis@androidstuff:~$ cat helloworld.log louis@androidstuff:~$ cat ~/Pictures/helloworld.log hi louis@androidstuff:~$ rm ~/Pictures/helloworld.log rm: remove write-protected regular file '/home/louis/Pictures/helloworld.log'? y rm: cannot remove '/home/louis/Pictures/helloworld.log': Read-only file system louis@androidstuff:~$ sudo rm ~/Pictures/helloworld.log [sudo] password for louis: rm: cannot remove '/home/louis/Pictures/helloworld.log': Read-only file system </pre> As you can see, I can see the file, I can read the file, but I can’t delete the file. Perfect. <span id="step-4-make-your-directories"></span>
Summary:
Please note that all contributions to Consumer_Action_Taskforce are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 International (see
Consumer Action Taskforce:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:
Cancel
Editing help
(opens in new window)