Results 1 to 6 of 6
Hey all,
I'm looking for a free live linux CD, that includes most of the normal stuff, and allows the user to write to the harddrive, and permentantly save files ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-22-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
Live CD question
Hey all,
I'm looking for a free live linux CD, that includes most of the normal stuff, and allows the user to write to the harddrive, and permentantly save files creatred using the live CD.
Any ideas?
- 08-22-2006 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Here's a listing of live-cds you can look through and pick the one you like:
http://www.frozentech.com/content/livecd.phpoz
- 08-22-2006 #3
It should be noted that as long as a hard drive is mounted rw, any LiveCD can write to it.
- 08-23-2006 #4Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
I've tried changing the folder permissions(by right clicking on the folder), I get a error message that I can't. Different messages with different distros.
Is there a way to "force" the change?
- 08-23-2006 #5
hi steelbender !!!
writing in FAT32 is not a problem at all... as Cabhan wrote "try rw"...
for linux... you can't...
even if you mount as "rw"... permission problems...
by default, others have only read and execute permission... boot up HardDisk's OS... log in as root... change the permissions to write for others... use LiveCd to write....
<=== { casper } ===>It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-23-2006 #6
Right. You actually have to remount the drive.
First off, let it be noted that writing to NTFS is essentially unsupported, so you won't have luck with this. If you have FAT32, then you need to do this. Note that I'm assuming you want /dev/hda1: if I'm wrong, change it. Do the following from a terminal, as root (run the 'su' command to become root):
We have now remounted /dev/hda1 with rw permissions and accessible to all users.Code:umount /dev/hda1 mount -o rw,users /dev/hda1
Let us know how that goes.


Reply With Quote
