solved: Re: upgrade fails with unmet dependencies

Tom H tomh0665 at gmail.com
Mon Jun 26 23:08:55 UTC 2017


On Mon, Jun 26, 2017 at 12:44 AM, robert <robert at redcor.ch> wrote:
> On 26.06.2017 00:05, Ralf Mardorf wrote:
>> On Sun, 25 Jun 2017 23:47:27 +0200, robert wrote:
>>>
>>> proc /proc proc defaults 0 0
>>> /dev/md/0 none swap sw 0 0
>>> /dev/md/1 /boot ext3 defaults 0 0
>>> /dev/md/2 / ext4 defaults 0 0
>>
>> I don't know if there's something to consider regarding the multiple
>> device driver, but apart from this, the steps I described should work
>> without issues. Just in case, is there a special reason why /boot is
>> on ext3 and root is ext4?
>
> finally using toms H's suggestion I could delete some kernels and then
> had enough space to do the upgrade

Good!

Moving "/boot" to "/" isn't worth the hassle - and the empty unused partitions.

Also, you don't need "proc /proc proc defaults 0 0" in "etc/fstab",
unless "defaults" for "/proc" is different from "nodev,noexec,nosuid"
and you want to override the latter.

If you're using upstart, it's mounted by mountall (IIRC, using
"/lib/init/fstab").

If you're using systemd, IIRC, pid 1 has a mount_setup that mounts api
filesystems.




More information about the ubuntu-users mailing list