Working on Ubuntu Desktop 17.04 (Host) with VirtualBox.
Using Ubuntu Server 16.04 on each VM (Guest) as WebServer.
Trying to cp -r /var/www content to a specific shared folder wwwfiles to Host.
Working on Guest after a random period of time the host stops to responding (freezes processes, terminal, Mouse and Keyboard interaction) and reboots by itself. This happens as well without working on both of them (host/guest).
Can't get into error logs cd /var/log/syslog (because of sporadically reboots/interruption) on host as on guest.
Looking and reading around is that What I did until now (in command line):
sudo rm /var/lib/apt/lists/*
sudo rm /var/cache/apt/archives/lock/*
sudo apt-get update
none of these has worked.
My Intent is to:
- Get all data (related mysql of-and running WebBased Applications as Website Data) into a USB Stick to install on a fresh system (supposed corrupted maybe because of a conflict with VirtualBox).
UPDATE: 07.09.2017
couldn't leave the problem there so started to work on.
It seems it's more a fileSystem issue.
Executing fsck -nf /dev/sda1as root I got following error list:
Inode [number] was part of orphaned inode list. IGNORED
made all passes
structure
connectivity
counts
summary information
It's in fact a FileSystem Error... due I get the message after the check:
/dev/sda1 ******** WARNING: Filesystem still has error ********
Not a Hardware as thought.