Posts

Kernel panic not syncing VFS after updating Ubuntu server 17.10.1

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I am really struggling to figure out how to fix the boot for my Ubuntu server after running some updates recently. This is the error on boot I can't seem to see any grub loader screen for repair, so I reattached the installation ISO to the VM, and select repair. I've tried a few options, but the result is always the same. I can get execute a shell on the root of what I think is my installation. Running fdisk -l /dev/sda gives: Uname -r shows that I am on 4.13.0-21-generic, but I have newer installations in the boot directory. I don't know if that is because an upgrade has failed, or because the version running is currently from the CD ISO. I have tried auto removing to clean, but there were a lot of errors. I thought it might be because there was no space left on the boot partition, but I believe there is plenty. I have also tried update-initramfs on several of the kernel versions, but I get errors suc...

Can I list the files and directories on a logical volume

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite I have a logical volume, /dev/dm-0 that is 95% full. I want to delete some directories and files from it to free up space. How can I access the content of this logical volume? 14.04 filesystem share | improve this question edited Apr 18 at 22:18 ubashu 2,237 2 17 36 asked Apr 18 at 21:55 Arin 6 1 2 1 A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations. – steeldriver Apr 18 at 22:03 I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc). – Arin Apr 18 at 22:15 My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as th...