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 ...
- 05-04-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
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........
- 05-25-2010 #2
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)
- 05-27-2010 #3Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
Have a look at this:
SDB:Live USB stick - openSUSE


Reply With Quote