From: Marko Weber|8000 <weber@zbfmail.de>
To: Xfs <xfs@oss.sgi.com>
Subject: gentoo linux, kernel 3.10.31 mount options bug?
Date: Sun, 23 Feb 2014 10:37:03 +0100 [thread overview]
Message-ID: <9963a76fbd006355c9ffd79f341c9971@zbfmail.de> (raw)
hello list,
i have a question about mount options.
at first my fstab:
/dev/md0 /boot xfs noauto,noatime
1 2
/dev/md2 / xfs
noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep
0 1
/dev/md1 /tmp xfs
noexec,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep
0 1
/dev/VolGroup01/var-www /var/www xfs
noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep
0 1
/dev/VolGroup01/var-log /var/log xfs
noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep
0 1
/dev/VolGroup01/var-lib-mysql /var/lib/mysql xfs
noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep
0 1
/dev/sda5 none swap sw,pri=1
0 0
/dev/sdb5 none swap sw,pri=2
0 0
(YES!, normally i use Label or UUID..... but this is only a test
machine.....)
AFTER reboot "mount" shows this:
rootfs on / type rootfs (rw)
/dev/root on / type xfs
(rw,noatime,nodiratime,attr2,nobarrier,inode64,noquota)
/dev/md1 on /tmp type xfs
(rw,noexec,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/mapper/VolGroup01-var--www on /var/www type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/mapper/VolGroup01-var--log on /var/log type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/mapper/VolGroup01-var--lib--mysql on /var/lib/mysql type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
on /dev/root "discrad" and some other are not shown
when i do a "mount -o remount /"
"mount" shows this:
rootfs on / type rootfs (rw)
/dev/root on / type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/md1 on /tmp type xfs
(rw,noexec,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/mapper/VolGroup01-var--www on /var/www type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/mapper/VolGroup01-var--log on /var/log type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
/dev/mapper/VolGroup01-var--lib--mysql on /var/lib/mysql type xfs
(rw,noatime,nodiratime,nobarrier,largeio,discard,logbsize=256k,noikeep)
now,all options from /etc/fstab are listed.
Is this XFS related?
Kernel 3.10.31
Grub2
in the /etc/grub.d/40_custom i have set:
menuentry "gentoo linux 3.10.31" {
insmod xfs
insmod mdraid09
insmod mdraid1x
insmod lvm
set root=(hd0,2)
linux /bzImage-3.10.31 root=/dev/md2 elevator=cfq clocksource=hpet
cgroup_disable=memory
}
If you need any more info, let me know.
thnaks for any tipps or answers
marko
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2014-02-23 9:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-23 9:37 Marko Weber|8000 [this message]
2014-02-23 16:07 ` gentoo linux, kernel 3.10.31 mount options bug? Eric Sandeen
2014-02-23 22:10 ` Stan Hoeppner
2014-02-25 8:10 ` Marko Weber|8000
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9963a76fbd006355c9ffd79f341c9971@zbfmail.de \
--to=weber@zbfmail.de \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox