![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
|
Lifedrive drivemode not working
I just installed fiesty and i love it. my only issue is that now my lifedrive won't show up in drive mode. The folder used to mount and show up on the desktop in edgy, but it won't now. It looks like the drive thinks it's connected, and it will charge, but i can't find the mount folder anywhere.
thanks. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
|
Re: Lifedrive drivemode not working
Ok, here's an update. I found this link to a bug report, https://bugs.launchpad.net/ubuntu/+s...hal/+bug/89723 and i followed the steps to manually mount my lifedrive. When i typed, sudo mount /dev/sdc1 /mnt , it mounted and i was able to get files off of it. now how do i get this to happen automatically. i really don't want to have to type that in everytime. is there something i can do. thanks
|
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
|
Re: Lifedrive drivemode not working
ok, i got the lifedrive to sync, but i still need drive mode to work. now when i try to mount it manually with "sudo mount /dev/sdb1 /mnt" it's telling me "you must specify the filesystem type" can anyone help me with this? I don't know how to do that. Also is there any way to sync my evolution inbox with the inbox on my pda? thanks.
Last edited by jasonk; May 2nd, 2007 at 02:03 PM.. |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 3
|
Re: Lifedrive drivemode not working
Hi to all. While I'm enjoying my time with Feisty Fawn, unfortunately I find myself in the same dilemma with LifeDrive's Drive Mode not being recognized. The weird thing is that Drive Mode was working perfectly fine with Edgy Eft. What could've become broken here?
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 3
|
Re: Lifedrive drivemode not working
Hi again. Just a quick follow-up. After the posting the preceding message, I explored my Feisty fawn directors, specifically the /media folder and lo and behold--the contents of the LifeDrive in Drive Mode were there, apparently with complete read/write access. I tested this by opening a document file straight from the LifeDrive, and then copying a text file which I then opened from the Palm handheld. Apparently, it transfered correctly as the notes in the text file were there.
I'm not sure why is this the behavior now, which is different from Edgy Eft (where the drive was mounted and one needed to eject it after use), and I'm not sure if this change would have any impact on the LifeDrive's microdrive. Looking forward to any heads-up from the community, although--again--I'm thrilled to be able to transfer files to/fro Feisty Fawn and the LifeDrive. |
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
|
Re: Lifedrive drivemode not working
I wish i knew how you got it to show up in the /media folder. mine doesn't show up there, or anywhere that i can find. Do you use a cradle or just a cable to connect?
|
|
|
|
|
|
#7 | |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2005
Location: North West Scotland
Beans: 90
Ubuntu 9.04 Jaunty Jackalope
|
Re: Lifedrive drivemode not working
Quote:
__________________
"Diplomacy it the weapon of the cvialised warrior" |
|
|
|
|
|
|
#8 | |
|
GMO Free Ubuntu French Roast.
![]() Join Date: Sep 2006
Location: France.
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: Lifedrive drivemode not working
Quote:
I now think, but I do not understand it, that it is a hal issue. I cannot go anywhere further. I quite miss to be able to sync the palm and use it for storage. I bought it because it was supported... *sigh*.
__________________
| Guide to Forum features | Formating text on UF with BB code tags | PUU | PUW | My blog | Linux user #413984 ; Ubuntu user #178 J'aime les fraises. Please do not blindly run commands. |
|
|
|
|
|
|
#9 |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2005
Location: North West Scotland
Beans: 90
Ubuntu 9.04 Jaunty Jackalope
|
Re: Lifedrive drivemode not working
https://help.ubuntu.com/community/PalmDeviceSetup
used this and got my lifedrive to synk with jpilot (two go's)
__________________
"Diplomacy it the weapon of the cvialised warrior" |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2005
Beans: 4
|
Here's what I did to get my lifedrive's hard drive to show up like a usb flash drive:1. Connect your lifedrive to the computer and enable drive mode. Before I got this working, this is where I'd have access to the sd card, but be unable to mount the lifedrive's hard drive. 2. Open a terminal and type: SUDO BLKID Note the output. You're looking for LABEL="LIFEDRIVE" To the left of that is the device name that you want--In my case it was /dev/sdb1. Write it down and save it for later! 3. Type: SUDO MKDIR /MNT/LIFEDRIVE This makes a mountpoint for your lifedrive. At this point, you could type: MOUNT /DEV/SDB1 /MNT/LIFEDRIVE (and vice versa for umount) to be able to see the files on the lifedrive's hard drive when you open the folder /mnt/lifedrive. However, only root will have read write access. 4. Now type: GKSU {your text editor} /ETC/FSTAB. At the bottom of the file add: /dev/sdb1 /mnt/LIFEDRIVE vfat user,noauto 0 0 Save the file, close your editor and logout. 5. Log back in and put your lifedrive in drive mode. It should now mount properly. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|