aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: using a partition (or same folder) with RedHat and WinXP  (Read 8457 times)

migui

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
using a partition (or same folder) with RedHat and WinXP
« on: January 06, 2004, 07:35:26 PM »

for example, i use red hat.:P  but my little brother uses winxp because he does?t know anything about computing and all the time he uses the computer he uses eMule (for windows):?

the problem is how should be a partition for use the same Temp and Incoming folders for eMule in xp and aMule in red hat.

ive tried to use for aMule the shared folders:
/mnt/winxp/c:/program files/emule/incoming and temp but i have problems with permissions. what can i do? because i donŽt want to use diferent folders and downloads for each operating system if i can use the same!     :D
Logged

superstoned

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 80
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #1 on: January 06, 2004, 08:03:52 PM »

search this forum for permissions and be surprised
Logged

migui

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #2 on: January 06, 2004, 08:53:00 PM »

thanks. i should have done that
Logged

superstoned

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 80
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #3 on: January 07, 2004, 01:41:59 PM »

it's ok ;-)

good luck (with linux also)
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #4 on: January 07, 2004, 01:56:16 PM »

/mnt/winxp/c:/program files/emule/incoming

1. theres no : in linux, like c:
2. better don't use space in folder names, like program files etc. move your incom. and temp somewhere else

greets
delta

The X

  • Jr. Member
  • **
  • Karma: 1
  • Offline Offline
  • Posts: 59
RE: using a partition (or same folder) with RedHat and WinXP
« Reply #5 on: January 16, 2004, 09:54:35 PM »

Quote
Originally posted by migui
for example, i use red hat.:P  but my little brother uses winxp because he does?t know anything about computing and all the time he uses the computer he uses eMule (for windows):?

the problem is how should be a partition for use the same Temp and Incoming folders for eMule in xp and aMule in red hat.

ive tried to use for aMule the shared folders:
/mnt/winxp/c:/program files/emule/incoming and temp but i have problems with permissions. what can i do? because i donŽt want to use diferent folders and downloads for each operating system if i can use the same!     :D

U can share a fat32 partition with samba & u get your Goal ^_^

4 amule tha path could be /mnt/incoming & /mnt/temp while in windows \\<>\<>

ecc ecc
Logged
aMule 2.3.2 on MacOS Catalina 10.15.7
----------------------------------
....as it said the wise-one : the luckly is blind but the jiinx can see perfectly !!!
....e come disse il saggio : La fortuna è cieca ma la sfiga ci vede benissimo !!!

emperor

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 77
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #6 on: January 16, 2004, 10:40:20 PM »

Dunno if you have solved your problem yet or not ....
but well i just want to point out something that is the usual problem when trying something like you're trying to do. I dunno how experienced you are but n00bs usually wonder why they cannot write to their windows partition in Linux, even if they're logged in with root. Well that's because they don't know that they need to install "captive" and mount the partition using that to gain full NTFS write support. Sorry if that wasn't your problem, but usually in those cases it is.
Logged

Galizah

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 35
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #7 on: February 13, 2004, 03:50:21 PM »

When you want to write on the partition without root (I hope you want!!  8o), then edit your "etc/fstab" file as follows:

Code: [Select]
/dev/hdaX       /mnt/windows          vfat           user,uid=XXX,gid=xxx       0 0
/dev/hdaN       /mnt/windows2         ntfs           user,uid=XXX,gid=xxx       0 0

Remember to change X, N, XXX, xxx values with your one.

Hint: uid is your user ID, see "man usermod" for help! Same for gid (Group ID) "man groupmod"...

Hope this helps you...

Grettings

Galizah
« Last Edit: February 13, 2004, 03:51:12 PM by Galizah »
Logged
aMule online signature:
IMG

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: using a partition (or same folder) with RedHat and WinXP
« Reply #8 on: February 13, 2004, 05:11:57 PM »

You seem to be a good forum-helper, Galizah ;)
Logged