LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-31-2008, 06:12 PM   #1
cory94bailly
LQ Newbie
 
Registered: Jul 2008
Posts: 8

Rep: Reputation: 0
Can't download any files yet can't delete any either.


http://i38.tinypic.com/11lodfp.png

That pic and the title should be enough info..


What can I do..!??!?!
 
Old 07-31-2008, 06:22 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
You seem to be having a permission problem.


Provide more details about your distro, users, ...

does the user have a home directory?

Read the output of

#man chown
 
Old 07-31-2008, 06:26 PM   #3
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
In Linux every file (directories, devices are all files) has at least one owner. Without suitable permissions others cannot read/write to them.
 
Old 07-31-2008, 06:29 PM   #4
cory94bailly
LQ Newbie
 
Registered: Jul 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Well never mind..

It seems that my computer was full..

I tried running a program with Wine.. it crashed my laptop and needed to be restarted..

I restarted it and got an old error I had once before (a very major one) and I had to re-format the whole thing in-order to get it to run..

I'm not 100% sure but I think the problem is now gone since I formatted everything.. :/
 
Old 07-31-2008, 09:25 PM   #5
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Probably
 
Old 07-31-2008, 09:42 PM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Quote:
It seems that my computer was full..
That is one of the reasons that you should keep your personal files (/home) on a partition of their own.
 
Old 08-01-2008, 04:05 AM   #7
Vasile Sorin
LQ Newbie
 
Registered: Oct 2005
Location: Bucharest-Romania
Distribution: Linux Mint 8 - Helena
Posts: 21

Rep: Reputation: 16
permissions problem.
su as root and change them.
 
Old 08-02-2008, 02:15 AM   #8
mccwho
LQ Newbie
 
Registered: May 2008
Location: Columbus
Distribution: RH, CentOS, Debian, Ubuntu, Mandrevia
Posts: 7

Rep: Reputation: 0
Formating


Formating usually fixes everything. But then so does reinstalling.
Sorry you had to do that.
 
Old 08-02-2008, 02:22 AM   #9
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
He/She very probably did not have to do that.
The default when creating filesystems is to create them with some room to spare (5%) - ony accessible/usable by the root user.
So: even if the filesystem appears to be full - it is only full for users - not for root.
Log in as root - delete the files to make room - voila...
 
Old 08-04-2008, 01:56 AM   #10
FormalLogic
LQ Newbie
 
Registered: Mar 2008
Posts: 10

Rep: Reputation: 0
Thanks

Thanks jomen,
I was just browsing when I came accross this. I am glad you reminded me of this "feature". By the way, is this a general rule or is this only on a specific distro?
 
Old 08-04-2008, 02:33 AM   #11
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Any distro, its a matter of putting /root on its own partition. On a prodn system you'll usually/often find /var is on its own partition for the same reason ie that's where most logging goes, so most likely to fill up first. Doesn't stop people logging on.
 
Old 08-04-2008, 03:43 AM   #12
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
I have to slightly disagree - it seems weare talking about different things:
when a ext2/ext3 filesystem is created and there is no -m option given to mkfs.ext2/mkfs.ext3 then, by default, it will be created with 5% of the space only accessible to the root user - this has nothing to do with separate partitions.
Quote:
-m reserved-blocks-percentage
Specify the percentage of the filesystem blocks reserved for the super-user. This avoids fragmentation, and allows root-owned daemons, such
as syslogd(8), to continue to function correctly after non-privileged processes are prevented from writing to the filesystem. The default
percentage is 5%.
I'm not sure (I don't know) how creating another filesystem like reiserfs ... handles this.
Separate important system partitions can also help preventing a user completely filling up a filesystem because he has no write permissions on them anyway.
In both cases - root can still fill anything up.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Script help - delete files older than 45 days but exclude the system files jojothedogboy Linux - Software 3 06-13-2008 03:43 PM
Download Manager - download BIG files AndrewMSConvert Linux - General 3 11-09-2003 06:26 AM
VSFTPD virtual user can upload, delete, but not download ! exalik Linux - Networking 2 10-20-2003 09:28 AM
How to delete the destination files while the source files deleted in cp -u ? myunicom Linux - General 4 09-26-2003 01:13 PM
VSFTP allowing upload/download but not DELETE joelf Red Hat 2 09-25-2003 12:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration