View Single Post
Old 11-20-2004, 03:45 PM   #1 (permalink)
CSflim
Sky Piercer
 
CSflim's Avatar
 
Location: Ireland
New to Linux, and I have a few questions...

I am new to Linux. I found the New To Linux? Want To Try It? Read here! thread to be very helpful. Thanks a bunch to all who contributed to it; your efforts are appreciated!

I installed Fedora Core 1 a few weeks ago, and am so far very impressed but I have a few questions.

1. How do I make a boot disk?
I had to re-install the OS, and the second time round I didn't make a boot disk, and of course my original one does not work now. After a search on google I found I was to use the mkbootdisk command, but I got a "command not found" error. (Strangely there is still a man entry for this command).
Do I have to install a package to get this utility? If I can't do this, how can I make a boot disk?

2. How can I grant write permission on my windows partition?
My system is dual booted with windows. I have one of my windows partitions (FAT32) mounted under linux as /mnt/win and I can read files from it perfectly. However, I cannot write to this partition without root privledges, but would like to be able to access it as a regular user, but chmod fails:
[root@localhost win]# chmod 777 newfile.txt
chmod: changing permissions of `newfile.txt' (requested: 0777, actual: 0755): Operation not permitted
[root@localhost win]#

3. Can I have Mozilla use the same profile under Windows and Linux?
I would like to have the same bookmarks, history, and settings enabled when I run Mozilla under either OS. (Obviously I would need to solve the permissions problem above) What I would like to do is to move my Windows Mozilla profile onto the shared partition (its currently on a different partition), and then set up Mozilla under Linux to use this profile. Can this be done? And more importantly should this be done? Is it a bad idea?

That's all my questions for now. Thanks.
__________________
CSflim is offline  
 

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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62