Results 1 to 5 of 5

Thread: Full hard drive cannot allow login in ubuntu

  1. #1
    Join Date
    Oct 2010
    Posts
    56

    Full hard drive cannot allow login in ubuntu

    Hi all, I am using the Ubuntu Linux into my system. My problem is that the storage for my hard drive is full and so I am not able to login to the system as I usually login. Therefore, I want to know that if there is any method by which I can login into command line. If I can do that then I will delete some files from my hard drive and it will free some space in my disk. Whenever I tried to login to the system it takes me back to the login screen.

  2. #2
    Join Date
    May 2008
    Posts
    859

    Re: Full hard drive cannot allow login in ubuntu

    You should press the key ALT + CTRL + F1 and from there you can login to the system with your username and password. Below is the code that you can use.
    Code:
    sudo su - 
    df -h 
    cd / 
    du -s * |sort -n |less
    After logging into the system you should delete the files that are not needed for you. And free the space as much as possible. Now logoff again and this time you will be able to login without any problem.

  3. #3
    Join Date
    May 2008
    Posts
    962

    Re: Full hard drive cannot allow login in ubuntu

    I don’t think that above posted solution will help for you. You should go to console and login from there. To do that you have to press ctrl + alt + F2 and it will let you to console. Provide the username and the password. Login to system and now you can delete the files that you want to free the memory. After that you can press alt + F7 key and this will let you to back to the GUI login screen. I hope this will help you.

  4. #4
    Join Date
    May 2008
    Posts
    991

    Re: Full hard drive cannot allow login in ubuntu

    You can follow the steps below to login as a different user.

    1. First of all you have to start your computer in recovery mode. You can do this by pressing the restart button and press Esc key while it is booting. From the setup menu, you have to select recovery mode. This will open the terminal session as root.
    2. Here you have to add new user in command line.
    3. You have to provide sudo/root access to this user. You can type usermod -G admin followed by the name of the user that you have created.
    4. Now you should press ctrl + d and this will show you the login screen. From here you have to login as new user.

  5. #5
    Join Date
    May 2008
    Posts
    1,020

    Re: Full hard drive cannot allow login in ubuntu

    I think that the Ubuntu that is installed in your computer is corrupted. As there is very less chance for this but still it is possible. If that is the case then you have to install the Ubuntu again. IF possible then download it again and don’t use the old setup. Install the newly downloaded setup and this may solve the problem for you. Take it as the last option if nothing helps you.

Similar Threads

  1. Replies: 13
    Last Post: 11-05-2012, 10:48 AM
  2. How to erase full hard drive.
    By Donatien in forum Hardware Peripherals
    Replies: 5
    Last Post: 25-04-2012, 06:53 AM
  3. hard drive almost full
    By Michael Courter in forum Windows Server Help
    Replies: 5
    Last Post: 31-03-2011, 08:01 AM
  4. Full capacity of the Hard drive not seen on MAC desktops
    By Panchu in forum Hardware Peripherals
    Replies: 3
    Last Post: 10-12-2009, 09:28 PM
  5. Vista wont detect my Hard Drive On full Install???
    By flooringguy in forum Operating Systems
    Replies: 11
    Last Post: 04-11-2008, 10:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,970,441.65739 seconds with 17 queries