![]() |
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.
|
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | ||
|
5 Cups of Ubuntu
![]() |
I recently upgraded to Gutsy. ( I have many problems now!!
One problem, is that I can't mount my Sony Ericsson W800i to my computer. When I used Feisty, it mounted instantly, but now, I get an error message. It appears a little error message like this. Quote:
Quote:
Help Please!! |
||
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 21
Ubuntu 8.10 Intrepid Ibex
|
I have the same problem, when I connect the USB cable the phone just flashes in Computer and then goes away, I can try to click on it before it disappears and it says "Unable to mount media - There is probably no media in the drive". I have tried some packages, but no luck. Can anybody point me to the right direction?
|
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Dec 2006
Beans: 145
|
Re: Mount Sony Ericsson W800i Gutsy Gibbon
Hello. I don't know how long ago you posted this but I have just plugged my phone in and it mounted automagically! Cool eh?
|
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() |
Re: Mount Sony Ericsson W800i Gutsy Gibbon
I have a K800i with the same problem. In Feisty it worked just fine
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() |
Re: Mount Sony Ericsson W800i Gutsy Gibbon
Oke to fix this you need to make a mount point.
You have to look wath the device name is. To do this: Code:
sudo fdisk -l Code:
sudo mkdir /media/phone sudo mount /dev/sdh1 /media/phone |
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() |
Re: Mount Sony Ericsson W800i Gutsy Gibbon
sudo fdisk -l <<< gives you an output like this
Code:
rza@space-ride:~$ sudo fdisk -l [sudo] password for rza: Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x39fa39f9 Device Boot Start End Blocks Id System /dev/sda1 1 304 2441848+ 83 Linux /dev/sda2 * 305 2432 17093160 83 Linux /dev/sda3 2433 9729 58613152+ 83 Linux Disk /dev/sdb: 320.0 GB, 320046346240 bytes 255 heads, 63 sectors/track, 38910 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x29aa5e05 Device Boot Start End Blocks Id System /dev/sdb1 1 38910 312544543+ 83 Linux Disk /dev/sdg: 86 MB, 86016000 bytes 14 heads, 10 sectors/track, 1200 cylinders Units = cylinders of 140 * 512 = 71680 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdg1 * 1 1021 71400+ 4 FAT16 <32M Disk /dev/sdh: 956 MB, 956238336 bytes 64 heads, 32 sectors/track, 911 cylinders Units = cylinders of 2048 * 512 = 1048576 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdh1 * 1 912 933826+ 6 FAT16 rza@space-ride:~$ |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 21
Ubuntu 8.10 Intrepid Ibex
|
I'm still trying to figure it out. When in Windows XP I used to go the My Computer -> Manage and there find it with its missing driver, then upon clicking update driver it found it and worked perfectly. In Ubuntu there's a similar thing called Hardware Information (under Preferences). I can see my Sony Ericsson W800 there. By scrolling down there's even a Memory Stick at /dev/sdb and its volume at /dev/sdb1. I tried to mount it, but it asked for the filesystem, what filesystem does a USB card/stick have? I was going to try FAT, but it seems there's no such thing.
Was this removed in Ubuntu Gutsy? Why? Why can some people connect their phone with no problems? Do I have to recompile my kernel and enable some options... or something like that. |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 21
Ubuntu 8.10 Intrepid Ibex
|
Re: Mount Sony Ericsson W800i Gutsy Gibbon
Still asks for filesystem (I made the W800i directory all by myself trough the terminal
Code:
solenoid@desktop:~$ sudo mount /dev/sdb1 /media/w800i mount: you must specify the filesystem type Here's what it gave me, Code:
solenoid@desktop:~$ sudo fdisk -l
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd35cd35c
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1912 15358108+ 7 HPFS/NTFS
/dev/sda2 1913 2885 7815622+ 83 Linux
/dev/sda3 24076 24321 1975995 82 Linux swap / Solaris
/dev/sda4 2886 24075 170208675 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 2045 MB, 2045771776 bytes
128 heads, 32 sectors/track, 975 cylinders
Units = cylinders of 4096 * 512 = 2097152 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 976 1997636+ b W95 FAT32
Partition 1 has different physical/logical endings:
phys=(975, 127, 32) logical=(975, 63, 32)
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 21
Ubuntu 8.10 Intrepid Ibex
|
Re: Mount Sony Ericsson W800i Gutsy Gibbon
Solved. For those with seek the answer to the same question:
1) make a mount point, I made mine in /media/w800i, to do this open the terminal and enter Code:
sudo mkdir /media/w800i 2) enter this in the terminal Code:
sudo mount -t vfat /dev/sdb1 /media/w800i Now you can access your memory stick from /media/w800i. Also when removing your device you should unmount it, probably to avoid file corruption. So before removing the phone enter this in the terminal: Code:
sudo umount /media/w800i |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 21
Ubuntu 8.10 Intrepid Ibex
|
Re: Mount Sony Ericsson W800i Gutsy Gibbon
There's still an issue
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|