Ok, now to solve the mount issue. 1st off I don’t know why it did not mount as it was installed and powered on when I did the upgrade.
The device is a Western Digital 500MB HD, installed in an external cage which is connected via USB
There is another USB device (SDG1), also present and it is mounted correctly
hexdump@Corky-PC:~> df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 202653592 17424316 174912016 10% /
devtmpfs 1891532 8 1891524 1% /dev
tmpfs 1897780 38444 1859336 3% /dev/shm
tmpfs 1897780 9460 1888320 1% /run
tmpfs 1897780 0 1897780 0% /sys/fs/cgroup
tmpfs 1897780 348844 1548936 19% /tmp
tmpfs 1897780 4040 1893740 1% /var/log
/dev/sdb2 20027260 44976 18941900 1% /sdb/sdb2
/dev/sdb1 759717488 32967840 688135172 5% /home
/dev/sr0 4568574 4568574 0 100% /run/media/hexdump/openSUSE-13.2-DVD-x86_640051
/dev/sda3 20510716 10255688 9190072 53% /run/media/hexdump/a6b719f8-bf8e-427e-906b-3bc568112603
/dev/sdb5 177424936 4581048 163808112 3% /run/media/hexdump/7ce5c1b1-42f1-4618-8a02-30f8df4410c6
/dev/sdg1 15622160 176624 15445536 2% /run/media/hexdump/STORE N GO
hexdump@Corky-PC:~>
mount -l
/dev/sda2 on / type ext4 (rw,noatime,discard,data=ordered)/dev/sdb2 on /sdb/sdb2 type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /home type ext4 (rw,relatime,data=ordered)
/dev/sr0 on /run/media/hexdump/openSUSE-13.2-DVD-x86_640051 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=100,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
/dev/sda3 on /run/media/hexdump/a6b719f8-bf8e-427e-906b-3bc568112603 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/sdb5 on /run/media/hexdump/7ce5c1b1-42f1-4618-8a02-30f8df4410c6 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/sdg1 on /run/media/hexdump/STORE N GO type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2) [STORE N GO]
I looked in Yast and using Partition, Yast sees the device (sdf1), but it is not mounted. When I looked at doing the mount, I did not have an option to mount it where the other devices were mounted. “/run/media/hexdump”. My options were /usr/local or /srv.
I did neither since I have no clue what impact it might have being different than the other devices.
Since it is a USB device, it might wind up being plugged into a different USB slot if that makes a difference.
Also, I would prefer a permanent solution, not a command line option that I would have to key in after every reboot.
thanks