File: //etc/fstab
# /etc/fstab: static file system information.
#nowruzgan
# 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/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-uMY0T7cDm63PKHzeSEO9XUewo9i5ctEFmhReIlFdBHYVgO3wIZDtw5KlSdMCnN6y / ext4 defaults 0 1
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/a70bde53-9071-4097-9425-2acff5f68226 /boot ext4 defaults 0 1
# /boot/efi was on /dev/sda1 during curtin installation
/dev/disk/by-uuid/BFB3-7250 /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
###Images Store###
#//192.168.255.110/Images /mnt/Images cifs uid=1000,gid=1000,credentials=/root/.OMV-simurghnameh 0 0
#//192.168.255.110/Images /mnt/Images cifs dir_mode=0777,file_mode=0777,uid=1000,gid=1000,credentials=/root/.OMV-simurghnameh,noperm 0 0
#//192.168.255.110/Images /mnt/Images cifs credentials=/root/.OMV-simurghnameh 0 0
####Images NFS Mount####
192.168.255.110:/Images /mnt/NFS-Images nfs rw,auto,noatime 0 0