whm1974:
I’m trying to backup /home/user to my backup drive using MC(Midnight Commander) and shortly after it starts I keep getting the Message I’m out of space on / .
Now I have / and /home on separate partitions. I recovered some space by remove stuff using Pamac but what is causing the lack of space in the first place?
I am guessing that your backup drive wasn’t actually mounted, and therefore, that instead of writing to the backup drive, you were in fact filling up the directory on the root filesystem that is meant to serve as the drive’s mountpoint.
Sideways related, you might find the following very well written tutorials by an experienced and helpful user (who shall not be named) of some value…
Difficulty: ★★★☆☆
Introduction
As you should all already know by now, GNU/Linux is a FLOSS variant of the UNIX operating system design, and UNIX does not know the concept of drive letters, nor does it approach storage from the vantage of having different volumes. Instead, everything is mounted into a uniform directory hierarchy, so that regardless of what physical medium any particular group of files resides on ─ even if this physical medium is actually located in another computer across the …
Difficulty: ★★☆☆☆
1. INTRODUCTION
Microsoft Windows started its life as a graphical user interface on top of MS-DOS, a 16-bit single-user, single-tasking operating system that in turn originated as 86DOS, an unauthorized 16-bit rewrite (by Tim Paterson of Seattle Computer) of Digital Research’s originally 8-bit CP/M operating system. Both CP/M and MS-DOS were at the time developed for computers that did not support any other storage media than floppy disks.
Considering this legacy, Microsof…
2 Likes