noatime bei ubuntu richtig einbauen
lima-city → Forum → Heim-PC → Betriebssysteme
attribut
auto
begriffen frage
code
dank
disk
eintrag
file
frage
installation
komma
laufwerk
nehmen
option
pfad
programm
reihenfolge
see
system
typ
-
heyho
ich hab mal ne frage:
ich möchte das noatime aktivieren, nur hab ich keinen plan wie oder wo ich das in den fstab eintrage.
mein fstab sieht so aus:
# /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/sda6 during installation
UUID=a7af5c23-24d2-402f-adb9-e9e23156c83b / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=2b23cd43-9f31-4b48-8afe-b7a1de3d7ffc none swap sw 0 0
und wo trag ich das jetzt ein?
liebe grüße =) -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Das sollte funktionieren:
# /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/sda6 during installation UUID=a7af5c23-24d2-402f-adb9-e9e23156c83b / ext4 errors=remount-ro,noatime 0 1 # swap was on /dev/sda7 during installation UUID=2b23cd43-9f31-4b48-8afe-b7a1de3d7ffc none swap sw 0 0
Lg cookies -
danke =)
damit ich dass jetzt auch verstehe (ich möcht das nicht nur nehmen sondern verstehen^^, dann muss ich nich immer wieder fragen)
UUID=a7af5c23-24d2-402f-adb9-e9e23156c83b / ext4 errors=remount-ro,noatime 0 1
dahinten kommen quasi die "attribute" mit komma getrennt ran, mit der das laufwerk gemountet werden soll? sei es nouser, noatime, relatime oder so? scheint mir ja so. und was bedeutet dann die UUID? -
Genau, die Syntax von so einem fstab-Eintrag ist:
Dateisystem Mountpoint Typ Optionen dump pass
Das Dateisystem ist z.B. die Gerätedatei (/dev/sda1) oder auch eine UUID, die ein Laufwerk eindeutig identifiziert (siehe /dev/disk/by-uuid).
Der Mountpoint ist der Pfad, in den das Dateisystem gemountet werden soll (kann auch none sein, z.B. bei swap).
Der Typ ist entweder auto, wenn er automatisch erkannt werden soll oder z.B. ext3, ext4 oder iso9660 für CD-Laufwerke).
Die Optionen sind z.B. wie du schon richtig gesagt hast user / nouser, atime / noatime, auto / noauto, exec / noexec, ro / rw, …
Wenn dump ungleich 0 ist, soll das Programm dump dieses Dateisystem sichern, pass legt die Reihenfolge der Überprüfung durch fsck fest.
Lg cookies
Beitrag zuletzt geändert: 8.2.2011 17:54:56 von cookies -
achsooooo
ok, danke =) das hab ich begriffen.
frage beantwortet und damit kann geschlossen werden =) -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage