Re: [newbie] apple ipod and MDK 10.0 O

2004-05-31 Thread g2
On Sunday 23 May 2004 11:59 pm, Marc Resnick wrote:
> - Original Message -
> From: "g2" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 23, 2004 7:24 PM
> Subject: [newbie] apple ipod and MDK 10.0 O
>
> > I am trying to get my ipod (original 5 gig first gen) to work with MDK
>
> 10.0 O.
>
> > I am ussing gtkpod 7.0
> > I am able to READ from the ipod, that is see the files and play them, but
>
> I am
>
> > not able to write to it.
> >
> > When I try to synch gtkpod reports:
> > Could not open iTunesDB "/mnt/ipod/iPod_Control/iTunes/iTunesDB" for
>
> writing.
>
> > I have an inkiling that the the file /usr/fstab
> > might have something to do with my problem (just a guess).
> > I include the text of the file below, in case that is helpfull.
> >
> > I also tried changing combinations of the user and group of the whole
> > directory recursively using chown, chgrp, and chmod.
> > I couldnt get this to work.
> >
> > Any suggestions would be appreciated!
> >
> > Thanks.
> > Gideon
> >
> >
> > /dev/hda6 / ext3 defaults 1 1
> > none /dev/pts devpts mode=0620 0 0
> > /dev/hda5 /fat32 vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
> > /dev/hda9 /home ext3 defaults 1 2
> > none /mnt/cdrom supermount
> > dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
> > /dev/fd0 /mnt/floppy auto defaults 0 0
> > /dev/sda2 /mnt/ipod vfat defaults 0 0
> > /dev/hda1 /mnt/windows ntfs defaults 0 0
> > none /proc proc defaults 0 0
> > /dev/hda8 /usr ext3 defaults 1 2
> > /dev/hda7 swap swap defaults 0 0
>
> I also have yet to get my iPod to work with Linux. GTKPod always crashes,
> so I've tried GNUPod, but I don't think it works with gen3s.
>
>
> ---
>- 
>
> > 
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> > Join the Club : http://www.mandrakeclub.com
> > 

FYI

I did finaly get it working, so if anyone else wants more ingo, let me know.

Gideon


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] apple ipod and MDK 10.0 O

2004-05-24 Thread g2
On Sunday 23 May 2004 11:59 pm, Marc Resnick wrote:
> - Original Message -
> From: "g2" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 23, 2004 7:24 PM
> Subject: [newbie] apple ipod and MDK 10.0 O
>
> > I am trying to get my ipod (original 5 gig first gen) to work with MDK
>
> 10.0 O.
>
> > I am ussing gtkpod 7.0
> > I am able to READ from the ipod, that is see the files and play them, but
>
> I am
>
> > not able to write to it.
> >
> > When I try to synch gtkpod reports:
> > Could not open iTunesDB "/mnt/ipod/iPod_Control/iTunes/iTunesDB" for
>
> writing.
>
> > I have an inkiling that the the file /usr/fstab
> > might have something to do with my problem (just a guess).
> > I include the text of the file below, in case that is helpfull.
> >
> > I also tried changing combinations of the user and group of the whole
> > directory recursively using chown, chgrp, and chmod.
> > I couldnt get this to work.
> >
> > Any suggestions would be appreciated!
> >
> > Thanks.
> > Gideon
> >
> >
> > /dev/hda6 / ext3 defaults 1 1
> > none /dev/pts devpts mode=0620 0 0
> > /dev/hda5 /fat32 vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
> > /dev/hda9 /home ext3 defaults 1 2
> > none /mnt/cdrom supermount
> > dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
> > /dev/fd0 /mnt/floppy auto defaults 0 0
> > /dev/sda2 /mnt/ipod vfat defaults 0 0
> > /dev/hda1 /mnt/windows ntfs defaults 0 0
> > none /proc proc defaults 0 0
> > /dev/hda8 /usr ext3 defaults 1 2
> > /dev/hda7 swap swap defaults 0 0
>
> I also have yet to get my iPod to work with Linux. GTKPod always crashes,
> so I've tried GNUPod, but I don't think it works with gen3s.
>
>
> ---
>- 
>
> > 
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> > Join the Club : http://www.mandrakeclub.com
> > 

Hu, I never had gtkpod crash.
I did say i am ussing a first gen ipod.
Did you get GNUPod fully working with read and write capabilities?
If so, what does your fstab entry look like and what do your permissions look 
like?

Gideon


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] apple ipod and MDK 10.0 O

2004-05-23 Thread Marc Resnick

- Original Message - 
From: "g2" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 23, 2004 7:24 PM
Subject: [newbie] apple ipod and MDK 10.0 O


> I am trying to get my ipod (original 5 gig first gen) to work with MDK
10.0 O.
> I am ussing gtkpod 7.0
> I am able to READ from the ipod, that is see the files and play them, but
I am
> not able to write to it.
>
> When I try to synch gtkpod reports:
> Could not open iTunesDB "/mnt/ipod/iPod_Control/iTunes/iTunesDB" for
writing.
>
> I have an inkiling that the the file /usr/fstab
> might have something to do with my problem (just a guess).
> I include the text of the file below, in case that is helpfull.
>
> I also tried changing combinations of the user and group of the whole
> directory recursively using chown, chgrp, and chmod.
> I couldnt get this to work.
>
> Any suggestions would be appreciated!
>
> Thanks.
> Gideon
>
>
> /dev/hda6 / ext3 defaults 1 1
> none /dev/pts devpts mode=0620 0 0
> /dev/hda5 /fat32 vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
> /dev/hda9 /home ext3 defaults 1 2
> none /mnt/cdrom supermount
> dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
> /dev/fd0 /mnt/floppy auto defaults 0 0
> /dev/sda2 /mnt/ipod vfat defaults 0 0
> /dev/hda1 /mnt/windows ntfs defaults 0 0
> none /proc proc defaults 0 0
> /dev/hda8 /usr ext3 defaults 1 2
> /dev/hda7 swap swap defaults 0 0
>
>

I also have yet to get my iPod to work with Linux. GTKPod always crashes, so
I've tried GNUPod, but I don't think it works with gen3s.






> 
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
> Join the Club : http://www.mandrakeclub.com
> 
>



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] apple ipod and MDK 10.0 O

2004-05-23 Thread g2
I am trying to get my ipod (original 5 gig first gen) to work with MDK 10.0 O.
I am ussing gtkpod 7.0
I am able to READ from the ipod, that is see the files and play them, but I am 
not able to write to it.

When I try to synch gtkpod reports:
Could not open iTunesDB "/mnt/ipod/iPod_Control/iTunes/iTunesDB" for writing.

I have an inkiling that the the file /usr/fstab
might have something to do with my problem (just a guess).
I include the text of the file below, in case that is helpfull.

I also tried changing combinations of the user and group of the whole 
directory recursively using chown, chgrp, and chmod.
I couldnt get this to work.

Any suggestions would be appreciated!

Thanks.
Gideon


/dev/hda6 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda5 /fat32 vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
/dev/hda9 /home ext3 defaults 1 2
none /mnt/cdrom supermount 
dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
/dev/fd0 /mnt/floppy auto defaults 0 0
/dev/sda2 /mnt/ipod vfat defaults 0 0
/dev/hda1 /mnt/windows ntfs defaults 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr ext3 defaults 1 2
/dev/hda7 swap swap defaults 0 0


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com