| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
In The Zone
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
|
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 |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
In The Zone
Join Date: Oct 2006
Location: Mumbai
Posts: 360
|
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 |
|
|
|
|
#3 (permalink) |
|
In The Zone
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
|
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 |
|
|
|
|
#4 (permalink) |
|
In The Zone
Join Date: Oct 2006
Location: Mumbai
Posts: 360
|
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 |
|
|
|
|
#5 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
You should try as below:
run Code:
sudo users-admin alternatively check ur secondary groups : Code:
prakash@edgy:~$ groups adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#6 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
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.
|
|
|
|
|
#7 (permalink) | |
|
In The Zone
Join Date: Sep 2005
Posts: 416
|
Quote:
|
|
|
|
|
|
#8 (permalink) |
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
@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 |
|
|
|
|
#9 (permalink) | |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
Quote:
|
|
|
|
|
|
#10 (permalink) |
|
In The Zone
Join Date: Feb 2004
Location: Perth, A*stralia
Posts: 342
|
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 |
|
|
|
|
#11 (permalink) | |
|
In The Zone
Join Date: Sep 2005
Posts: 416
|
Quote:
|
|
|
|
|
|
#12 (permalink) |
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
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 |
|
|
|
|
#13 (permalink) | |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Quote:
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 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|