Find the answer to your Linux question:
Results 1 to 3 of 3
I have made a persistent live usb of suse 11.2 using a '.iso' file. Now when i boot from the Live usb, the file system appears read only. I want ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    1

    Talking Persistent Live USB

    I have made a persistent live usb of suse 11.2 using a '.iso' file.
    Now when i boot from the Live usb, the file system appears read only.

    I want do some modifications in the files.

    Can anyone help me with this, please........

  2. #2
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    It could be done with grub, by putting the the commands in the kernel line. after the kernel line you should see root=(drive location) then you can add ro after that to make it read write.

    you should be able to remount the drive with the ro permissions so you can modify files.

    umount (drive location)
    mount (drive location) -t (drive format) -w (mount location)

  3. #3
    Linux User
    Join Date
    Sep 2008
    Location
    UK
    Posts
    353
    Have a look at this:
    SDB:Live USB stick - openSUSE

Posting Permissions

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