LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPM Source Manager (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-source-manager-88297/)

Jongi 09-02-2003 03:19 AM

RPM Source Manager
 
Before I re-installed Mandrake 9.1, I had the RPM Source Manager point to a directory on my Windows XP aprtition where I kept all my downloaded RPMS. Since re-installing i have been unable to get this to work again. Is there something I am missing here?

Also how do I add a CD to the list in the RPM Source Manager?

fancypiper 09-02-2003 09:16 AM

Easy urpmi config for Mandrake
urpmi mini-HOWTO

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page

Jongi 09-03-2003 08:53 AM

I can add directories on my Linux partition but cannot now add directories on my XP partion. I suspect I will do another re-install and see what happens.

fancypiper 09-03-2003 09:08 AM

You don't want to write to NTFS partitions unles you are willing to destroy all data on the drive. The developers are working on it, but it is extremely beta just now and very dangerous.

A re-install won't help.

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page

Jongi 09-03-2003 09:17 AM

I copy them onto my XP partition cause it is a 80GB hardrive while the Linux partition is 2GB. I copy them onto my XP partition when I am in Windows XP.

The thing is I had previously been able to point Mandrake to the directory on the XP partition (before I re-installed) without any problems. Now after I have re-installed the same procedure doesn't seem to want to work.

fancypiper 09-03-2003 09:29 AM

What filesystem is your XP using?

# How are the hard drives partitioned
fdisk -l

# How much free/used drive space
df -h

Jongi 09-03-2003 09:36 AM

The XP partition with the RPMs is FAT32.

But what I must clarify is that I didn't touch the XP partition between re-installing Mandrake. Is it possiblr that when I re-installed there is some system module that I inadvertently didn't install?

I'll re-install Mandrake tonite with everything selected and see if the same happens.

quatsch 09-03-2003 09:43 AM

Don't reinstall everything yet. It's probably something simple.
is the windows partition mounted? mandrake needs to see the partition.

fancypiper 09-03-2003 09:44 AM

# Managing drives
LNAG - Accessing my drives
Rute - Device Mounting

quatsch 09-03-2003 09:48 AM

if the drive isn't mounted, the easy way to accomplish it is to go to mandrake control center ->mount points
though you're better off learning about the mount command, how to edit fstab, etc. for the long term.

Jongi 09-03-2003 10:03 AM

I can see the drive when I use the File Manager or Konsole so I assume it is mounted. Infact it is cause the icon on the desktop has the green little arrow.

quatsch 09-03-2003 10:17 AM

green little arrow? meaning it's a link?

anyway, can you also see the *contents* of the drive?

Jongi 09-03-2003 10:42 AM

Yep

quatsch 09-03-2003 10:49 AM

ok. What exactly do you do to add the rpms to your sources manager?

quatsch 09-03-2003 10:57 AM

Actually, could you do the following from the command line and tell us what error messages you get?

urpmi.addmedia -f test file://{path to the rpm folder}

(if the rpm folder is /mnt/win_c/RPM then it
urpmi.addmedia -f test file://mnt_c/RPM
note the double slash after file:; if this works, your rpms should appear in the source called test; you are free to change the name, of course)

edit: you have to be root.


All times are GMT -5. The time now is 12:55 AM.