El 27/09/13 03:24, Mike escribió:
I just finished a painful upgrade to 12.3 (zypper dup dropped me to emergency console) things now seem to be restored, but the system is mounting /dev/sda7 as /usr rather than what is in fstab I created a copy in this partition when the ext3 partitions were not being found, so it's still working, but it's not as big as I'd like.
Could my switching fstab to device rather than ID be the cause?
Yes, but did you run mkinitrd ? /usr is mounted in the initrd ..
Seems like a bunch of new stuff (cgroup fuse, hugetlbfs) is being mounted now.
Yes, and that's expected.
fstab: /dev/disk/by-id/scsi-SATA_Hitachi_HDP7250_GEB530RE1T52EB-part6 / ext3 acl,user_xattr 1 1 /dev/sdb7 /home ext3 acl,user_xattr 1 2 /dev/sdb2 /usr ext3 defaults 0 0 /dev/sdb5 swap swap defaults 0 0 /dev/sda5 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0
you can (or rather should..) omit "proc", "sysfs", "debugfs" "usbfs" .. or to be more specific, omit all entries that do not belong to your local or remote filesystems.. systemd setups them for you nowadays with the needed mount options/parameters and you should not override that unless you know exactly what you are doing. (read, you are a kernel developer or distribution maintainer) -- "Judging by their response, the meanest thing you can do to people on the Internet is to give them really good software for free". - Anil Dash -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org