~evfool/update-manager/fix665173

« back to all changes in this revision

Viewing changes to tests/patchdir/fstab_orig

  • Committer: Michael Vogt
  • Date: 2011-03-29 15:11:15 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110329151115-8jupuiodzm240ibz
include destination md5sum in patch as well 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /etc/fstab: static file system information.
 
2
#
 
3
# Use 'blkid -o value -s UUID' to print the universally unique identifier
 
4
# for a device; this may be used with UUID= as a more robust way to name
 
5
# devices that works even if disks are added and removed. See fstab(5).
 
6
#
 
7
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
 
8
proc            /proc           proc    nodev,noexec,nosuid 0       0
 
9
# / was on /dev/sda1 during installation
 
10
UUID=6e45e093-05ff-43e4-9525-4206e8840761 /               ext4    errors=remount-ro 0       1
 
11
# swap was on /dev/sda5 during installation
 
12
UUID=c8b0eb70-9f4c-4c38-81fe-7309fb1965d0 none            swap    sw              0       0
 
13
 
 
14
# 1.5tb disk
 
15
UUID=e47814ee-ba9f-4c65-98cd-6f92a7fe26ba /space ext4 defaults 0 0
 
16
 
 
17
#/dev/sr0 /cdrom iso9660 defaults 0 0