You are not logged in.

#1 2015-05-14 00:00:41

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Mount vfat - unknown filesystem

Hello,
I was doing pacman -Syu, when  I got system freeze and I had to use hard power-off (these freezes happen very often mostly by firefox + flash).
Then I couldnt launch archlinux, because it doesnt boot /boot folder, because its vfat folder and there is in /sbin/ mount.vfat no more.
What can I do? Biggest problem is that I am not able to use wifi (I dont know why, but my wifi adapter is not detected. It was just fine before this freeze.) and I dont have any ethernet port.

Offline

#2 2015-05-14 00:26:24

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Mount vfat - unknown filesystem

Read your logs and see what was updated and what got cut off mid-update. Complete the process (especially if it is the kernel).


Not a Sysadmin issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-05-14 03:05:53

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,803

Re: Mount vfat - unknown filesystem

Darkhunter wrote:

Biggest problem is that I am not able to use wifi (I dont know why, but my wifi adapter is not detected. It was just fine before this freeze.) and I dont have any ethernet port.

Sounds like there is a disconnect between your kernel and you kernel modules.

Compare the outputs of uname -a and of pacman -Qi linux
Then look in /usr/lib/modules.

See if they are in agreement as to which kernel version you have installed and report back


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2015-05-14 15:41:31

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

I cant complete the process, because I cant connect to the internet.

Kernel and kernel modules are the same version.
In /usr/lib/modules there are modules with same version as kernel.

Offline

#5 2015-05-14 15:48:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

Same version as what kernel...

Offline

#6 2015-05-14 15:56:47

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

As this:3.19.3-3-ARCH

Offline

#7 2015-05-14 16:01:59

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

OK, let me make things clearer.

What is the output of:

uname -r
pacman -Q linux

As ewaller asked, do they match?

Offline

#8 2015-05-14 16:03:36

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

uname -r:
3.19.3-3-ARCH
pacman -Q linux:
linux 3.19.3-3

Offline

#9 2015-05-14 16:04:49

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

ok, so it's not the most common issue.

what happens when you run `modprobe vfat`?

Offline

#10 2015-05-14 16:07:56

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,803

Re: Mount vfat - unknown filesystem

Okay, that is good -- but it invalidates my assumption.  Can you chroot into the system if you boot from your installation media?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#11 2015-05-14 16:11:48

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

ewaller wrote:

Okay, that is good -- but it invalidates my assumption.  Can you chroot into the system if you boot from your installation media?

Are we to that point already?

Offline

#12 2015-05-14 16:13:53

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

If I run modprobe vfat nothing will happen.
BTW why should I chroot, when I am able to use my console? Because of wifi?

Offline

#13 2015-05-14 16:14:48

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

You get no output from modprobe? Can you mount /boot now?

Offline

#14 2015-05-14 16:16:05

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

No output and I cant. When I do mount -a, it writes: mount: unknown fs type vfat.

Offline

#15 2015-05-14 16:18:12

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

does `lsmod | grep vfat` show that the module is loaded?

Offline

#16 2015-05-14 16:19:23

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

Nope...As I said there is even no mount.vfat in /sbin, where other mount programs are.

Offline

#17 2015-05-14 16:21:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

there is no such thing as mount.vfat

I would reinstall the current kernel. It should be in your cache, so pacman -U /var/cache/pacman/pkg/<pkgname>

Offline

#18 2015-05-14 16:27:29

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

And whats name of kernel package? when I do ls | grep kernel, there is nothing.

Offline

#19 2015-05-14 16:28:24

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

The name of the kernel package is "linux". From there, it depends on your version and architecture.

Offline

#20 2015-05-14 16:41:47

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

I have there even linux 4.0.2.1...Is it possible?
Okay I have done that, but there is warning: cant create /boot/vmlinuz-linux...Its logical bcs there is no /boot mounted.

Last edited by Darkhunter (2015-05-14 16:43:09)

Offline

#21 2015-05-14 16:42:25

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

No, do not install that without access to /boot. As I said, reinstall the *current* kernel.

Offline

#22 2015-05-14 16:44:11

Darkhunter
Member
Registered: 2013-10-01
Posts: 46

Re: Mount vfat - unknown filesystem

Although it wrote these errors, I rebooted and it works just fine now. Thanks you a lot. smile

Offline

#23 2015-05-14 16:46:17

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,593

Re: Mount vfat - unknown filesystem

Excellent. As long as you have access to /boot and your wifi, make sure to finish the upgrade you started.

And don't forget to mark the thread as solved.

Offline

Board footer

Powered by FluxBB