Donc j'ai :
127.0.0.1 localhost
127.0.1.1 bobo12
192.168.1.17 Gargamelle
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
et :
# /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/sda2 during installation
UUID=f229d252-8568-41cd-9da1-bf852f1fc73d / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
#UUID=D835-67C8 /boot/efi vfat umask=0077 0 1
# /fichiers was on /dev/sdb1 during installation
UUID=0ddd761b-b2b4-475c-b822-410007ab004b /fichiers ext4 defaults 0 2
# /home was on /dev/sda4 during installation
UUID=3ebc6f2f-48e6-4d85-81e9-b541774963e9 /home ext4 defaults 0 2
# swap was on /dev/sda3 during installation
UUID=16fad589-cb75-4195-9b99-93f7da814c2f none swap sw 0 0
#
UUID=269fdda8-5924-4492-ae50-a2a112617d06 /fichiers2 auto nosuid,nodev,nofail 0 0
/dev/disk/by-id/usb-Corsair_VoyagerGT_A408000000000494-0:0-part2 /mnt/usb-Corsair_VoyagerGT_A408000000000494-0:0-part2 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
/dev/disk/by-id/usb-Corsair_VoyagerGT_A408000000000494-0:0-part1 /mnt/usb-Corsair_VoyagerGT_A408000000000494-0:0-part1 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
UUID=D835-67C8 /boot/efi vfat defaults 0 1
UUID=7f53f234-48d8-4414-8907-8815150b24f9 /fichiers3 auto nosuid,nodev,nofail 0 0
##########################################################
# Modifié pour monter les dir partagés du syno au boot #
##########################################################
//Gargamelle/Jean/ /media/bobo12/Nas_Jean cifs _netdev,credentials=/home/bobo12/.Jean,auto,rw 0 0
//Gargamelle/Josette/ /media/bobo12/Nas_Josette cifs _netdev,credentials=/home/bobo12/.Jean,auto,rw 0 0
//Gargamelle/Video/ /media/bobo12/Nas_Video cifs _netdev,credentials=/home/bobo12/.Jean,auto,rw 0 0
//Gargamelle/music/ /media/bobo12/Nas_Musique cifs _netdev,credentials=/home/bobo12/.Jean,auto,rw 0 0
//Gargamelle/Photo/ /media/bobo12/Nas_Photo cifs _netdev,credentials=/home/bobo12/.Jean,auto,rw 0 0
##Note : Pour utiliser le nfs
#Syno:/volume1/photo /media/deadbox1/Syno_Photo nfs _netdev,auto,rw 0 0