/var is in the root partition. When you ask the system how much space is left in /var/snd, it tells you how much space is left in the partition it's a part of. Looks like there was only 39 MB available there when you did the df -h. Except for /var/snd there shouldn't be anything in the root partition that's very big.

My guess is that /var/snd has used up most of that space and you need a drive dedicated to /var/snd.

The real question is, where did your 1.5 TB go? If you add up all the mounted partitions listed in the df you did, it's less than 70 GB. You've got 1.4 TB missing. Maybe the system made a partition for /var/snd and it didn't get used?

For some further exploration, do an lsblk to see the device name of the drive. Then do a cfdisk /dev/<drive name from the lsblk. Like cfdisk /dev/sda >. There should be partitions that add up to the missing space.

If there's a 1.4 TB partition you've found your new home for /var/snd. Change the name of /var/snd to /var/old-snd. Create a mount point for /var/snd (mkdir /var/snd) and change it's permissions and ownership to match the /var/old-snd. In /etc/fstab make an entry for /var/snd using the empty partition you found. Mount your new /var/snd (sudo mount -a). You can use tar or rsync to copy all the existing sound files over to their new home.

That should give you more space to keep sound files in and it will then show up when you do a df -h so you can easily keep track of it.

- Bill

On 11/27/19 8:20 AM, Mark Murdock wrote:
Here's the output from df -h:

Filesystem               Size  Used Avail Use% Mounted on
devtmpfs                 3.8G     0  3.8G   0% /dev
tmpfs                    3.8G     0  3.8G   0% /dev/shm
tmpfs                    3.8G   98M  3.7G   3% /run
tmpfs                    3.8G     0  3.8G   0% /sys/fs/cgroup
/dev/mapper/centos-root   50G   50G   39M 100% /
/dev/sda2               1014M  343M  672M  34% /boot
/dev/mapper/centos-home  1.4T  4.5G  1.4T   1% /home
/dev/sda1                200M   12M  189M   6% /boot/efi
tmpfs                    771M  4.0K  771M   1% /run/user/42
tmpfs                    771M  8.0K  771M   1% /run/user/1001

Mark

-----Original Message-----
From: rivendell-dev-boun...@lists.rivendellaudio.org 
<rivendell-dev-boun...@lists.rivendellaudio.org> On Behalf Of Cowboy
Sent: Wednesday, November 27, 2019 4:17 AM
To: 'rivendell-dev@lists.rivendellaudio.org' 
<rivendell-dev@lists.rivendellaudio.org>
Subject: Re: [RDD] RDImport

On Wed, 27 Nov 2019 01:00:27 +0000
Mark Murdock <m...@celebrationradio.com> wrote:

drive is a 1.5 TB drive, and there's plenty of space left on it, but
when I looked at the properties of /var/snd it said that 49.5 GB had
been used of 53.7 GB, and that there is only 133 MB left (99% used).
Is there a way to expand the space allocated for /var/snd? Is there a solution 
for this?
  The solution depends on the problem !
  You've described the symptom. ;-)

  Please post the output from
  df -h

--
Cowboy

See more of your friends.
Become a nudist !

_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

--
Bill Putney - WB6RFW

District 2 Commissioner - Port of Port Townsend
Chief Engineer - KPTZ
El Jefe de Contenido - Port Townsend Film Festival
Private Pilot-Single Engine Land | Airframe & Powerplant Mechanic / Inspection 
Authorization

_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to