I have installed VirtualBox and setup a Windows Vista host, initially with a .vdi of 10gb. That filled up quickly, so I added another 20gb secondary partition, after first trying to allocate a .vdi to a SCSI controller. Configured the drive in Windows (Computer Management), and all seemed ok. I shutdown VB, and rebooted my Linux host (openSuse 11.3). Now I keep bouncing back to the login screen, and can’t login to Linux KDE, but can login to a console.
Any ideas on what might be happening here? I do have the following info:
I did see a message before, that I don’t see anymore, that said it could not start NFS services due to missing entry in fstab. Another I’m seeing now is it couldn’t start the avahi-daemon, no space left on device. This is odd, since I have a 200GB drive, with half of it left, only max 30GB set to VB. Here’s my df -k output:
/dev/sda6 Use% is 100%
devtmpfs Use% is 1%
tmpfs Use% is 1%
/dev/sda7 Use% is 46%
So root “/” is mounted on /dev/sda6, which looks like it could be a problem, but why would this suddenly be a problem after working with VirtualBox? Could this be a matter of just freeing up space on /dev/sda6? Like the /tmp folder that’s under “/”?
Don’t know if this has anything to do with your problem but if the /etc/fstab above is accurate you have a conflict. It shows both swap and /home using partition 5.
We need more information. As root or su please post the output of:
su - fdisk -l
Also, is that the full /etc/fstab? Where are partitions 1-4 & 7? What are they used for? What version of OS are you using (11.2, 11.3, etc.)? Did you get any messages at console or in logs during/after installing VirtualBox and/or windows?