• 1.
    # /etc/fstab: static file system information.
  • 2.
    #
  • 3.
    # Use 'blkid' to print the universally unique identifier for a
  • 4.
    # device; this may be used with UUID= as a more robust way to name devices
  • 5.
    # 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=40711f2e-5d1c-41ea-a90c-4dfd3f66f525 /               ext4    errors=remount-ro,user_xattr 0       1
  • 11.
    # swap was on /dev/sda5 during installation
  • 12.
    UUID=94f2c8f7-4ca1-44e5-b41c-1f9f1c1f5d9d none            swap    sw              0       0
  • 13.
    192.168.1.95/NOVIRIS\40PRODUCTION /media/noviris-production	cifs	_netdev,credentials=/root/.smbcredentials	0	0
  • 14.
    192.168.1.95/NOVIRIS\40ADMIN\40PARTAGEE /media/noviris-admin	cifs	_netdev,credentials=/root/.smbcredentials	0	0
  • 15.
     
  • 16.
    # disque de données
  • 17.
    UUID="35db75ef-3cae-4b9a-8e29-bf29fbc336db"	/media/donnes	ext4	defaults	0	0
# /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> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=40711f2e-5d1c-41ea-a90c-4dfd3f66f525 / ext4 errors=remount-ro,user_xattr 0 1 # swap was on /dev/sda5 during installation UUID=94f2c8f7-4ca1-44e5-b41c-1f9f1c1f5d9d none swap sw 0 0 192.168.1.95/NOVIRIS\40PRODUCTION /media/noviris-production cifs _netdev,credentials=/root/.smbcredentials 0 0 192.168.1.95/NOVIRIS\40ADMIN\40PARTAGEE /media/noviris-admin cifs _netdev,credentials=/root/.smbcredentials 0 0 # disque de données UUID="35db75ef-3cae-4b9a-8e29-bf29fbc336db" /media/donnes ext4 defaults 0 0

Copy Code to Clipboard Raw

Sign-in or Create a Free Account.

Snippi uses Twitter or Facebook to register and create accounts. Registration will enable you to keep track of your snippets. We never spam your timeline or wall. Ever.

Sign-in with Facebook Sign-in with Twitter