W*******t 发帖数: 317 | 1 【 以下文字转载自 Internet 讨论区,原文如下 】
发信人: Willgetit (不断努力), 信区: Internet
标 题: Ftp 上传文件的问题
发信站: The unknown SPACE (Sun Sep 15 00:17:30 2002) WWW-POST
用ftp上传文件到服务器,老是出现
452 Error writing file: Disc quota exceeded。
但是管理员说我的帐户有30M的,我上传第一个文件就不行,应该不是空间的问题,请问
高手可能还有什么其他原因呢?用Windows的ftp和cuteftp都不行。
BTW, 用什么命令可知道自己的空间量,谢谢了。 | c********l 发帖数: 447 | 2 Under Sun Solaris:
To check your quota, type:
quota -v yourusername
To check the system disk usage, type:
du -k dirname
(let's say your home directory is /home/grad/username, you should try:
du -k /home/grad)
From the information you provided, there are two possbilities:
1. You are over quota
2. There are not enough disk space under the system, such as /home/grad
Probably it's because of the first reason, it's very easy to use more than
30M for a grad student, I use 180M, and many other students
【在 W*******t 的大作中提到】 : 【 以下文字转载自 Internet 讨论区,原文如下 】 : 发信人: Willgetit (不断努力), 信区: Internet : 标 题: Ftp 上传文件的问题 : 发信站: The unknown SPACE (Sun Sep 15 00:17:30 2002) WWW-POST : 用ftp上传文件到服务器,老是出现 : 452 Error writing file: Disc quota exceeded。 : 但是管理员说我的帐户有30M的,我上传第一个文件就不行,应该不是空间的问题,请问 : 高手可能还有什么其他原因呢?用Windows的ftp和cuteftp都不行。 : BTW, 用什么命令可知道自己的空间量,谢谢了。
|
|