On 12/06/2016 10:19 PM, Carlos E. R. wrote:
However, if you mention a disk in fstab, it must be present during boot or it will fail. Not grub. Later. You can, however, use options like "nofail" and/or "noauto".
Update How to add your second 1TB drive for VirtualBox and VMware I previously formatted my second drive using gparted - formatted it using xfs as one partition and assigned the label data. Your fstab will recognize the label name as a mount point. 1. Type: sudo blkid /dev/sdb1 and copy the UUID to the hosts's /etc/fstab UUID=cf28b419-8c39-46ac-8005-d03486a64355 /media/data xfs defaults 0 2 Note that I am using /media/data as the mount point. 2. Reboot the openSUSE system. 3. Start VirtualBox File ->Preferences and change the Default Machine Folder so that it points to /media/VirtualBox VMs. Click the OK button to confirm. 4. Start VMware Player or Workstation Pro and search the host's filesystem for /media/vmware and open the .vmx file. Now you can open and save your large virtual drives to the second drive hard drive. Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org