You are not logged in.

#1 2012-03-17 14:15:44

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

[ SOLVED ] Mounting Local File System Fail

Hi All

I've just run Sudo Pacman -Syu on my laptop and now i see an error message during boot stating

fsck /dev/sda1
mount on real root

( or something like that )  This is my boot log

Sat Mar 17 14:09:52 2012: :: Adjusting system time and setting kernel timezone    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Starting UDev Daemon    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Triggering UDev uevents    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Loading User-specified Modules    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Waiting for UDev uevents to be processed    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Bringing up loopback interface    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Checking Filesystems    [BUSY] /dev/sda2: clean, 2598/610800 files, 97999/2441880 blocks (check after next mount)
Sat Mar 17 14:09:52 2012: /dev/sda4: clean, 46449/26624000 files, 5360627/106480384 blocks
Sat Mar 17 14:09:52 2012: /dev/sda5: clean, 15/610800 files, 76482/2441872 blocks
Sat Mar 17 14:09:52 2012:    [DONE] 
Sat Mar 17 14:09:52 2012: :: Remounting Root    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Mounting Local Filesystems    [BUSY]    [FAIL] 
Sat Mar 17 14:09:52 2012: :: Activating Swap    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Configuring Time Zone    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Initializing Random Seed    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Removing Leftover Files    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Setting Hostname: Julian-Laptop    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Setting Consoles to UTF-8 mode    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Loading Keyboard Map: uk    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Saving dmesg Log    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: INIT: Entering runlevel: 5
Sat Mar 17 14:09:52 2012: :: Starting Syslog-NG    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Starting D-BUS system messagebus    [BUSY]    [DONE] 
Sat Mar 17 14:09:52 2012: :: Starting wicd Daemon    [BUSY]    [DONE] 
Sat Mar 17 14:09:53 2012: :: Starting crond daemon    [BUSY]    [DONE] 
Sat Mar 17 14:09:53 2012: :: Restoring ALSA Levels    [BUSY]    [DONE] 
Sat Mar 17 14:09:53 2012: :: Starting laptop-mode    [BUSY]    [DONE] 
Sat Mar 17 14:09:55 2012: :: Starting acpid    [BUSY]    [DONE] 
Sat Mar 17 14:09:55 2012: :: Starting HDDTemp    [BUSY]    [DONE] 
Sat Mar 17 14:09:55 2012: :: Starting httpd    [BKGD] 

This is my fstab

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>

tmpfs /tmp tmpfs nodev,nosuid 0 0

/dev/sda1 / 	ext4 defaults 0 1
/dev/sda2 /var 	ext4 defaults 0 1
/dev/sda4 /home ext4 defaults 0 1
/dev/sda5 /tmp 	ext4 defaults 0 1
/dev/sda6 swap 	swap defaults 0 0

/dev/sr0 /media/cdrom auto rw,user, 00

Anyone else seeing something similar

Last edited by Cheesecake Charlie (2012-03-17 17:05:53)

Offline

#2 2012-03-17 16:17:47

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [ SOLVED ] Mounting Local File System Fail

Cheesecake Charlie wrote:

This is my fstab

/dev/sr0 /media/cdrom auto rw,user, 00

Trailing comma is wrong (but libmount doesn't seem to care, you've munged dump and pass_no into the same value, and you need to add noauto to the options.

Offline

#3 2012-03-17 17:06:27

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

Re: [ SOLVED ] Mounting Local File System Fail

falconindy wrote:
Cheesecake Charlie wrote:

This is my fstab

/dev/sr0 /media/cdrom auto rw,user, 00

Trailing comma is wrong (but libmount doesn't seem to care, you've munged dump and pass_no into the same value, and you need to add noauto to the options.

Thank you for pointing that out ...

Cheers

Offline

#4 2012-03-17 17:08:00

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,168

Re: [ SOLVED ] Mounting Local File System Fail

You are trying to mount two file systems to /tmp.

Only root should have "0 1". Other systems you want checked should have "0 2".

Maybe add "nofail" to the options for the CD?

However, I get this error on every boot even though everything mounts fine.

Also, shouldn't the line for swap look more like this:

<partition> none swap sw 0 0

?

Last edited by cfr (2012-03-17 17:10:00)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB