You are not logged in.

#1 2011-10-13 06:34:38

SkyTod
Member
Registered: 2009-09-01
Posts: 226

No root

I can boot my system, but I cannot detect my / partition.

df -h
Filesystem      Size  Used Avail Use% Mounted on
none            471M  684K  470M   1% /dev/shm
/dev/sda1        99M   34M   61M  36% /boot
/dev/sda4       284G  180G   89G  67% /home

What can it be? From time to time I have problem due space missing.

Offline

#2 2011-10-13 07:46:39

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,358

Re: No root

Output of blkid and mount? I don't think its possible to boot without a root partition.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2011-10-13 08:39:57

SkyTod
Member
Registered: 2009-09-01
Posts: 226

Re: No root

sh-4.2$ blkid
/dev/sda3: UUID="2efed32f-dbc0-4c34-b360-1c5311f78b91" TYPE="ext4" 
/dev/sda4: UUID="b603f967-976e-41cc-a890-ec95f43f6e9b" SEC_TYPE="ext2" TYPE="ext3" 
/dev/sda1: UUID="c8f4aebe-5a5a-4204-b7cd-8f72d7479699" TYPE="ext2" 
/dev/sda2: UUID="096c1e2d-bd2b-4452-a75d-e4e6093925dc" TYPE="swap" 
sh-4.2$ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=120171,mode=755)
none on /dev type ramfs (rw,relatime)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext2 (rw)
/dev/sda4 on /home type ext4 (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)

Russian roulette? :-/

Last edited by SkyTod (2011-10-13 08:40:19)

Offline

#4 2011-10-13 20:47:45

SkyTod
Member
Registered: 2009-09-01
Posts: 226

Re: No root

Heh, Dolphin.  I feel the dark side in my arch. smile

Offline

#5 2011-10-13 22:31:12

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

Re: No root

SkyTod wrote:

I can boot my system, but I cannot detect my / partition.

df -h
Filesystem      Size  Used Avail Use% Mounted on
none            471M  684K  470M   1% /dev/shm
/dev/sda1        99M   34M   61M  36% /boot
/dev/sda4       284G  180G   89G  67% /home

What can it be? From time to time I have problem due space missing.

In other words, mtab isn't always written to properly because you're out of disk. I suggest you symlink /etc/mtab to /proc/self/mounts and figure out how to keep yourself from running out of disk.

Offline

#6 2011-10-15 21:29:51

SkyTod
Member
Registered: 2009-09-01
Posts: 226

Re: No root

I've cleared my root, but there is no changes.

Offline

#7 2011-10-16 13:48:35

SkyTod
Member
Registered: 2009-09-01
Posts: 226

Re: No root

By the way, there is no swap, maybe is it HDD corrupt?

Offline

Board footer

Powered by FluxBB