[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fsck failed. Please repair manually



Nilgün Belma Bugüner yazmış:

Selam,

# tune2fs -c0 -i0 /dev/hda1
komutunu verir ve hala açılışta bu sorunla karşılaşırsanız,
/etc/fstab dosyasında /dev/hda1 (veya /) ile ilgili satırın
sonundaki rakamı 0 yapın. Diğer satırlarda da bu rakam 0
olmalı. Ne yaptığınızı bilmek istiyorsanız:
man tune2fs
man fstab

Esen kalın,
Nilgün
Merhaba tekrar;

tune2fs komutu sonucunda herhangi bir değişiklik olmadı. fstab dosyamda yaptığım değişikliklerden sonra sistemim sorunsuz açıldı.
Ancak "df -h" ile yaptığım kontrolde;

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1              18G  228M   17G   2% /
tmpfs                 245M     0  245M   0% /dev/shm

sonucunu almama rağmen "/home" ve "/ortak" bölümlerine erişebiliyor
ve kullanabiliyorum !!. "mount -a" ile fstabı sisteme bağladıktan
sonra ise;

# mount -a
kjournald starting.commit interval 5 seconds
ext3-fs on sda1, internal journal
ext3-fs: mounted filesystem with ordered data mode
kjournald starting.commit interval 5 seconds
ext3-fs on sdb1, internal journal
ext3-fs: mounted filesystem with ordered data mode


# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1              18G  228M   17G   2% /
tmpfs                 245M     0  245M   0% /dev/shm
/dev/sdc1             488M   92K  488M   1% /flash
/dev/sda1             294G   33M  279G   1% /home
/dev/sdb1              74G   33M   70G   1% /ortak

sonucunu alıyorum. "df -h" sonuç dönmesede ilgili diskler bağlı ve çalışır
durumda aslında. Ama bağlıysa nasıl oluyorda "mount -a" komutuna cevap veriyor
ve bu cevaptan sonra ikinci "df -h" çıktısındaki gibi görünüyor?. Bu noktada çelişkide kaldım. 2.4 çekirdekle çalışması ise ayrı bir dert, sistemimi Knoppix 5.0.1 ilede sorunsuz açıyor ve disklerimi kullanabiliyorum ?
Debianın ne yapmak/yapmamak istediğini henüz anlamış değilim :).
Teşekkürler...

-----------------------------------------------------------------------

# tune2fs -c0 -i0 /dev/hda1
tune2fs 1.37 (21-Mar-2005)
Setting maximal mount count to -1
Setting interval between check 0 seconds

------------------------------------------------------------------------

# fdisk -l
Disk /dev/hda: 20.0 GB, 20059053568 bytes
255 heads, 63 sectors/track, 2438 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1        2322    18651433+  83  Linux
/dev/hda2            2323        2438      931770   82  Linux swap / Solaris

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       38913   312568641   83  Linux

Disk /dev/sdb: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        9729    78148161   83  Linux

------------------------------------------------------------------------

#### /etc/fstab ####
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro 0       0
/dev/sda1       /home           ext3    defaults        0       0
/dev/sdb1       /ortak          ext3    defaults        0       0
/dev/hda2       none            swap    sw              0       0
/dev/hdd        /media/cdrom0   iso9660 ro,user,noauto  0       0

------------------------------------------------------------------------




Reply to: