Ubuntu Finally !!

Status
Not open for further replies.
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
well that did not work man :( i added that and restarted !! computer !!
no change !! will try that again

really cool that u never booted into windows

but how can you avoid windows ??

to transfer files to My Sony Ericsson k550 phone i have to use windows ! no other way !
 

Rahim

Married!
How did you mounted sda6 manually?
Sorry going out to buy Digit now :) Will help you later, though search UF.org for sure.
 

Hitboxx

Juke Box Hero
a_k_s_h_a_y said:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=bb1569f3-3c5d-4964-9a5e-8871be028344 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=4465-CEB1 /media/sda1 vfat defaults,umask=007,gid=46 0 1
# /dev/sda5
UUID=20A9-D386 /media/sda5 vfat defaults,umask=007,gid=46 0 1
# /dev/sdb1
UUID=343B-DC76 /media/sdb1 vfat defaults,umask=007,gid=46 0 1
# /dev/sdb5
UUID=88B6-8BA9 /media/sdb5 vfat defaults,umask=007,gid=46 0 1
# /dev/sda4
UUID=bf1932ec-cbeb-4597-97ec-6da03d5721d5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
Very easy akshay, make it like this
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / ext3 defaults,errors=remount-ro 0 1
/dev/sda1 /media/sda1 vfat defaults,umask=007,gid=46 0 1
/dev/sda5 /media/sda5 vfat defaults,umask=007,gid=46 0 1
/dev/sdb1 /media/sdb1 vfat defaults,umask=007,gid=46 0 1
/dev/sdb5 /media/sdb5 vfat defaults,umask=007,gid=46 0 1
/dev/sda4 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
If it doesn't work lets us know, there is another method which will work.
Note: Remember to backup the original fstab first.
 
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
^^ yeah c ya man thanks for all help acutally

to mount that disk or sda6 .. that's what i saw during installation !

i right click and then select create launcher and then i click browse
then in the right i see " 1.4 GB Volume " i just click on it .. and then its mounted .. bingo .. i just quit that create launcher thing ..!!

but now i am not able to mount it using this idea of my own !!
 
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
^^ yeah c ya man thanks for all help acutally

to mount that disk or sda6 .. that's what i saw during installation !

i right click and then select create launcher and then i click browse
then in the right i see " 1.4 GB Volume " i just click on it .. and then its mounted .. bingo .. i just quit that create launcher thing ..!!

but now i am not able to mount it using this idea of my own !! coz i don't see it any more in there !!
 

gxsaurav

You gave been GXified
a_k_s_h_a_y said:
to transfer files to My Sony Ericsson k550 phone i have to use windows ! no other way !
Go to synaptic, search for bluetooth & install everything u see in search result. Then pair your phone with the compuer & u can browse the phone. Just that u will have to pair everytime u want to browse your phone

Check out MInting 101 in OSS section.
 
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
hitboxx i don't see any difference between the original and your fstab file that you created for me !!

please verify it !

gx_saurav said:
Go to synaptic, search for bluetooth & install everything u see in search result. Then pair your phone with the compuer & u can browse the phone.

Check out MInting 101 in OSS section.
thanks man was thinking of the same !!!!
but what about file transfer mode of SE phones for quick transfers ??

and no hacking and modding of SE Phones in Ubuntu !! damn it

hope we get linux drivers soon !!
 
Last edited:

Hitboxx

Juke Box Hero
Just removed the '#' and the UUID

# means comment, won't read it, so remove it.

UUID is when it scans for disk errors. Not required.

Edit: Do the SE phones have an option to read the mas usb?
 
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
that's all ok .. the commenting with #

but where is sda6 ? aren't we mounting that ??
i don't see it anywhere in the script .. ( is that a script ? i assume .. lol )
 

Hitboxx

Juke Box Hero
whats the filetype of sda6?

Assuming its fat32 add the line to fstab like this.
/dev/sda6 /media/sda6 vfat defaults,umask=007,gid=46 0 1

Create a folder called sda6 in /media as root beforehand.

If its ntfs, change 'vfat' to ntfs-3g above.

Edit: Don't forget to reboot.

Edit2: If you want hands-on help, come to #digit channel on irc.freenode.net using your irc client.
 
Last edited:

gxsaurav

You gave been GXified
a_k_s_h_a_y said:
thanks man was thinking of the same !!!!
but what about file transfer mode of SE phones for quick transfers ??

Have u used bluesoliel 5 on Windows? In Linux all you can do using this is to browse your Phone Memory & Memory card as a folder over bluetooth, or u can use the datacable.

Too bad there is nothing like this in LInux

Right click on the file -> Send TO ->BLuetooth
 
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
yes so its working !! great !!

i had to create folder in /media !!

so i take it that to rename those sdax and sdbx .. i should rename them in /media and also do the same changes in fstab .. right ???

hey but how to create folders using GUI file browser ?? i could not .. i had to use CLI mkdir for that !! but why ??
 

Hitboxx

Juke Box Hero
Yes do those folders in /media.

Again very simple, if you want to be able to browse as root, do this

1. Create a shortcut on your desktop

2. Add this into its command line. Give a desired name to it.
Code:
kdesu "nautilus --browser"

3. Now just click it, give the password and browse as root.
 
OP
a_k_s_h_a_y

a_k_s_h_a_y

Dreaming
gx_saurav said:
Have u used bluesoliel 5 on Windows? In Linux all you can do using this is to browse your Phone Memory & Memory card as a folder over bluetooth, or u can use the datacable.

Too bad there is nothing like this in LInux

Right click on the file -> Send TO ->BLuetooth
its ok !! if linux does everything then what will windows do .. hehe !! !

rahimveron said:
Open nautilus with root access. Alt+F2 and enter
Code:
gksu nautilus
works like charm
i just had to press alt f2 at desktop and type that out gksu nautilus !!

all is well and cool .. thanks !!
 
Last edited:

Hitboxx

Juke Box Hero
a_k_s_h_a_y said:
kdesu ?? but i am ubuntu on gnome ..
tried it and it did not work .. lol .. looks like you use KDE !
My bad, I use them both, but usually Gnome, and I don't use Ubuntu.

Yeah well, gksu works fine.
 
Status
Not open for further replies.
Top Bottom