Hallo
Auf der Dokumentationsseite steht dieses:
Hier nochmal mit bessere Sicht: C code - 13 lines - codepad
Aber als Text steht darüber dass ich nur das einfügen soll:
Das hatte ich auch gemacht und sieht aktuell so aus:
Hier nochmal mit bessere Sicht: C code - 14 lines - codepad
Und wenn ich beides vergleiche merke ich doch noch unterschiede. Ich hatte das mal gespeichert und dann die nächsten 2 Sachen befolgt aber bekomme dann angezeigt:
Nun stellt sich bei mir die Frage ob ich da an meinen Code da noch was ändern muss. Und wenn ja was müsste ich da noch ändern?
Gruß
Julian
Auf der Dokumentationsseite steht dieses:
Code:
# /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 /dev/mapper/server1-root /
ext4 errors=remount-
ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1 #
/boot was on /dev/sda1 during installation UUID=deae7cd1-b106-47aa-
9a7c-512f046d2ebf /boot ext2 defaults 0 2
/dev/mapper/server1-swap_1 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Aber als Text steht darüber dass ich nur das einfügen soll:
Code:
,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0
Code:
# /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/sda1 during
installation $remount-
ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1 #
swap was on /dev/sda5 during installation #UUID=c4ea56ba-
d826-4e09-8545-015d64fab5cd none swap sw $ /dev/fd0
/media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/mapper
/cryptswap1 none swap sw 0 0
Und wenn ich beides vergleiche merke ich doch noch unterschiede. Ich hatte das mal gespeichert und dann die nächsten 2 Sachen befolgt aber bekomme dann angezeigt:
Code:
quotacheck: Kann kein Dateisystem zum Prüfen finden oder Dateisystem nicht mit der Quota-Option gemountet.
Gruß
Julian