ubu 14.04 fstab komunikaty przy starcie
: 23 paź 2014, 00:45
witajcie , mam problem z komunikatami przy starcie. system chce montować SWAP, proponuje wciśnięcie 's' aby to pominąć , nie idzie sam dalej , lub 'm' do ręcznego edytowania. Rozkminiłem,że problem leży w pliku /etc/fstab. U mnie wygląda tak:
free : wyrzuca to
kiedy wpisałem # przed dwie ostatnie linie , wykorzystanie Swapu było zerowe ale system nadal się odzywał przy starcie.
Podpowiedźcie mi co zrobić ,żeby usunąć te komunikaty .
Kod: Zaznacz cały
/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>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
UUID=fa75c8cc-739d-47f5-b522-2fce8b9eef91 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
UUID=64B9-4150 /boot/efi vfat defaults 0 1
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
Kod: Zaznacz cały
total used free shared buffers cached
Mem: 3928960 1892076 2036884 130304 101056 861148
-/+ buffers/cache: 929872 2999088
Swap: 4071420 0 4071420
Podpowiedźcie mi co zrobić ,żeby usunąć te komunikaty .