On Friday, September 27, 2013 04:09:37 AM Cristian Rodríguez wrote:
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 ..
yes I did because it failed during the update I still get these errors when I rerun it. modprobe: Module jbd not found. WARNING: no dependencies for kernel module 'jbd' found. modprobe: Module ext3 not found. WARNING: no dependencies for kernel module 'ext3' found.
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)
I didn't add them, but this machine has been around for a while going back as far as at least 11.2 and has been zypper dupped since then, so I suspect from what I've read this week fixing things that a bunch of old stuff has been left behind. -- Collector of vintage computers http://www.ncf.ca/~ba600 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org