Bedankt! Het lijkt gelukt. Na een rm en een sync staan de sectoren gelijk weer op 0000
Klopt mijn fstab nog wel zo?
# /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 defaults 0 0
# / was on /dev/sda1 during installation
UUID=b2b34de0-e46a-47d5-967d-cfbf5c266854 / ext4 noatime,discard,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Op de tmpfs line en de noatime en discard na stond alles zo al na een schone ubuntu server installatie.
Ik snap niet waarom er "UUID=b2b34de0-e46a-47d5-967d-cfbf5c266854 /" staat in plaats van gewoon /dev/sda1 ?
Klopt mijn fstab nog wel zo?
# /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 defaults 0 0
# / was on /dev/sda1 during installation
UUID=b2b34de0-e46a-47d5-967d-cfbf5c266854 / ext4 noatime,discard,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Op de tmpfs line en de noatime en discard na stond alles zo al na een schone ubuntu server installatie.
Ik snap niet waarom er "UUID=b2b34de0-e46a-47d5-967d-cfbf5c266854 /" staat in plaats van gewoon /dev/sda1 ?