[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
slackbook:working_with_filesystems [2012/09/09 22:58 (UTC)] – [SMB] Added original text with formatting mfillpotslackbook:working_with_filesystems [2012/10/14 15:58 (UTC)] – removed all bash flags mfillpot
Line 248: Line 248:
  
  
-<code>+<file>
 # See exports(5) for a description. # See exports(5) for a description.
 # This file contains a list of all directories exported to other computers. # This file contains a list of all directories exported to other computers.
Line 254: Line 254:
  
 /home/backup 192.168.1.0/24(sync,rw,no_root_squash) /home/backup 192.168.1.0/24(sync,rw,no_root_squash)
-</code>+</file>
  
  
Line 318: Line 318:
 darkstar:~# mount -t cifs //darkstar/home -o credentials=/etc/creds-home darkstar:~# mount -t cifs //darkstar/home -o credentials=/etc/creds-home
 </code> </code>
 +
 +====== Chapter Navigation ======
 +
 +**Previous Chapter: [[slackbook:filesystem_permissions|Filesystem Permissions]]**
 +
 +**Next Chapter: [[slackbook:vi|vi]]**
 ====== Sources ====== ====== Sources ======
- * Original source: [[http://www.slackbook.org/beta/]] +<!-- If you copy information from another source, then specify that source --> 
 +  * Original source: [[http://www.slackbook.org/beta]] \\ 
 +<!-- Authors are allowed to give credit to themselves! --> 
 +  * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson 
 +<!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
  
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
-{{tag>slackbook filesystem mount}}+<!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> 
 +{{tag>slackbook filesystem network_filesystems nfs smb mount}}
 slackbook:working_with_filesystems ()