| 
					
				 | 
			
			
				@@ -10,12 +10,13 @@ this:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <para><screen><userinput>cat > /etc/fstab << "EOF"</userinput> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Begin /etc/fstab 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# filesystem  mount-point  fs-type  options     dump  fsck-order 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# filesystem  mount-point  fs-type  options         dump  fsck-order 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-/dev/xxx      /            fff      defaults    1     1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-/dev/yyy      swap         swap     pri=1       0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-proc          /proc        proc     defaults    0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-shm           /dev/shm     tmpfs    defaults    0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/dev/xxx      /            fff      defaults        1     1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/dev/yyy      swap         swap     pri=1           0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+proc          /proc        proc     defaults        0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+devpts        /dev/pts     devpts   gid=4,mode=620  0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+shm           /dev/shm     tmpfs    defaults        0     0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # End /etc/fstab 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <userinput>EOF</userinput></screen></para> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -36,17 +37,13 @@ see <filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 source tree.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <para>There are other lines which you may consider adding to your 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<filename>fstab</filename> file.  One example is the line which you must have 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-if you are using devpts:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<filename>fstab</filename> file. One example is a line to use if you intend to 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+use USB devices:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<para><screen>devpts        /dev/pts     devpts   gid=4,mode=620  0     0</screen></para>  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<para>Another example is a line to use if you intend to use USB 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-devices:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <para><screen>usbfs       /proc/bus/usb  usbfs    defaults    0     0</screen></para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<para>Both of these options will of course only work if you have the relevant 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-support compiled into your kernel.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<para>This option will of course only work if you have the relevant support 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+compiled into your kernel.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </sect1> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |