| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
I'm completely new to linux and installed FC5 in my system's Primary slave 2nd HDD. The other operating system I have is Win XP Pro in the Primary Master 1st HDD. There are some partitions in both my HDD in NTFS and some are in FAT32. The Linux is in a partition formatted as ext3 filesystem. My problems are: 1. When I try to mount any of the other partitions I get a error massege at the terminal window. I checked the folder /dev/by-label, all the partitions are showing but all of them with a RED round mark (striked at the middle, obliquely). So can Linux access NTFS and FAT32? If not then how can I access? 2. When I try to run "ADD/REMOVE SOFTWARES" it opens up an window showing 'retrieving..." [exact words I do not remember] and then after a minute or so it shows a Error massege "softare informations could not be retrieved". I used CDs to install and all of them were tested OK by the Fedora's inbuilt checking utility. 3. I can't use the "fdisk -l" (EL) comand. It shows an error massege that "bash:command could not be found". I'm not sure whats happening. In all the above cases I was logged as a ROOT ADMINISTRATOR. So could someone please help me? Thank you.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Hope you gave fdisk -l without the double quotes.
To mount the partition temporarily, give command Code:
mount /dev/<partition name> Linux can write to fat32 partition but you need some tools like ntfs-static or ntfs-3g. But, these tools are in beta so I don't recommend them to you as you're new to Linux. Well IMO, you should rather try SMART instead of PIRUT to add/remove/update software. I am using SMART on Suse currently and find it really good. You can get SMART from here http://wraptastic.org/pub/i386-linux/RPMS/. Other good tools are apt and yum. Well, I haven't used FC5 extensively so I can't really help where PIRUT is going wrong. But, did you have PUP or some updated running while opening PIRUT? Try opening PIRUT as non-root user. Many apps are designed so that they do not run as root user for security sake. Of, course that can be bypassed but it's not recommended to run as a root user for newbies. Running a machine connected to internet as root is a big no no. Use su,sudo, kdesu, gksu, gksudo for root access. First two are used when running in terminal, kdesu is while running KDE and last two while running GNOME
__________________
http://www.bash.org/?258908 |
|
|
|
|
#3 (permalink) | ||
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Quote:
Could you please tell me tell me how can I permanently edit the fstab so that I do not have to mount manually? Moreovr I remembr that sometimes it was giving the error massege mentioning that something could not be found in fstab. Quote:
I'll try using the commands not being logged in as root and I'll see what happens. I haven't yet accessing net via Linux so I'll surely keep your advice in mind when I'll do. Thanks again.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
||
|
|
|
|
#4 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
AFAIK = as far as I know
Please show me the output of /etc/fstab file. If you are using GNOME type Code:
gedit /etc/fstab Code:
kate /etc/fstab Also, post the output of fdisk -l if it works in the following way Code:
su fdisk -l
__________________
http://www.bash.org/?258908 |
|
|
|
|
#5 (permalink) |
|
Let the music play.....
Join Date: Dec 2003
Location: Pune
Posts: 665
|
ok src2206 by telling u to format, I meant delete the linux partition viz ur Windows XP and then try to reinstall it again. So that u can get a flawless system
__________________
Long back, a person who sacrificed his sleep, forgot his family, forgot his food, fogot laughter were called "Saints" But now they are called.."IT professionals" |
|
|
|
|
#6 (permalink) | |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Hi tyf,
Sorry for this delayed response Well, the good news is fdisk -l worked . I had to use "su -" instead of "su" while logging in as root and it worked :O. Regarding fstab I have edited the file to auto load ntfs and FAT32 volumes. So with your great help and support I have solved atleast one of my problems But unfortunately he second problem still remains. I can't install anything (as root even). "yum" also not working. Could you please help me at this front? The 3rd problem I have repeated in the corresponding tutorial thred http://www.thinkdigit.com/forum/show...d=1#post293535 and Rollercoaster is looking into it. It would be also helpful to get some valuable inputs from you in this matter too. Please continue your support. Thank you. Quote:
Did you think I was going to reinstall my windows :O ? Phew! the last thing I would go for !
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
|
#9 (permalink) |
|
-The BlacKCoaT Operative-
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
|
u will have to RnD ur users and groups.
__________________
-------------------------------------------- Holding my last breath, safe inside myself..... -------------------------------------------- I dont use my computer. I misuse it- रोलरकोस्टर |
|
|
|
|
#10 (permalink) | |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Quote:
Anyways please tell me how to do this! Thank you PS: Is there any resource available where I can get all the available commands of FC5 listed?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
|
#11 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
__________________
http://www.bash.org/?258908 |
|
|
|
|
|
#13 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
I guess he means research and development only. To be exact, he means you will have to play a bit of trial and error with users and groups, to know if something is wrong. But, well I guess, that shouldn't be the problem as you're operating as root. And sorry for overlooking the root part.
You aren't connected to the net, right? If you haven't connected to the net, how will any updating tool work. The big problem is that PIRUT, doesn't install software from cd/dvd. It only installs from the net. It's a big mistake by FC people. Riyaz(desertwind) has given a fix for that. I will search for it and give you. If you want to install rpm's from some disk, use command, Code:
rpm - ivh <filename> Or you can install yum with yumex or smart and smart-gui. Both are very good tools for adding/removing/updating softwares.
__________________
http://www.bash.org/?258908 Last edited by mehulved; 24-08-2006 at 10:37 AM. Reason: Automerged Doublepost |
|
|
|
|
#14 (permalink) |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Thank you very much tyf.
I'm eagerly looking forward for the fix. Well I tried to install yumex but it did not , it simply gave me an error, something like 'base url not found. So could you please assist me more on this?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
#15 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
These tools are trying to install software from the net. Now, if you don't have a working net connection, these tools will return an error.
There was a fix that lets you enable softwares from the cd/dvd, but I can't seem to find it now.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#16 (permalink) |
|
-The BlacKCoaT Operative-
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
|
I think there is something terribly wrong with ur installation. I think u should do a fresh FULL install. after all it is those experiements and reinstalls then make u an expert. When u dont know much abt a problem that most probabley u urself created and then when u try to fix it.. it only gets worse..
Reinstall the OS and then use Yum. it is simple as pie
__________________
-------------------------------------------- Holding my last breath, safe inside myself..... -------------------------------------------- I dont use my computer. I misuse it- रोलरकोस्टर Last edited by Rollercoaster; 25-08-2006 at 04:39 PM. |
|
|
|
|
#17 (permalink) |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Thanks Rollercoaster,
But when I didn't have any hope of establishing a net connection you helped me out in a perfect manner. So I would like to give it a try. I do beleive the problem lies with the repo files. I am going to try out few more times and then when all my avenues will be closed I'll opt for a reinstall. thank you again.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
#18 (permalink) |
|
-The BlacKCoaT Operative-
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
|
that is the best approch. but actually i gave u that suggestion cause i couldnt exactly understand ur problem from this thread. can u sum a bit so I (and others) can give u better help.
__________________
-------------------------------------------- Holding my last breath, safe inside myself..... -------------------------------------------- I dont use my computer. I misuse it- रोलरकोस्टर |
|
|
|
|
#19 (permalink) |
|
"The RaCaLaNGeL"©
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
|
for pro no.3 : have u tried "whereis fdisk"(w/o quotes)????
for 1st and 2nd this shud help: http://stanton-finley.net/fedora_cor...otes.html#NTFS
__________________
Without sorrows happiness would be boring! Last edited by romeo_8693; 26-08-2006 at 10:46 AM. Reason: Automerged Doublepost |
|
|
|
|
#20 (permalink) | |
|
-The BlacKCoaT Operative-
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
|
Quote:
__________________
-------------------------------------------- Holding my last breath, safe inside myself..... -------------------------------------------- I dont use my computer. I misuse it- रोलरकोस्टर |
|
|
|
|
|
#21 (permalink) | |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Hi Rollercoaster,
I would love to provide you all the details regarding my problem and I will. But I'm presently out of station. I'll be back on coming Sunday so please do wait for a while. Quote:
Thank you
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
|
#23 (permalink) | |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Hi Rollercoaster,
I would love to provide you all the details regarding my problem and I will. But I'm presently out of station. I'll be back on coming Sunday so please do wait for a while. Quote:
Thank you __________ ooo....ps, Sorry for the double post.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com Last edited by src2206; 26-08-2006 at 09:37 PM. Reason: Automerged Doublepost |
|
|
|
|
|
#24 (permalink) | |
|
-The BlacKCoaT Operative-
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
|
hey no need to go sticky to the words. i ment what exactly was mentioned by other people. to RnD on something in geek lang means to turn it inside out, experment with it, play trial and error and learn in the process.
Kinda like when get a new mob without a manual then u 'RnD' it to learn abt it, right? Quote:
__________________
-------------------------------------------- Holding my last breath, safe inside myself..... -------------------------------------------- I dont use my computer. I misuse it- रोलरकोस्टर Last edited by Rollercoaster; 27-08-2006 at 08:08 AM. |
|
|
|
|
|
#26 (permalink) |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Hi rollercoaster,
Thankfully most of my problems are solved except ADD/REMOVE PACKAGES and YUMEX, none of these are working when I'm offline. Any suggestions?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
#27 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Does it work when you are online?
See my previous post too, I have mentioned that they will not work if you are offline, cos they try to install softwares by downloading from the internet. Now, there's a fix for this but I can't find it, maybe someone having it can help you find it. Just try to google it up too, you may just find it.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#29 (permalink) | |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Hi tyf,
Yes they do work fine when i'm online Hi QM, Quote:
Thanks
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
|
#30 (permalink) |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Hi friends,
My problem has been solved. I would try to make a tutorial and post it in the proper section by coming Sunday. lol
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|