+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Member
    Join Date
    Aug 2011
    Posts
    18
    Thanks
    0
    Thanked 1 Time in 1 Post

    Angry installing ubuntu, mounting

    how do i fix this -
    i get this:
    "/bin/sh: can't create /etc/fstab: read-only file system"
    when i type this in:
    mount -o remount,rw /
    then
    echo "/dev/mapper/store-ext3fs /media/ext3fs ext3 noatime,data=writeback 0 0" >> /etc/fstab


  2. #2
    Regular Member
    Join Date
    Oct 2011
    Posts
    59
    Thanks
    20
    Thanked 4 Times in 4 Posts
    Did you run these 2 first??


    mount -o remount,rw /
    mkdir -p /media/ext3fs
    Last edited by Free Mail; 02-19-2012 at 10:44 PM.

  3. #3
    Member
    Join Date
    Aug 2011
    Posts
    18
    Thanks
    0
    Thanked 1 Time in 1 Post
    yes I did that but I decided to remove it all so I may try to install it another time it would be better to start from scratch anyway. Thanks anyway.

  4. #4
    Regular Member
    Join Date
    Oct 2011
    Posts
    59
    Thanks
    20
    Thanked 4 Times in 4 Posts
    that directory (ext3fs) is needed

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32