Ubuntu Pastebin

Paste from root at Sun, 23 Aug 2015 09:28:51 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=0fb8da40-5225-47ca-b371-307b80ff5da6 none            swap    sw              0       0
#Zac/Windows Shares
//192.168.0.253/mediashare /media/zac cifs iocharset=utf8,uid=106,gid=1003,credentials=/var/credentials/zac_windows_share,file_mode=0770,dir_mode=0770 0 0
//192.168.0.253/video /media/zac/VIDEOS cifs iocharset=utf8,uid=106,gid=1003,credentials=/var/credentials/zac_windows_share,file_mode=0770,dir_mode=0770 0 0
Download as text