Codice: Seleziona tutto
sudo gedit /etc/fstabCodice: Seleziona tutto
** (gedit:2870): CRITICAL **: gedit_spell_checker_language_to_key: assertion `lang != NULL' failed
Codice: Seleziona tutto
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sda3 during installation
UUID=2d49eaca-174c-4497-80da-21b69dc2e964 / ext4 errors=remount-ro 0 1
[b]# /windows was on /dev/sda2 during installation
UUID=29E3A82C08603C92 /windows ntfs defaults,nls=utf8,umask=007,gid=46 0 0[/b]
# swap was on /dev/sda4 during installation
UUID=cd22f894-b275-4527-afe6-81877a70d320 none swap sw 0 0


