
Re: DEBIAN Problem Bootvorgang e2fsck zur Info
Ich habe das Checken bei mir abgestellt.
Code:
root@NAS:~# tune2fs -c 0 /dev/sda1
tune2fs 1.41.12 (17-May-2010)
Setting maximal mount count to -1
root@NAS:~# tune2fs -c 0 /dev/sda2
tune2fs 1.41.12 (17-May-2010)
Setting maximal mount count to -1
Was ich nicht verstehe:
Für sda2 kann ich es abstellen und für sda6 nicht. Beide nutzen XFS.
Code:
root@NAS:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# file system mount point type options dump pass
/dev/sda2 / xfs defaults,noatime 0 1
/dev/sda1 /boot ext3 ro,nosuid,nodev 0 2
/dev/sda5 none swap sw 0 0
/dev/sda6 /mnt/disk1 xfs defaults,noatime 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts gid=4,mode=620 0 0
tmpfs /tmp tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
root@NAS:~#
root@NAS:~# tune2fs -c 0 /dev/sda6
tune2fs 1.41.12 (17-May-2010)
tune2fs: Bad magic number in super-block while trying to open /dev/sda6
Couldn't find valid filesystem superblock.
root@NAS:~# tune2fs -c 0 /dev/sda2
tune2fs 1.41.12 (17-May-2010)
Setting maximal mount count to -1