Results 1 to 3 of 3

Thread: Please Help With Permissions

  1. #1
    Join Date
    Nov 2008
    Beans
    444
    Distro
    Ubuntu 10.04 Lucid Lynx

    Please Help With Permissions

    Everything was fine last night but today when I came home from work my hard drive that I have mounted to a folder has the lock symbol on it. I checked the permissions via "sudo nautlius" and they are correct. What happened???

  2. #2
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Please Help With Permissions

    Probably an error occurred and the partition was remounted read only.

    Unmount it and check it for errors. You can use gparted or the e2fsck command.

    Code:
    sudo unmount /dev/sdXY
    Code:
    sudo e2fsck -C0 -p -v -f /dev/sdXY
    replace /dev/sdXY with the actual device name.
    Last edited by sisco311; November 9th, 2009 at 11:39 PM.

  3. #3
    Join Date
    Nov 2008
    Beans
    444
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Please Help With Permissions

    Quote Originally Posted by sisco311 View Post
    Probably an error occurred and the partition was remounted read only.
    Unmount it and check it for errors. You can use gparted or the e2fsck command.
    Code:
    sudo unmount /dev/sdXY
    Code:
    sudo e2fsck -C0 -p -v -f /dev/sdXY
    replace /dev/sdXY with the actual device name.
    Thanks. I ran "sudo umount /dev/sda1" like you suggested and tested it with no errors. I then rebooted it and it is working fine. Still scratching my head though on why it happened to begin with. I did not shut down or reboot between the time it was working and the time it stopped. Thanks Again

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
  •