Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
df lists root device twice
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
l1n00x
n00b
n00b


Joined: 25 May 2014
Posts: 3

PostPosted: Tue Oct 14, 2014 10:29 am    Post subject: df lists root device twice Reply with quote

Hi,
before opening a bug report I would like to present and discuss the following issue.
I'm using extlinux as my bootloader and my root device (gpt) is provided by its PARTUUID:

Quote:
APPEND root=PARTUUID=1234... ro

This works fine, but `df`shows:

Code:

# df
Filesystem       Size Used Avail Use% Mounted on
rootfs           x    x    x     x    /
PARTUUID=1234... x    x    x     x    /


However, when using
Quote:
APPEND root=/dev/sda1... ro
in extlinux.conf `df` simply prints:

Code:

# df
Filesystem       Size Used Avail Use% Mounted on
/dev/sda1        x    x    x     x     /


So there seems to be an inconsistency with how PARTUUIDs and block device names are treated.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum