Home dir FULL

Ron Scott-Adams ron at tohuw.net
Fri Feb 14 13:09:16 UTC 2014


You could. I’d make it a soft link. Also, why not put home on another partition? If it’s taking up the most space, it makes sense to me to have it separate, so you can either move it to another disk easily, or start it out on a disk with more free space. It’s relatively trivial to do.


Ron Scott-Adams
ron at tohuw.net
"Soap and education are not as sudden as a massacre, but they are more deadly in the long run." (Mark Twain)




On Feb 14, 2014, at 2:43 AM, Herman Aalderink <hermanaa at gmail.com> wrote:

> On Thu, 2014-02-13 at 22:52 -0500, Ron Scott-Adams wrote:
>> It looks like you attempted to use /media/ban1home_ for your home
>> directory (/dev/sdb6). However, you have /dev/sda9 set as the root
>> partition, and have not mapped home anywhere else, so it’s going where
>> the rest of your files go.
> 
> All is working afaict. Except no space in HOME.
> Evolution requires pruning when the problem comes up again.
> 
> Update manager says (I tried a while ago):
> The upgrade needs a total of 627 M free space on disk '/'. Please free
> at least an additional 370 M of disk space on '/'. Empty your trash and
> remove temporary packages of former installations using 'sudo apt-get
> clean'.
> -------------
> 
> my idea was:
> Can I just MOVE the .evolution dir to my data-partition and put a
> LINK in home?
> 
> 
> herman1 at Bel2013:~$ sudo cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # Use 'blkid' to print the universally unique identifier for a
> # device; this may be used with UUID= as a more robust way to name
> devices
> # that works even if disks are added and removed. See fstab(5).
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    nodev,noexec,nosuid 0       0
> # / was on /dev/sdb9 during installation
> UUID=89b1bd66-b374-471c-9864-10af4a8625d2 /               ext4
> errors=remount-ro 0       1
> # swap was on /dev/sda8 during installation
> UUID=0a4d591b-abb2-4c70-aa0a-a9db46212ead none            swap    sw
> 0       0
> # swap was on /dev/sdb8 during installation
> UUID=24f4af5e-9307-4004-91fe-8b4201f605b1 none            swap    sw
> 0       0
> /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0
> 0
> herman1 at Bel2013:~$ 
> -----------------------------------------
> 
> 
> herman1 at Bel2013:~$ sudo blkid
> [sudo] password for herman1: 
> /dev/sda1: LABEL="H74P1" UUID="f1a17756-ded6-42db-898f-c8760e53ed67"
> TYPE="ext2" 
> /dev/sda2: LABEL="H74P2" UUID="3046c1e1-3fd7-4279-92d5-ba2309a6381f"
> TYPE="ext2" 
> /dev/sda5: LABEL="H74P5" UUID="3507902c-b845-4da5-abbe-0ebb2257c20d"
> TYPE="ext2" 
> /dev/sda6: LABEL="H74P6" UUID="6ab97aa0-472e-4b3c-b5ca-de6b93212ff5"
> TYPE="ext2" 
> /dev/sda7: LABEL="H74P7" UUID="5509a3c9-8ac4-4537-a6f5-ee0750e724f6"
> TYPE="ext2" 
> /dev/sda8: UUID="24f4af5e-9307-4004-91fe-8b4201f605b1" TYPE="swap" 
> /dev/sda9: UUID="89b1bd66-b374-471c-9864-10af4a8625d2" TYPE="ext4" 
> /dev/sdb1: LABEL="ban1" UUID="1c0c031b-ce33-4ae0-a1a2-7ce7b9eaa0c0"
> TYPE="ext4" 
> /dev/sdb3: LABEL="ban6" UUID="515c3f20-6b96-4b2c-8e15-9d15cf44ec15"
> TYPE="ext4" 
> /dev/sdb4: LABEL="ban7" UUID="be324241-3136-476a-a5cf-72552c799c8b"
> TYPE="ext4" 
> /dev/sdb5: LABEL="ban1bulk" UUID="a0f87002-2741-41c4-845a-60b51d293689"
> TYPE="ext4" 
> /dev/sdb6: LABEL="ban1home" UUID="01a24467-6141-4730-bd62-b332a8019151"
> TYPE="ext3" 
> /dev/sdb7: LABEL="ban4" UUID="5ef3802f-6bcf-4dc6-ab09-ca3c975a1cbf"
> TYPE="ext4" 
> /dev/sdb8: UUID="0a4d591b-abb2-4c70-aa0a-a9db46212ead" TYPE="swap" 
> /dev/sdb9: UUID="b74b58a8-8cb2-4284-89db-92515982841f" TYPE="ext4" 
> /dev/sdc1: LABEL="FLASH DRIVE" UUID="3B54-AA15" TYPE="vfat" 
> herman1 at Bel2013:~$ 
> -----------------------------------------------
> 
> 
> 
> herman1 at Bel2013:~$ sudo fdisk -l
> [sudo] password for herman1: 
> 
> Disk /dev/sda: 80.0 GB, 80026361856 bytes
> 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x0009483d
> 
>   Device Boot      Start         End      Blocks   Id  System
> /dev/sda1   *          63    22233959    11116948+  83  Linux
> /dev/sda2        22233960    46115879    11940960   83  Linux
> /dev/sda3        46116862   156296384    55089761+   5  Extended
> /dev/sda5        64597428   101289824    18346198+  83  Linux
> /dev/sda6       101289888   123523784    11116948+  83  Linux
> /dev/sda7       123523848   152103419    14289786   83  Linux
> /dev/sda8       152103483   156296384     2096451   82  Linux swap /
> Solaris
> /dev/sda9        46116864    64595967     9239552   83  Linux
> 
> Partition table entries are not in disk order
> 
> Disk /dev/sdb: 82.3 GB, 82348277760 bytes
> 255 heads, 63 sectors/track, 10011 cylinders, total 160836480 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x0002f33f
> 
>   Device Boot      Start         End      Blocks   Id  System
> /dev/sdb1   *          63    21543164    10771551   83  Linux
> /dev/sdb2        21543289   125306999    51881855+   5  Extended
> /dev/sdb3       125307000   135958094     5325547+  83  Linux
> /dev/sdb4       135958095   160826714    12434310   83  Linux
> /dev/sdb5        53576775    85963814    16193520   83  Linux
> /dev/sdb6        21543291    53576774    16016742   83  Linux
> /dev/sdb7        85963878   105472302     9754212+  83  Linux
> /dev/sdb8       118447308   125306999     3429846   82  Linux swap /
> Solaris
> /dev/sdb9       105474048   118446079     6486016   83  Linux
> 
> Partition table entries are not in disk order
> 
> Disk /dev/sdc: 7731 MB, 7731314688 bytes
> 71 heads, 7 sectors/track, 30382 cylinders, total 15100224 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0xc3072e18
> 
>   Device Boot      Start         End      Blocks   Id  System
> /dev/sdc1            8064    15100223     7546080    c  W95 FAT32 (LBA)
> herman1 at Bel2013:~$ 
> -----------------------------------------------
> 
> Herman N0JN in Philippines.
> 
> 
> 
> -- 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20140214/95f9d987/attachment.html>


More information about the ubuntu-users mailing list