[opensuse-factory] how does one get the rootfs device name to compare against one in /etc/fstab (and lvm vols)

Seems like the code to mount was extremely messed up in factory or 12.3 -- not exactly sure -- but someone replaced the old, working mount, with one based on one in usr/lib/libmount -- which doesn't seem to know about fstab nor does it know about "mtab" (as needing to be separate from /proc/mounts). I have mount points setup in fstab. I have disk maint programs that need to tie mounted file systems to those device names used in fstab. It used to be simple to determine the dev of a directory: df <dir> (like "df .") -- massage and you'd have the device name. Now, the best I've come up with is to **NOT** have /etc/mtab linked (or mount cannot write to it!! as documented in the man page). Zero it out, then run "mount -c -f -a" to recreate most of it. Seems like the devices are not created in the new map. But unless I run "mount -c -f /" in addition to the "-a" line, root's fs doesn't show up... why do I want to see "rootfs".. it's insecure -- I don't know the real root device. Can mount be fixed? And can the advice to link /etc/mtab->/proc/mounts be reconsidered -- since it breaks documented "mount" functionality (or will this now be called another "weird case"...ignored? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On 05/18/2013 06:55 AM, Linda Walsh wrote:
Subject: how does one get the rootfs device name ...
That's the domain of util-linux - I'd use this: $ findmnt -n -o SOURCE -T / Have a nice day, Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On 05/18/2013 09:57 AM, Linda Walsh wrote:
strange. And what's /dev/root? $ ls -ldog /dev/root lrwxrwxrwx 1 4 May 17 20:44 /dev/root -> sda1 Have a nice day, Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Bernhard Voelker wrote:
---- It's not very reliable...
ll /dev/root ls: cannot access /dev/root: No such file or directory
I would have a nice day if findmnt or mount returned the real device name. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On 05/18/2013 11:45 AM, Linda Walsh wrote:
I would have a nice day if findmnt or mount returned the real device name.
findmnt is just returning what the kernel publishes in /proc/self/mountinfo. Have a nice day (anyway), Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Bernhard Voelker wrote:
There and output from the new mount. Don't get me wrong... I know what the device is, it's just that I can't find it through any normal means in a script. My /etc/fstab has: /dev/sdc1 / xfs defaults,nodiratime,swalloc,largeio,logbsize=256k,allocsize=64k 0 0 and my lilo has: boot = /dev/sdc root = /dev/sdc1 image = /boot/vmlinuz-3.9.0-Isht-Van label = 390-Isht-Van append = "root=/dev/sdc1 showopts console=ttyS0,115200n8 console=tty0 elevat or=cfq pcie_aspm=force pcie_ports=native reboot=bios" root = /dev/sdc1 and Usually my system HAS /dev/root as a soft link... but non of the tools tell me my real device anymore and I have to go chasing softlinks that sometimes aren't there....Uhg.... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On Saturday 2013-05-18 11:45, Linda Walsh wrote:
Are you on an NFS volume that was automatically mounted by the kernel at boot? If not, just _what was_ your device? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Jan Engelhardt wrote:
a normal /dev/sdc1 type disk.... I've been having problem finding the mount-names of my defines in mount lately, and toolls that rely on those have been getting upset w/me... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On Saturday 2013-05-18 20:04, Linda Walsh wrote:
Still, did you use an initrd/initramfs, or do kernel automount? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Jan Engelhardt wrote:
vga = 0x30A boot = /dev/sdc root = /dev/sdc1 image = /boot/vmlinuz-3.9.0-Isht-Van label = 390-Isht-Van append = "root=/dev/sdc1 showopts console=ttyS0,115200n8 console=tty0 elevat or=cfq pcie_aspm=force pcie_ports=native reboot=bios" root = /dev/sdc1 --- Nothing too magical... just a plain old hard disk... FWIW, I started reported this problem in last April Bug 815322 - device of "$PWD" not in output of mount if on 'root' (/dev/rootfs not in mount output) and it got worse so reported that in bug Bug 815161 - mount --no-canonical no longer works for output from 'mount"; (but does for df) about a month ago.... Things seem to be going downhill, or at the very least be stalled. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On Saturday 2013-05-18 20:22, Linda Walsh wrote:
And therefore, this is a kernel issue, and as far as I remember, one that has pretty much always existed. You just did not notice until lately (on SUSE; earlier on Debian since they abolished mtab earlier) because /etc/mtab hid the kernel's idea of devices. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Jan Engelhardt wrote:
Um... When I changed back to 11.4's version of mount, and used /etc/mtab as a separate file, it works as documented. Mount corresponded to what was in /etc/fstab -- up till this change -- now they are wanting to give us raw kernel device names which I don't see as a wonderful move forward. I've had the same device names for ages (last change of root disk stuff was when I changed from ATA->SATA, and they've been sdxxx ever since. So force users over into arbitrary and generic kernel names? /dev/root is very bad in that it says NOTHING about what was really booted from. The lvm problems /dev/VG/LV -> /dev/mapper/vg-lv is minor in comparison as there is an algorithm to map the changes - annoying, but scriptable, so I forget the annoyance ;-). If they tried to force me to /dev/dm-0 /dev/dm-1 /dev/dm-2... I'd not be very pleased either. Being able to come up with useful names has been a benefit of lvm. In any event, I don't see a way to map /dev/root through some formula to the real device other than hoping that udev created a symlink (which doesn't seem very reliable). What group in the kernel is this? Seems that since the old linux-utils worked and the new one doesn't, maybe there? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

В Fri, 17 May 2013 21:55:05 -0700 Linda Walsh <suse@tlinx.org> пишет:
Can mount be fixed?
Before it can be fixed, technical description of faulty behavior is needed. Note adjective "technical". "Extremely messed up" usually does not qualify as technical description.
And can the advice to link /etc/mtab->/proc/mounts be reconsidered
Have you ever heard about mount namespaces? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Andrey Borzenkov wrote:
Have you ever heard about mount namespaces?
--- Yes... I usually turn off the namespaces, as I hven't needed them. ---- FWIW .. I recompiled and installed versions of mount going back to 11.4 and it was the first one that worked. Seems like something in the 12.x series corrupted mount's output. Did something change radically in the 12.x stuff where they didn't bother with previous compatibility (again)...? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Linda Walsh wrote:
Below are the outputs from 11.4 and 12.x .. VERY different... 12.x is nothing more than a dump of /proc/self/mounts -- all but worthless for user-mount purpos 11.4: (first with options stripped...) -------------------------- /dev/sdc1 on / type xfs proc on /proc type proc sysfs on /sys type sysfs debugfs on /sys/kernel/debug type debugfs devtmpfs on /dev type devtmpfs tmpfs on /run type tmpfs devpts on /dev/pts type devpts /dev/sdc6 on /usr type xfs /dev/sdc2 on /var type xfs /dev/sdc3 on /boot type xfs /var/rtmp on /tmp type none /dev/HnS/Sys on /root2 type xfs /dev/HnS/Sysvar on /root2/var type xfs /dev/HnS/Sysboot on /root2/boot type xfs /dev/HnS/Home on /home type xfs /dev/HnS/Share on /Share type xfs /dev/HnS/Home.diff on /home.diff type xfs /dev/Media/Media on /Media type xfs /dev/HnS/Squid_Cache on /var/cache/squid type xfs /dev/Backups/Backups on /backups type xfs /dev/HnS/Media_Back on /backups/Media type xfs /home/share on /usr/share type none /dev/HnS/Home-2013.05.15-05.07.02 on /home/.snapdir/@GMT-2013.05.15-05.07.02 type xfs /dev/HnS/Home-2013.04.26-05.07.02 on /home/.snapdir/@GMT-2013.04.26-05.07.02 type xfs /dev/HnS/Home-2013.04.30-05.07.04 on /home/.snapdir/@GMT-2013.04.30-05.07.04 type xfs /dev/HnS/Home-2013.05.02-08.14.55 on /home/.snapdir/@GMT-2013.05.02-08.14.55 type xfs /dev/HnS/Home-2013.05.04-05.07.03 on /home/.snapdir/@GMT-2013.05.04-05.07.03 type xfs /dev/HnS/Home-2013.05.06-05.07.02 on /home/.snapdir/@GMT-2013.05.06-05.07.02 type xfs /dev/HnS/Home-2013.05.08-05.07.05 on /home/.snapdir/@GMT-2013.05.08-05.07.05 type xfs /dev/HnS/Home-2013.05.11-05.07.02 on /home/.snapdir/@GMT-2013.05.11-05.07.02 type xfs /dev/HnS/Home-2013.05.12-05.07.03 on /home/.snapdir/@GMT-2013.05.12-05.07.03 type xfs /dev/HnS/Home-2013.05.13-05.07.02 on /home/.snapdir/@GMT-2013.05.13-05.07.02 type xfs /dev/HnS/Home-2013.05.14-05.07.03 on /home/.snapdir/@GMT-2013.05.14-05.07.03 type xfs /dev/HnS/Home-2013.05.18-12.08.32 on /home/.snapdir/@GMT-2013.05.18-12.08.32 type xfs ---- 12.x (no options): ------------------ rootfs / rootfs /dev/root / xfs devtmpfs /dev devtmpfs /dev/sdc6 /usr xfs proc /proc proc sysfs /sys sysfs devpts /dev/pts devpts tmpfs /run tmpfs debugfs /sys/kernel/debug debugfs tmpfs /dev/shm tmpfs tmpfs /sys/fs/cgroup tmpfs cgroup /sys/fs/cgroup/cpuset cgroup cgroup /sys/fs/cgroup/debug cgroup cgroup /sys/fs/cgroup/cpu cgroup cgroup /sys/fs/cgroup/cpuacct cgroup cgroup /sys/fs/cgroup/devices cgroup cgroup /sys/fs/cgroup/freezer cgroup cgroup /sys/fs/cgroup/blkio cgroup cgroup /sys/fs/cgroup/net_prio cgroup securityfs /sys/kernel/security securityfs /dev/sdc2 /var xfs /dev/sdc3 /boot xfs /dev/sdc2 /tmp xfs /dev/mapper/HnS-Sys /root2 xfs /dev/mapper/HnS-Sysvar /root2/var xfs /dev/mapper/HnS-Sysboot /root2/boot xfs /dev/mapper/HnS-Home /home xfs /dev/mapper/HnS-Share /Share xfs /dev/mapper/HnS-Home.diff /home.diff xfs /dev/mapper/Media-Media /Media xfs /dev/mapper/HnS-Squid_Cache /var/cache/squid xfs /dev/mapper/Backups-Backups /backups xfs /dev/mapper/HnS-Media_Back /backups/Media xfs /dev/mapper/HnS-Home /usr/share xfs tmpfs /var/lock tmpfs tmpfs /var/run tmpfs tmpfs /media tmpfs proc /var/lib/named/proc proc nfsd /proc/fs/nfsd nfsd /etc/auto.misc /misc autofs /etc/auto.smb /smb autofs /etc/auto.net /net autofs /etc/auto.homes /homes autofs //ATHENAE/C$ /athenae cifs //ATHENAE/c /athenae2 cifs fusectl /sys/fs/fuse/connections fusectl gvfsd-fuse /home/law/.gvfs fuse.gvfsd-fuse /dev/HnS/Home-2013.05.15-05.07.02 /home/.snapdir/@GMT-2013.05.15-05.07.02 xfs /dev/HnS/Home-2013.04.26-05.07.02 /home/.snapdir/@GMT-2013.04.26-05.07.02 xfs /dev/HnS/Home-2013.04.30-05.07.04 /home/.snapdir/@GMT-2013.04.30-05.07.04 xfs /dev/HnS/Home-2013.05.02-08.14.55 /home/.snapdir/@GMT-2013.05.02-08.14.55 xfs /dev/HnS/Home-2013.05.04-05.07.03 /home/.snapdir/@GMT-2013.05.04-05.07.03 xfs /dev/HnS/Home-2013.05.06-05.07.02 /home/.snapdir/@GMT-2013.05.06-05.07.02 xfs /dev/HnS/Home-2013.05.08-05.07.05 /home/.snapdir/@GMT-2013.05.08-05.07.05 xfs /dev/HnS/Home-2013.05.11-05.07.02 /home/.snapdir/@GMT-2013.05.11-05.07.02 xfs /dev/HnS/Home-2013.05.12-05.07.03 /home/.snapdir/@GMT-2013.05.12-05.07.03 xfs /dev/HnS/Home-2013.05.13-05.07.02 /home/.snapdir/@GMT-2013.05.13-05.07.02 xfs /dev/HnS/Home-2013.05.14-05.07.03 /home/.snapdir/@GMT-2013.05.14-05.07.03 xfs /dev/HnS/Home-2013.05.18-12.08.32 /home/.snapdir/@GMT-2013.05.18-12.08.32 xfs ---- Adding the options, the lists are less readable, but at least the options in 11.1 reflected what the user mounted the fs with: 11.1 /dev/sdc1 on / type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=64k) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) devtmpfs on /dev type devtmpfs (rw) tmpfs on /run type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/sdc6 on /usr type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=64k) /dev/sdc2 on /var type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=128k) /dev/sdc3 on /boot type xfs (rw,nodiratime,swalloc,largeio,allocsize=2m) /var/rtmp on /tmp type none (rw,rbind) /dev/HnS/Sys on /root2 type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=64k) /dev/HnS/Sysvar on /root2/var type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=128k) /dev/HnS/Sysboot on /root2/boot type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=2m) /dev/HnS/Home on /home type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,inode64,barrier,allocsize=128k) /dev/HnS/Share on /Share type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,inode64,barrier,allocsize=1024k) /dev/HnS/Home.diff on /home.diff type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,barrier) /dev/Media/Media on /Media type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=32m) /dev/HnS/Squid_Cache on /var/cache/squid type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,barrier,allocsize=64k) /dev/Backups/Backups on /backups type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,inode64,allocsize=128m) /dev/HnS/Media_Back on /backups/Media type xfs (rw,nodiratime,swalloc,largeio,logbsize=256k,allocsize=128m) /home/share on /usr/share type none (rw,rbind) /dev/HnS/Home-2013.05.15-05.07.02 on /home/.snapdir/@GMT-2013.05.15-05.07.02 type xfs (ro,nouuid,norecovery) /dev/HnS/Home-2013.04.26-05.07.02 on /home/.snapdir/@GMT-2013.04.26-05.07.02 type xfs (rw) /dev/HnS/Home-2013.04.30-05.07.04 on /home/.snapdir/@GMT-2013.04.30-05.07.04 type xfs (rw) /dev/HnS/Home-2013.05.02-08.14.55 on /home/.snapdir/@GMT-2013.05.02-08.14.55 type xfs (rw) /dev/HnS/Home-2013.05.04-05.07.03 on /home/.snapdir/@GMT-2013.05.04-05.07.03 type xfs (rw) /dev/HnS/Home-2013.05.06-05.07.02 on /home/.snapdir/@GMT-2013.05.06-05.07.02 type xfs (rw) /dev/HnS/Home-2013.05.08-05.07.05 on /home/.snapdir/@GMT-2013.05.08-05.07.05 type xfs (rw) /dev/HnS/Home-2013.05.11-05.07.02 on /home/.snapdir/@GMT-2013.05.11-05.07.02 type xfs (rw) /dev/HnS/Home-2013.05.12-05.07.03 on /home/.snapdir/@GMT-2013.05.12-05.07.03 type xfs (rw) /dev/HnS/Home-2013.05.13-05.07.02 on /home/.snapdir/@GMT-2013.05.13-05.07.02 type xfs (rw) /dev/HnS/Home-2013.05.14-05.07.03 on /home/.snapdir/@GMT-2013.05.14-05.07.03 type xfs (rw) /dev/HnS/Home-2013.05.18-12.08.32 on /home/.snapdir/@GMT-2013.05.18-12.08.32 type xfs (ro,nouuid,norecovery) ---- 12.x options are narly unreadble.: rootfs / rootfs rw 0 0 /dev/root / xfs rw,nodiratime,relatime,attr2,inode64,noquota 0 0 devtmpfs /dev devtmpfs rw,relatime,size=24708688k,nr_inodes=6177172,mode=755 0 0 /dev/sdc6 /usr xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=64k,logbsize=256k,noquota 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0 tmpfs /run tmpfs rw,relatime,mode=755 0 0 debugfs /sys/kernel/debug debugfs rw,relatime 0 0 tmpfs /dev/shm tmpfs rw,relatime 0 0 tmpfs /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,relatime,mode=755 0 0 cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0 cgroup /sys/fs/cgroup/debug cgroup rw,nosuid,nodev,noexec,relatime,debug 0 0 cgroup /sys/fs/cgroup/cpu cgroup rw,nosuid,nodev,noexec,relatime,cpu 0 0 cgroup /sys/fs/cgroup/cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct 0 0 cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0 cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0 cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 cgroup /sys/fs/cgroup/net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_prio 0 0 securityfs /sys/kernel/security securityfs rw,relatime 0 0 /dev/sdc2 /var xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=128k,logbsize=256k,noquota 0 0 /dev/sdc3 /boot xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=2048k,noquota 0 0 /dev/sdc2 /tmp xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=128k,logbsize=256k,noquota 0 0 /dev/mapper/HnS-Sys /root2 xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=64k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/HnS-Sysvar /root2/var xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=128k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/HnS-Sysboot /root2/boot xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=2048k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/HnS-Home /home xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=128k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/HnS-Share /Share xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=1024k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/HnS-Home.diff /home.diff xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/Media-Media /Media xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=32768k,logbsize=256k,sunit=128,swidth=1280,noquota 0 0 /dev/mapper/HnS-Squid_Cache /var/cache/squid xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=64k,logbsize=256k,sunit=128,swidth=1280,noquota 0 0 /dev/mapper/Backups-Backups /backups xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=131072k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 /dev/mapper/HnS-Media_Back /backups/Media xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=131072k,logbsize=256k,sunit=128,swidth=1280,noquota 0 0 /dev/mapper/HnS-Home /usr/share xfs rw,nodiratime,relatime,swalloc,attr2,largeio,inode64,allocsize=128k,logbsize=256k,sunit=128,swidth=1536,noquota 0 0 tmpfs /var/lock tmpfs rw,relatime,mode=755 0 0 tmpfs /var/run tmpfs rw,relatime,mode=755 0 0 tmpfs /media tmpfs rw,nosuid,nodev,relatime,mode=755 0 0 proc /var/lib/named/proc proc ro,nosuid,nodev,noexec,relatime 0 0 nfsd /proc/fs/nfsd nfsd rw,relatime 0 0 /etc/auto.misc /misc autofs rw,relatime,fd=6,pgrp=6401,timeout=600,minproto=5,maxproto=5,indirect 0 0 /etc/auto.smb /smb autofs rw,relatime,fd=12,pgrp=6401,timeout=600,minproto=5,maxproto=5,indirect 0 0 /etc/auto.net /net autofs rw,relatime,fd=18,pgrp=6401,timeout=600,minproto=5,maxproto=5,indirect 0 0 /etc/auto.homes /homes autofs rw,relatime,fd=24,pgrp=6401,timeout=600,minproto=5,maxproto=5,indirect 0 0 //ATHENAE/C$ /athenae cifs rw,relatime,vers=1.0,sec=ntlmssp,cache=strict,unc=\134\134ATHENAE\134C$,username=law,domain=BLISS,uid=5013,forceuid,gid=0,noforcegid,addr=192.168.4.12,file_mode=0755,dir_mode=0755,nocase,nounix,serverino,noperm,rsize=61440,wsize=65536,actimeo=1 0 0 //ATHENAE/c /athenae2 cifs rw,relatime,vers=1.0,sec=ntlmssp,cache=strict,unc=\134\134ATHENAE\134c,username=law,domain=BLISS,uid=5013,forceuid,gid=0,noforcegid,addr=192.168.4.12,file_mode=0755,dir_mode=0755,nocase,nounix,serverino,noperm,rsize=61440,wsize=65536,actimeo=1 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 gvfsd-fuse /home/law/.gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=5013,group_id=201 0 0 /dev/HnS/Home-2013.05.15-05.07.02 /home/.snapdir/@GMT-2013.05.15-05.07.02 xfs ro,relatime,nouuid,norecovery,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.04.26-05.07.02 /home/.snapdir/@GMT-2013.04.26-05.07.02 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.04.30-05.07.04 /home/.snapdir/@GMT-2013.04.30-05.07.04 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.02-08.14.55 /home/.snapdir/@GMT-2013.05.02-08.14.55 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.04-05.07.03 /home/.snapdir/@GMT-2013.05.04-05.07.03 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.06-05.07.02 /home/.snapdir/@GMT-2013.05.06-05.07.02 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.08-05.07.05 /home/.snapdir/@GMT-2013.05.08-05.07.05 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.11-05.07.02 /home/.snapdir/@GMT-2013.05.11-05.07.02 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.12-05.07.03 /home/.snapdir/@GMT-2013.05.12-05.07.03 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.13-05.07.02 /home/.snapdir/@GMT-2013.05.13-05.07.02 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.14-05.07.03 /home/.snapdir/@GMT-2013.05.14-05.07.03 xfs rw,relatime,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 /dev/HnS/Home-2013.05.18-12.08.32 /home/.snapdir/@GMT-2013.05.18-12.08.32 xfs ro,relatime,nouuid,norecovery,attr2,inode64,logbsize=64k,sunit=128,swidth=1536,noquota 0 0 -------------------------------- The output of mount in 12.x is nothing more than a dump of /proc/mounts -- it's is ***WORTHLESS** as a separate utility -- it might a well be replaced by "cat". --------------------------------------------------------------------------------------------------- df produces useful output again: /dev/sdc1 12G 8.2G 3.9G 68% / devtmpfs 24G 140K 24G 1% /dev tmpfs 24G 3.0M 24G 1% /run /dev/sdc6 15G 7.0G 8.0G 47% /usr /dev/sdc2 7.8G 2.2G 5.7G 27% /var /dev/sdc3 908M 274M 634M 31% /boot /dev/HnS/Sys 96G 27G 70G 28% /root2 /dev/HnS/Sysvar 28G 1.3G 27G 5% /root2/var /dev/HnS/Sysboot 3.9G 406M 3.5G 11% /root2/boot /dev/HnS/Home 1.0T 797G 228G 78% /home /dev/HnS/Share 1.5T 1.4T 177G 89% /Share /dev/HnS/Home.diff 512G 33M 512G 1% /home.diff /dev/Media/Media 7.3T 6.2T 1.2T 85% /Media /dev/HnS/Squid_Cache 128G 52G 77G 40% /var/cache/squid /dev/Backups/Backups 11T 7.1T 3.9T 65% /backups /dev/HnS/Media_Back 8.0T 6.4T 1.7T 79% /backups/Media /dev/HnS/Home-2013.05.15-05.07.02 1.0T 796G 229G 78% /home/.snapdir/@GMT-2013.05.15-05.07.02 /dev/HnS/Home-2013.04.26-05.07.02 26G 22G 4.3G 84% /home/.snapdir/@GMT-2013.04.26-05.07.02 /dev/HnS/Home-2013.04.30-05.07.04 2.8G 2.4G 415M 86% /home/.snapdir/@GMT-2013.04.30-05.07.04 /dev/HnS/Home-2013.05.02-08.14.55 2.8G 2.3G 422M 85% /home/.snapdir/@GMT-2013.05.02-08.14.55 /dev/HnS/Home-2013.05.04-05.07.03 3.7G 3.1G 574M 85% /home/.snapdir/@GMT-2013.05.04-05.07.03 /dev/HnS/Home-2013.05.06-05.07.02 1.3G 1.2G 182M 87% /home/.snapdir/@GMT-2013.05.06-05.07.02 /dev/HnS/Home-2013.05.08-05.07.05 2.8G 2.4G 433M 85% /home/.snapdir/@GMT-2013.05.08-05.07.05 /dev/HnS/Home-2013.05.11-05.07.02 1.4G 1.2G 188M 87% /home/.snapdir/@GMT-2013.05.11-05.07.02 /dev/HnS/Home-2013.05.12-05.07.03 5.9G 5.0G 967M 84% /home/.snapdir/@GMT-2013.05.12-05.07.03 /dev/HnS/Home-2013.05.13-05.07.02 1.8G 1.5G 254M 86% /home/.snapdir/@GMT-2013.05.13-05.07.02 /dev/HnS/Home-2013.05.14-05.07.03 1.3G 1.1G 167M 87% /home/.snapdir/@GMT-2013.05.14-05.07.03 /dev/HnS/Home-2013.05.18-12.08.32 1.0T 797G 228G 78% /home/.snapdir/@GMT-2013.05.18-12.08.32 --------------- The output under 12.x.... not as bad looking as mount, but still has wrong device names in various places... Filesystem Size Used Avail Use% Mounted on rootfs 12G 8.2G 3.9G 68% / /dev/root 12G 8.2G 3.9G 68% / devtmpfs 24G 140K 24G 1% /dev /dev/sdc6 15G 7.0G 8.0G 47% /usr tmpfs 24G 3.0M 24G 1% /run tmpfs 24G 4.0K 24G 1% /dev/shm tmpfs 24G 0 24G 0% /sys/fs/cgroup /dev/sdc2 7.8G 2.2G 5.7G 27% /var /dev/sdc3 908M 274M 634M 31% /boot /dev/sdc2 7.8G 2.2G 5.7G 27% /tmp /dev/mapper/HnS-Sys 96G 27G 70G 28% /root2 /dev/mapper/HnS-Sysvar 28G 1.3G 27G 5% /root2/var /dev/mapper/HnS-Sysboot 3.9G 406M 3.5G 11% /root2/boot /dev/mapper/HnS-Home 1.0T 797G 228G 78% /home /dev/mapper/HnS-Share 1.5T 1.4T 177G 89% /Share /dev/mapper/HnS-Home.diff 512G 560M 512G 1% /home.diff /dev/mapper/Media-Media 7.3T 6.2T 1.2T 85% /Media /dev/mapper/HnS-Squid_Cache 128G 52G 77G 40% /var/cache/squid /dev/mapper/Backups-Backups 11T 7.1T 3.9T 65% /backups /dev/mapper/HnS-Media_Back 8.0T 6.4T 1.7T 79% /backups/Media /dev/mapper/HnS-Home 1.0T 797G 228G 78% /usr/share tmpfs 24G 3.0M 24G 1% /var/lock tmpfs 24G 3.0M 24G 1% /var/run tmpfs 24G 0 24G 0% /media //ATHENAE/C$ 750G 540G 211G 72% /athenae //ATHENAE/c 750G 540G 211G 72% /athenae2 /dev/HnS/Home-2013.05.15-05.07.02 1.0T 796G 229G 78% /home/.snapdir/@GMT-2013.05.15-05.07.02 /dev/HnS/Home-2013.04.26-05.07.02 26G 22G 4.3G 84% /home/.snapdir/@GMT-2013.04.26-05.07.02 /dev/HnS/Home-2013.04.30-05.07.04 2.8G 2.4G 415M 86% /home/.snapdir/@GMT-2013.04.30-05.07.04 /dev/HnS/Home-2013.05.02-08.14.55 2.8G 2.3G 422M 85% /home/.snapdir/@GMT-2013.05.02-08.14.55 /dev/HnS/Home-2013.05.04-05.07.03 3.7G 3.1G 574M 85% /home/.snapdir/@GMT-2013.05.04-05.07.03 /dev/HnS/Home-2013.05.06-05.07.02 1.3G 1.2G 182M 87% /home/.snapdir/@GMT-2013.05.06-05.07.02 /dev/HnS/Home-2013.05.08-05.07.05 2.8G 2.4G 433M 85% /home/.snapdir/@GMT-2013.05.08-05.07.05 /dev/HnS/Home-2013.05.11-05.07.02 1.4G 1.2G 188M 87% /home/.snapdir/@GMT-2013.05.11-05.07.02 /dev/HnS/Home-2013.05.12-05.07.03 5.9G 5.0G 967M 84% /home/.snapdir/@GMT-2013.05.12-05.07.03 /dev/HnS/Home-2013.05.13-05.07.02 1.8G 1.5G 254M 86% /home/.snapdir/@GMT-2013.05.13-05.07.02 /dev/HnS/Home-2013.05.14-05.07.03 1.3G 1.1G 167M 87% /home/.snapdir/@GMT-2013.05.14-05.07.03 /dev/HnS/Home-2013.05.18-12.08.32 1.0T 797G 228G 78% /home/.snapdir/@GMT-2013.05.18-12.08.32 ------------------------- Does this give any one any clues (other than to tell people to reinstall 11.4 (or make it on their system)... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Did anyone else notice that this conversation didn't seem to degenerate into a "heated debate" (well, yet anyway). It might be instructive too compare the participants and note what is different? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Andrey Borzenkov
-
Bernhard Voelker
-
Jan Engelhardt
-
Linda Walsh