Results 1 to 7 of 7

Thread: Root is read-only from boot-up

  1. #1
    Join Date
    Aug 2007
    Location
    Scotland
    Beans
    168
    Distro
    Ubuntu Karmic Koala (testing)

    Root is read-only from boot-up

    Not quite an absolute newbie, but having problems.

    When I open a file browser (nautilus) and go to filesystem, it shows as read-only. I can't change this, either as sudo or su. I added a new user, and if I log in as that one, everything is as it should be, but of course with a different home.

    Any ideas why this has happened? I did a new install and everything was ok, but the problem has re-occurred.

    code:

    root@ubuntu:/etc# cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda3
    UUID=f62e3f18-02e0-486f-b46a-54a67f105f08 / ext3 relatime,errors=remount-ro 0 1
    # /dev/sda4
    UUID=d3dd670e-5b93-4d68-a2de-445b5a31e3ec none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
    # hopefully this will get share partition mounted at boot
    /dev/sda2 /media/disk-6 vfat rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=10 00,utf8,umask=077,flush 0 0
    # same for windows partition mounted at boot
    #/dev/sda1 /media/25_02_42_ fuseblk rw,nosuid,nodev,noatime,allow_other,blksize=4096 0 0

    And maybe somebody can tell me how to post code in these messages?

    Salaam/Shalom/Shanthi/Dorood/Peace
    -ed
    Asus 1005HA CPU:N280 HDD:160G RAM:2G Ubuntu 10.04 and/or Mint 9

    Also have decrepit Fujitsu-Siemens Amilo D 1845 [now half-bricked by upgrade ]
    知 者 不 言。言 者 不 知。

  2. #2
    Join Date
    Aug 2007
    Location
    Scotland
    Beans
    168
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Root is read-only from boot-up

    I also cannot get it to accept a blank cd or dvd for backing up, and it won't recognise most cds or dvds, but will boot from a recovery or system restore disk, and will boot from my 8.04 live cd.

    I can get it to read a cd if I mount it as sudo in a terminal.

    Puzzled
    ed
    Asus 1005HA CPU:N280 HDD:160G RAM:2G Ubuntu 10.04 and/or Mint 9

    Also have decrepit Fujitsu-Siemens Amilo D 1845 [now half-bricked by upgrade ]
    知 者 不 言。言 者 不 知。

  3. #3
    Join Date
    Aug 2007
    Location
    Scotland
    Beans
    168
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Root is read-only from boot-up

    bump!

    Still doing it. Tried fsck from live cd

    Code:
    ubuntu@ubuntu:~$ sudo fsck -rfv /dev/sda3
    fsck 1.40.8 (13-Mar-2008)
    e2fsck 1.40.8 (13-Mar-2008)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
      162417 inodes used (9.58%)
        7907 non-contiguous inodes (4.9%)
             # of inodes with ind/dind/tind blocks: 19107/445/0
     3514095 blocks used (51.83%)
           0 bad blocks
           1 large file
    
      129299 regular files
       15777 directories
          69 character device files
          26 block device files
           2 fifos
         465 links
       17209 symbolic links (16138 fast symbolic links)
          26 sockets
    --------
      162873 files
    ubuntu@ubuntu:~$
    Will now reboot from hdd and see, but I'm not optimistic.
    ;-(
    ed
    Asus 1005HA CPU:N280 HDD:160G RAM:2G Ubuntu 10.04 and/or Mint 9

    Also have decrepit Fujitsu-Siemens Amilo D 1845 [now half-bricked by upgrade ]
    知 者 不 言。言 者 不 知。

  4. #4
    Join Date
    Jun 2006
    Location
    Solihull, UK
    Beans
    1,413

    Re: Root is read-only from boot-up

    Could you please provide the output of the following please:
    Code:
    sudo fdisk -l
    ls -l /dev/disk/by-uuid/
    Thanks

  5. #5
    Join Date
    Aug 2007
    Location
    Scotland
    Beans
    168
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Root is read-only from boot-up

    Thanks for your reply, Chris.
    Code:
    ed@ubuntu:~$ sudo fdisk -l
    [sudo] password for ed: 
    
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x05790579
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        4810    38636293+   7  HPFS/NTFS
    /dev/sda2            4811        6093    10305697+   b  W95 FAT32
    /dev/sda3            6094        9469    27117720   83  Linux
    /dev/sda4            9470        9724     2048287+  82  Linux swap / Solaris
    ed@ubuntu:~$ ls -l /dev/disk/by-uuid/
    total 0
    lrwxrwxrwx 1 root root 10 2008-07-04 17:19 46BF-48D9 -> ../../sda2
    lrwxrwxrwx 1 root root 10 2008-07-04 17:19 883C7B3E3C7B267A -> ../../sda1
    lrwxrwxrwx 1 root root 10 2008-07-04 17:19 d3dd670e-5b93-4d68-a2de-445b5a31e3ec -> ../../sda4
    lrwxrwxrwx 1 root root 10 2008-07-04 17:19 f62e3f18-02e0-486f-b46a-54a67f105f08 -> ../../sda3
    ed@ubuntu:~$
    Any ideas?
    ed
    Asus 1005HA CPU:N280 HDD:160G RAM:2G Ubuntu 10.04 and/or Mint 9

    Also have decrepit Fujitsu-Siemens Amilo D 1845 [now half-bricked by upgrade ]
    知 者 不 言。言 者 不 知。

  6. #6
    Join Date
    Jun 2006
    Location
    Solihull, UK
    Beans
    1,413

    Re: Root is read-only from boot-up

    After re-reading your original description, I'm not sure I fully understand your problem. Are you saying that this only happens with one user? If you are, then this is likely to be a permissions issue as opposed to the disk being read-only.

    Could you please take me through the steps to reproduce your problem (be specific, ie - specify locations in the file system and error messages that appear)

    Thank you for your patience.

  7. #7
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Root is read-only from boot-up

    EDITED: Sorry, I misread the original question when I first answered. I don't have anything to add, but since I can't delete my post, I wish you best of luck in sorting it out.
    Last edited by caljohnsmith; July 6th, 2008 at 11:08 PM.

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
  •