Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-10-2006, 01:31 AM   #1 (permalink)
In The Zone
 
adit_sen's Avatar
 
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
Red face Ubuntu Edgy Eft...slight help needed

Just installed Ubuntu Edgy Eft, and as usual...things are working great! My one long standing problem with ubuntu has finally been solved! No more jerky video playback

But just a small query....
When I insert my USB pen drive....I can read from it, but cannot write onto it!! It says "You do not have permission to write to this folder". How to I enable writing to usb pen drives?

And secondly,
Ubuntu now ships with Gaim 2.0beta3.1. This beta has problems while working behind an http proxy. So I want to revert back to version 1.5. How to I do that? If I use apt-get or synaptics, I only get 2.0beta3.1. The Gaim website only has the rpm's for ferdora / redhat!!


Cheers
Aditya
__________________
AMD 4400+ X2; Compaq Presario M2202TU; Dell Inspirion 500m; Windows Vista Ultimate
adit_sen is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-10-2006, 02:22 AM   #2 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 360
Default Re: Ubuntu Edgy Eft...slight help needed

u need root permission to write any thing on usb drive either copy the data to usb drive using sudo cp command
or just create root login

sudo passwd root

and as long as problem with rpm is concern than use alien program.
with alien u can convert any rpm package into .deb
to get allien type

sudo apt-get install alien
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 29-10-2006, 02:54 AM   #3 (permalink)
In The Zone
 
adit_sen's Avatar
 
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
Default Re: Ubuntu Edgy Eft...slight help needed

in ubuntu there is no sudo root login! and i dont want to do that everytime i plug in a usb. i'm sure there must be an easier way....
__________________
AMD 4400+ X2; Compaq Presario M2202TU; Dell Inspirion 500m; Windows Vista Ultimate
adit_sen is offline  
Old 29-10-2006, 05:29 AM   #4 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 360
Default Re: Ubuntu Edgy Eft...slight help needed

no login for sudo.. i agree but no login for root..
u must be joking
first open terminal than type

sudo passwd root
enter your existing login password
now enter new root password

now go to login manager and check Allow Administrator to log in.
now log off and log in as root and copy and paste wat ever u want to usb drive.
that is the only option available in gui mode.
else u will have to use mv or cp command with sudo to transfer any file to usb drive.


//ps question mark button is not working on my keyboard..
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 29-10-2006, 07:00 AM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Ubuntu Edgy Eft...slight help needed

You should try as below:
run
Code:
sudo users-admin
then choose ur username and look for its properties...then in user privilages TAB,tick the needed things like access external devices etc..

alternatively check ur secondary groups :
Code:
prakash@edgy:~$ groups
adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin
I think plugedev group allows u to manage and write to ext. disk.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 29-10-2006, 07:23 AM   #6 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Ubuntu Edgy Eft...slight help needed

I think you USB drive is NTFS formatted. Format it to FAT or FAT32 (through windows) and you should be good to go! If you wanna use NTFS only, use NTFS -3g. More info about NTFS-3g here.
kalpik is offline  
Old 29-10-2006, 10:21 AM   #7 (permalink)
In The Zone
 
Join Date: Sep 2005
Posts: 416
Default Re: Ubuntu Edgy Eft...slight help needed

Quote:
Originally Posted by kalpik
I think you USB drive is NTFS formatted. Format it to FAT or FAT32 (through windows) and you should be good to go! If you wanna use NTFS only, use NTFS -3g. More info about NTFS-3g here.
hmm.....formatting pen drive with windows....that sounds weird. This can render the pen drive useless.....there are some utilities to do so....!!!
jack// ani is offline  
Old 29-10-2006, 12:14 PM   #8 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Ubuntu Edgy Eft...slight help needed

@Adit_Sen, Good that your jerky Video playback problem is solved. Format your
USB pen drive as FAT32, not NTFS. Regarding writing error, Open the Terminal Window:

$ sudo -s -H nautilus

The other workaround is to give write access a user account to USB pen drive as root.

For GAIM problem - Download the GAIM 1.5 RPM package.convert the RPM package to Debian
using alien command & install it & start using GAIM 1.5!! First remove(uninstall) the GAIM 2.0 Beta3.1 package.

$ sudo apt-get remove gaim

$ sudo apt-get install alien

$ sudo alien package.rpm

This should convert the RPM package to Debian package. Now install the Debian package of GAIM 1.5.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 29-10-2006, 05:03 PM   #9 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Ubuntu Edgy Eft...slight help needed

Quote:
Originally Posted by jack// ani
hmm.....formatting pen drive with windows....that sounds weird. This can render the pen drive useless.....there are some utilities to do so....!!!
Who gave you that idea? It is actually recommended that you format your pen drive once in a while (google it up if you dont believe). I think you are talking about MP3 players. Yeah, those CAN get damaged if you format them (this is because they contain special playlists which get erased if you format).
kalpik is offline  
Old 29-10-2006, 05:21 PM   #10 (permalink)
In The Zone
 
adit_sen's Avatar
 
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
Default Re: Ubuntu Edgy Eft...slight help needed

sigh! I'm still stuck. I've checked the 'user-admin' and all access is allowed. The funny thing is even as sudo I cannot write on the usb!! But when I run it on my friends machine running dapper....no problems at all!!
And no...its not NTFS formatted....
__________________
AMD 4400+ X2; Compaq Presario M2202TU; Dell Inspirion 500m; Windows Vista Ultimate
adit_sen is offline  
Old 29-10-2006, 05:52 PM   #11 (permalink)
In The Zone
 
Join Date: Sep 2005
Posts: 416
Default Re: Ubuntu Edgy Eft...slight help needed

Quote:
Originally Posted by kalpik
Who gave you that idea? It is actually recommended that you format your pen drive once in a while (google it up if you dont believe). I think you are talking about MP3 players. Yeah, those CAN get damaged if you format them (this is because they contain special playlists which get erased if you format).
oh...thank i got confused with mp3 player!! my player bears such a warning...so i thought same is applicable with pen drives...
jack// ani is offline  
Old 30-10-2006, 08:55 PM   #12 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Ubuntu Edgy Eft...slight help needed

Maybe. that's a bug!! Just send a bug report to Ubuntu team. Hopefully it's solved
in their next release.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 31-10-2006, 02:35 AM   #13 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Ubuntu Edgy Eft...slight help needed

Quote:
Originally Posted by adit_sen
sigh! I'm still stuck. I've checked the 'user-admin' and all access is allowed. The funny thing is even as sudo I cannot write on the usb!! But when I run it on my friends machine running dapper....no problems at all!!
And no...its not NTFS formatted....
After adding yourself to the group, did you log out and then login again? That is necessary.

Anyways, first attach your pen drive to your PC and then give us output of these three commands
Code:
cat /etc/fstab
cat /etc/mtab
id
eddie is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 06:05 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2