You are not logged in.
Hey,
I had to reinstall my whole computer, because Windows was doing strange things again. First I installed Windows 7 and deleted all partitions with its partitioning programme. Now I'm at Arch. With cfdisk I created root, home and swap. My partitions look like this:
sda1 boot primary ntfs [system reserved] 104,86
sda2 primary ntfs 209610,35
sda3 primary ext4 20003,89
sda5 logical swap 3002,23
sda6 logical linux 100002,96
logical free space 167382,56
The root partiton was mounted successfully. Therefore it was changed to ext4 already.
dmesg | tail
[ 2535.084324] sda: sda1 sda2 sda3 sda4 < sda5 sda6>
[ 2574.822052] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 2593.885884] isofs_fill_super: bread failed, dev=sda4, iso_blknum=16, block=32
[ 2593.886294] EXT4-fs (sda4): unable to read superblock
[ 2593.887387] EXT4-fs (sda4): unable to read superblock
[ 2593.888457] EXT4-fs (sda4): unable to read superblock
[ 2745.910272] isofs_fill_super: bread failed, dev=sda4, iso_blknum=16, block=32
[ 2745.910632] EXT4-fs (sda4): unable to read superblock
[ 2745.912574] EXT4-fs (sda4): unable to read superblock
[ 2745.914460] EXT4-fs (sda4): unable to read superblock
Thanks in advance!
PS: "bread failed" is funny btw!
Last edited by gunjah292 (2013-10-19 19:09:19)
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
Seems like you are trying to mount the extended partition (/dev/sda4). You probably want to mount /dev/sda6.
Offline
No I'm trying to mount /dev/sda6! dev/sda4 has the size of 1kb and seems to have been automatically generated.
It also says that /dev/sda6 is ro. But I didn't set it to ro...
Last edited by gunjah292 (2013-10-19 17:37:23)
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
Please post your /etc/fstab file.
Offline
Since I am trying to install Arch I don't have one yet...
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
did you format sda6 with mkfs? What command are you using to mount it exactly?
Online
I made the fs with cfdisk and the command I am using is mount /dev/sda6 /mnt/home.
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
Oh well I overread the mkfs section in the tutorial...
KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)
Offline
cfdisk makes partitions, not filesystems. You need to format it.
Online