Hi John,

Just listing the files and directories in your data directory won't 
tell you (or anyone else here) if you're out of disk space.

Try:
$ df -k
to show your disk free space in K.

or, if you're in a directory, try
$ du -sk *
to show you a disk usage summary, in K, of the things in the directory.


At 14:41 -0600 2001/12/17, John Lepone wrote:
>I don't think I'm out of room on the volume.  Below is the directory
>listing:
>
>-rw-rw----    1 mysql    mysql           0 Dec 13 07:09 mandrake-bin.001
>-rw-rw----    1 mysql    mysql           0 Dec 13 07:12 mandrake-bin.002
>-rw-rw----    1 mysql    mysql           0 Dec 13 07:17 mandrake-bin.003
>-rw-rw----    1 mysql    mysql           0 Dec 13 14:42 mandrake-bin.004
>-rw-rw----    1 mysql    mysql           0 Dec 13 15:25 mandrake-bin.005
>-rw-rw----    1 mysql    mysql           0 Dec 14 03:20 mandrake-bin.006
>-rw-rw----    1 mysql    mysql           0 Dec 17 02:31 mandrake-bin.007
>-rw-rw----    1 mysql    mysql           0 Dec 17 02:31 mandrake-bin.index
>-rw-r--r--    1 mysql    root         2874 Dec 17 02:31 mandrake.err
>-rw-rw----    1 mysql    mysql           0 Dec 17 02:31 mandrake.pid
>-rwxr-xr-x    1 root     root         2530 Dec 13 07:08 my.cnf*
>drwx--x--x    2 mysql    mysql        4096 Dec 12 00:24 mysql/
>srwxrwxrwx    1 mysql    mysql           0 Dec 17 02:31 mysql.sock=
>drwxr-xr-x    2 mysql    mysql        4096 Dec 17 09:17 test/

HTH
/rob

--
Robert Alexander  ([EMAIL PROTECTED])  416-823-6599
http://www.workmate.ca  WWW Database Applications and Web Hosting

Searchable MySQL List Archive: http://archive.workmate.ca/myarchive

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to