The tag has no wiki summary.

learn more… | top users | synonyms

-8
votes
1answer
44 views

Make a directory show up as a mount point [closed]

How can I make a directory in Linux show up as a mount point so users can see it with df?
0
votes
0answers
40 views

Mount updates /proc/mount but not /etc/mtab, making partition not show up in df, mount listing

I'm on RHEL 6. I created some partitions using parted, formatted them using mke2fs, and mounted them using mount. I also added them to /etc/fstab. However, they do not show up in the mount or df ...
2
votes
2answers
61 views

crontab — No space left on device

crontab -e /tmp/crontab.KxTGwK: No space left on device and df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 955486988 157545404 749405676 18% / tmpfs ...
1
vote
2answers
116 views

Ubuntu server: hard drive always full

I have a 50GB vps when I run df I get Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 49982172 46580100 863064 99% / none 507212 ...
2
votes
1answer
138 views

df showing wrong disk usage - disk corrupted

I'm getting a rather odd result from df from one of my disks using mdadm. It's setup as 4 of 2TB disks in raid 10. # df Filesystem Size Used Avail Use% Mounted on /dev/md2 ...
-1
votes
1answer
57 views

Inconsistency between “du -sh” and “df -h” [duplicate]

Possible Duplicate: du vs. df difference I am running a server with Debian stable. If I call: df -h this is the result I get: Filesystem Size Used Avail Use% Mounted on ...
0
votes
3answers
64 views

How to view if partitions primary or secondary in Linux

How do I view my partitions if they are primary or secondary in Linux CentOS? I tried df -T but it does not show if partitions are primary or secondary. Thanks.
-1
votes
1answer
81 views

I can't find the ghosts taking up space on my hard drive [duplicate]

Possible Duplicate: How do I find out what is using up all the space on my / partition? No Free disk space $df -h returns /dev/sda1 16G 16G 0 100% / tmpfs ...
1
vote
0answers
81 views

command line LVM issue on CentOS 5

I am able to create from using lvm GUI to do as follows: /dev/var-v0l/var /var ext3 defaults 1 2 /dev/varopt-vol/var-opt /var/opt ext3 defaults 1 2 ...
2
votes
1answer
58 views

Folder's taking up way more than it should

My server is chugging along with a 5GB drive, and unfortunately, it's 100% full. Going to delete some files, I notice that my Dropbox's taking up way more than it should. du -hs * returns: ...
3
votes
2answers
151 views

df -h overreports disk space on VPS

When I run the command df -h on my new Ubuntu linux vServer I get the following: # df -h Filesystem Size Used Avail Use% Mounted on /dev/hdv1 466G 33G 434G 7% / none ...
2
votes
1answer
1k views

Ubuntu “No space left on device” for /home, df shows 100% full, ds shows much, much less [duplicate]

Possible Duplicate: Linux different size for df and du for root partition On an Ubuntu 12.04 server, normal users can no longer create or add to files in /home, encountering a "No space ...
-1
votes
2answers
368 views

df command show no output

I'm running the linux distro on my server.When i want to verify the size of the disk, i'm issuing this commnand to get the output. df -h But it does not produce ANY output.Strangely enough when ...
0
votes
1answer
106 views

Weird DF ourput in Red Hat 5.4 - Used < Size, but 0 available?

I have a server with two LUN's mounted from a local SAN. I have a configuration file in place for the vendor software we're using (splunk) that defined the size of the second LUN, but I had ...
1
vote
2answers
648 views

gzip “No space left on device”

Using gzip 1.3.12 / ubuntu 64bit I am getting "No space left on device" yet there appears to be plenty of disk space remaining. gunzip 03-05-2012--22-52-01.tar.gz gzip: 03-05-2012--22-52-01.tar: No ...
0
votes
1answer
153 views

Whats the output format of “df -ki” in AIX?

I just wanna know the output format (the order of columns) when running the command df -ki in an AIX system. I dont have access to an AIX system , and since it doesnt run on x86 machines , i cant try ...
1
vote
1answer
1k views

Disk space usage doesn't add up with df & du

I'm trying to free up some disk space - if I do a df -h, I have a filesystem called /dev/mapper/vg00-var which says its 4G, 3.8G used, 205M left. That corresponds to my /var directory. If I descend ...
1
vote
1answer
77 views

Server was ok for space on /, ran du -s, now server is at 100% usage on /

Our server running RHEL 4 apparently ran out of space today. It was working fine and I decided to run a du -s on an unused directory of files to see how much space we would free deleting it. Upon ...
9
votes
1answer
414 views

Why does df shows only half the size of a RAID10 array?

I've created a RAID10 array using 4 75G drives, to create a storage of 150G. After everything finished (including the initial syncing), everything looked good except the output of df -h which showed ...
0
votes
2answers
321 views

df showing wrong size on opensuse in brand new disk

I have just installed a new 2TB disk, but "df -h" shows only 1.8TB - total size, and 1.7TB of free space. I have not used the disk yet. I realized it after I ran "mke2fs -t ext4". Here are some ...
1
vote
2answers
184 views

Logwatch Disk Space Usage is Wrong/Stale

I have a RHEL 5 server that recently ran out of disk space and now our Logwatch for the server reports the following disk usage (I think this is the last accurate night before the /var partition ...