You are not logged in.

#1 2013-10-19 17:14:53

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

[SOLVED] Can't mount /home - wrong fs type, bad option...

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! big_smile

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

#2 2013-10-19 17:23:54

PsyGeek
Member
From: Belgium
Registered: 2013-10-16
Posts: 7

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

Seems like you are trying to mount the extended partition (/dev/sda4). You probably want to mount /dev/sda6.

Offline

#3 2013-10-19 17:36:52

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

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

#4 2013-10-19 18:37:45

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,646

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

Please post your /etc/fstab file.

Offline

#5 2013-10-19 18:47:26

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

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

#6 2013-10-19 18:59:59

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

did you format sda6 with mkfs? What command are you using to mount it exactly?

Online

#7 2013-10-19 19:04:44

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

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

#8 2013-10-19 19:06:09

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

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

#9 2013-10-19 19:06:14

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED] Can't mount /home - wrong fs type, bad option...

cfdisk makes partitions, not filesystems. You need to format it.

Online

Board footer

Powered by FluxBB