Ubuntu 14.04.2 bilgisayarım birdenbire çeşitli ciddi hatalar göstermeye başladı.
Ruby on Rails uygulamam üzerinde çalışırken başladı, bir süre bıraktı, geri döndü ve sunucumu ile yeniden başlatmaya çalıştım rails s
. Yanıt olarak, bu hatayı geri aldım:
Rails Error: Unable to access log file. Please ensure that /home/user/app/log/development.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
Çalıştırmaya çalıştım chmod 0666 /home/user/app/log/development.log
ve sonra çeşitli chmod komutlarını, chmod 0664
ve gibi chmod 777
. Her geri döndüğümde:
chmod: changing permissions of ‘/home/user/app/log/development.log’: Read-only file system
Diğer Rails uygulamalarını denedim ve onlarla aynı hatayı aldım. Sonra Komodo IDE ile üzerinde çalıştığım dosyayı kaydetmeye çalıştım ve çıktım, ancak Komodo dosyanın salt okunur olduğunu ve kaydedilemediğini söyledi.
Sonra, Skype'ımın oturumu kapattığını fark ettim ve tekrar oturum açmaya çalıştığımda, zaten oturum açtığımı söyledi.
Böylece bilgisayarımı yeniden başlattım. Giriş ekranında bir hata mesajı aldım.Errors were found when searching directory /. Press f to fix, I to ignore, and M to run a manual reboot.
Göz ardı etmek ve oturum açmak için I tuşuna bastım. Şimdi Skype veya Komodo'yu açamıyorum. Simgeleri tıkladığımda, açmak üzere oldukları gibi birkaç kez yanıp sönüyorlar, ancak sonra yanıp sönmeyi bırakıyorlar ve hiçbir şey olmuyor.
Ayrıca, rails s
artık bir hata döndürmez, kelimenin tam anlamıyla sadece terminal penceremi kapatır.
Ben çalıştırdığınızda mount
, yarım saat terminali sadece kapanmakta ve yarım saat bu mesaj çıktı:
$ mount
/dev/sda2 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
/dev/sda1 on /boot/efi type vfat (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=greg)
mount: warning: /etc/mtab is not writable (e.g. read-only filesystem).
It's possible that information reported by mount(8) is not
up to date. For actual information about system mount points
check the /proc/mounts file.
Ayrıca tüm dosyalarımın üzerinde bir kilit simgesi olduğunu fark ettim. Bunun tüm dosyalarımın salt okunur olduğu anlamına geliyor.
Çıktı:
sudo smartctl --all --tolerance=verypermissive /dev/sda
edilebilir Burada bulunan
Ne oluyor olabilir??