[RISOLTO]modifica del file fstab
Inviato: domenica 20 marzo 2016, 1:39
ciao ragazzi ho appena installato ubuntu sul mio pc. il sistema è installato su ssd ed ho provato quindi a modificare il file fstab utilizzando le opzioni discard e noatime. inoltre avevo inserito in ram la cartella apt di var/cache. risultato il pc non entrava nell'interfaccia grafica ed ho modificato dalla shell di recovery nuovamente il mio file fstab, che ora si presenta così e rende per lo meno il mio pc funzionante:
come dovrei modificarlo?
il file fstab che ho su un'altra distro e modificato era così e funzionava, perchè questo mi da problemi?
era una derivata di arch e l'equivalente della cartella apt di var/cache era data da pacman/pkg...
come dovrei modificare il mio su ubuntu?
Codice: Seleziona tutto
# /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/sda5 during installation
UUID=76c91800-daba-488c-87b7-f46febfafe1b / ext4 errors=remo$
# /boot/efi was on /dev/sda1 during installation
UUID=0E7B-0162 /boot/efi vfat umask=0077 0 1
il file fstab che ho su un'altra distro e modificato era così e funzionava, perchè questo mi da problemi?
Codice: Seleziona tutto
# /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>
#
UUID=f7f7e1b1-a2e0-4e87-828d-d843bff7452a / ext4 defaults,noatime,discard 0 1
UUID=DD2A-E570 /boot/efi vfat defaults,noatime 0 0
tmpfs /var/cache/pacman/pkg tmpfs defaults,noatime,mode=1777 0 0
come dovrei modificare il mio su ubuntu?