Merhaba arkadaşlar konudan da anlaşılacağı üzere yeniyim linuxta. Sistem linux mint açılışta disk bağlama hatası (beklemeye devam edin veya s ye basın) alıyorum. Gerekli çıktılar aşağıdadır. Bir türlü halledemedim. Yardımlarınız için teşekkürler.
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, toplam 625142448 sektör
Units = sektör of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk kimlikleyicisi: 0x0000931b
Aygıt Açılış Başlangıç Bitiş BlokSayısı Kml Sistem
/dev/sda1 * 2048 97656831 48827392 83 Linux
/dev/sda2 97658878 625141759 263741441 5 Ek
Partition 2 does not start on physical sector boundary.
/dev/sda5 234377216 238280703 1951744 82 Linux takas / Solaris
/dev/sda6 238282752 625141759 193429504 83 Linux
$ sudo blkid
/dev/sda1: UUID="59e22ce6-f54b-46da-92fc-650cac902057" TYPE="ext4"
/dev/sda5: UUID="6089619d-1e85-4b94-a6d1-a427e0f86e97" TYPE="swap"
/dev/sda6: UUID="f01c77fc-fd89-49d5-8bdd-79b65e9c3f71" TYPE="ext4"
cat /etc/fstab
# /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>
# / was on /dev/sda1 during installation
UUID=59e22ce6-f54b-46da-92fc-650cac902057 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=f01c77fc-fd89-49d5-8bdd-79b65e9c3f71 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=6089619d-1e85-4b94-a6d1-a427e0f86e97 none swap sw 0 0
/dev/disk/by-uuid/90f84a36-2914-4e8e-a737-3e7323618a37 /home auto nosuid,nodev,nofail 0 0
Düzenleme : Çıktılar kod etiketi içine alındı.
Lütfen çıktıları kod etiketi içinde paylaşınız.