49 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # /etc/fstab: static file system information.
 | |
| #
 | |
| # noatime turns off atimes for increased performance (atimes normally aren't 
 | |
| # needed); notail increases performance of ReiserFS (at the expense of storage 
 | |
| # efficiency).  It's safe to drop the noatime options if you want and to 
 | |
| # switch between notail / tail freely.
 | |
| #
 | |
| # The root filesystem should have a pass number of either 0 or 1.
 | |
| # All other filesystems should have a pass number of 0 or greater than 1.
 | |
| #
 | |
| # See the manpage fstab(5) for more information.
 | |
| #
 | |
| 
 | |
| # <fs>							<mountpoint>	<type>		<opts>		<dump/pass>
 | |
| 
 | |
| # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
 | |
| /dev/mapper/ssd128-root					/		ext4		defaults,noatime,nodiratime,discard 0 1
 | |
| #UUID=0d1dca1a-813c-4128-8a5a-7a4c6866ca32		/boot		ext2		defaults,noauto,noatime,nodiratime	1 2
 | |
| #UUID=aed80fc5-980d-45a4-b40b-233a7fdcb3e1		/		ext3		defaults,noatime,nodiratime 0 1
 | |
| #UUID=aed80fc5-980d-45a4-b40b-233a7fdcb3e1		/mnt/root/      ext3		defaults,noatime,nodiratime,user_xattr 0 2
 | |
| #UUID=cc55b4e9-aa38-4cf8-9208-d9d80124db1d		/home           ext3		defaults,noatime,nodiratime,user_xattr 0 2
 | |
| /dev/mapper/s1tb-data		/home           ext4		defaults,noatime,nodiratime,user_xattr 0 2
 | |
| /dev/sda2		/mnt/sda2           ext4		defaults,noatime,nodiratime,user_xattr 0 2
 | |
| /home/var /var none bind 0 0
 | |
| #UUID=be8bcd9c-521b-4969-9770-f36526ac9324		none		swap		sw		0 0
 | |
| #/dev/zvol/rpool/swap		none		swap		sw		0 0
 | |
| 
 | |
| # /dev/mapper/s1tb-data		/mnt/s1tb-data           ext4		defaults,noatime,nodiratime,user_xattr 0 2
 | |
| /dev/mapper/s1tb-root		/mnt/root           ext4		defaults,noatime,nodiratime,user_xattr 0 2
 | |
| 
 | |
| UUID=2EAA41DBAA419FE7					/media/Elements  ntfs-3g	users,exec,locale=de_DE.utf8,uid=1001,gid=100,umask=000   0 0
 | |
| UUID=B8F44C5FF44C21CC			                /media/Windows   ntfs-3g	users,exec,locale=de_DE.utf8,uid=1001,gid=100,umask=000   0 0
 | |
| 
 | |
| #/dev/sr0		/media/cdrom	auto		noauto,ro,noexec,users	0 0
 | |
| /dev/fd0		/mnt/floppy	auto		noauto		0 0
 | |
| 
 | |
| proc		        /proc           proc	        defaults             0 0
 | |
| shm     		/dev/shm        tmpfs   	nodev,nosuid,noexec,size=2g  0 0
 | |
| 
 | |
| # binds
 | |
| #/home/cvsroot /var/cvsroot none bind 0 0
 | |
| #/home/opt /opt none bind 0 0
 | |
| #/home/data/var/backup/home/jule /home/jule none bind 0 0
 | |
| #/var/cache/VirtualBox /home/jule/.VirtualBox none bind 0 0
 | |
| /opt/ns2/ /home/jule/.steam/steam/SteamApps/common/Natural\040Selection\0402 none bind 0 0
 | |
| 
 | |
| 
 | |
| /home/swapfile none swap defaults 0 0
 |