انجمنهای فارسی اوبونتو
کمک و پشتیبانی => انجمن عمومی => نویسنده: Amin_Bolouri در 13 اردیبهشت 1395، 12:42 قظ
-
ارور نمیدونم چیه هرسری روشن میکنم اول اینو نشون میده بعد سیستم میاد بالا
پارتیشن روت ام هست
دو سری از اول فرمت کردم پارتیشنشو و دوباره اوبونتو 16.04 نصب کردم بازم میاد
(http://forum.ubuntu.ir/index.php?action=dlattach;topic=133986.0;attach=42296;image)
-
ارور نیست.
پارتیشن رو چک کرده، clean بوده.
-
راهی هست بشه غیر فعالش کرد؟
-
طبیعی هست ظاهرا:
http://askubuntu.com/questions/383114/my-ubuntu-is-running-fsck-on-every-bootup
-
راهی هست بشه غیر فعالش کرد؟
توی fstab در خطی که پارتیشن روت رو معرفی میکنه ، عدد آخر رو به صفر تغییر بدید :)
Using fstab
Alternately, you can adjust the sixth field of /etc/fstab to zero, which turns off the automatic check for that file system. (The kernel is not aware of these settings and may still print notifications at mount time that the file system has not been checked.)
Using the following example for the filesystem mount line:
/dev/vg0/log_vol0 /some_dir ext3 defaults 1 2
Note the change at the end of the line:
/dev/vg0/log_vol0 /some_dir ext3 defaults 1 0