Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-27-2008, 01:35 PM
|
#1
|
|
LQ Newbie
Registered: Jun 2008
Location: Rochester, New York
Distribution: Ubuntu/Xubuntu 8.04
Posts: 27
Rep:
|
Drive Permissions for Opensuse/Ubuntu
OK, about a month and a half ago now I made the switch in my household to Linux and no longer have Windows at all on any of my systems. My desktop is now loaded with Opensuse 11 and my laptop has Ubuntu 8.04 Hardy.
Anyways I have an 80gb external hd that I store music and photos on. I am able to format the drive on my laptop (Ubuntu) and it is now in the ext3 format. Once this is done I can look at the drive on my laptop but I don't seem to have any write permissions.
If I plug the drive into my desktop (Opensuse) it seems to mount but I have no read or write permissions and when I click on the drive I get a message that reads "Permissions Denied".
If I format the drive into NTFS I still have the same problems, and yes I have ntfs-3g and such installed on both of my systems.
I can't even change the read/write properties by right clicking the drive and changing them that way.
Anyone know how to fix this? I have learned tons about Linux already but there is still a few kinks I just can't figure out on my own.
All help is appreciated greatly
|
|
|
|
07-27-2008, 02:51 PM
|
#2
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,470
|
When you try to change permissions by right-clicking, clicking properties, are you logged in as root user? You can open a terminal/konsole and log on as root (su - in opensuse, sudo in ubuntu) and change permissions. Go to the directory where it is mounted and do this. What are you clicking on when you say 'right-clicking on the drive to change permissions'?
If you have an external drive with data you need first to create a directory and mount it on ubuntu or opensuse. Have you done this?
|
|
|
|
07-27-2008, 04:26 PM
|
#3
|
|
LQ Newbie
Registered: Jun 2008
Location: Rochester, New York
Distribution: Ubuntu/Xubuntu 8.04
Posts: 27
Original Poster
Rep:
|
I can't even mount the drive in Opensuse and yes I am logged in as root under a terminal.
I just get a message that says "permissions denied" when i right click on the drive and select mount.
|
|
|
|
07-27-2008, 06:06 PM
|
#4
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,470
|
I don't understand your comment about being logged in as root in a terminal and getting permission denied when you right click the drive. Being logged in as root in the terminal doesn't give you root permissions if you got to the gui, only what you do in the terminal. Do you have a mount point for your drive? It's your second drive, right? Assuming that you need a mount point for your drive w/pictures and music. Call it music and do this, as root in the terminal:
mkdir /mnt/music
mount -t ext3 /dev/sdb1 /mnt/music
The mkdir line creates a mount point, the second line (mount) mounts it and it assumess this is drive two with one partition. If this is not the case it won't work so then I would suggest you run the 'fdisk -l' command as root and post that info. If the commands above give you no errors do this:
cd mnt/music/
ls -l
|
|
|
|
08-26-2008, 06:31 PM
|
#5
|
|
LQ Newbie
Registered: Aug 2008
Posts: 1
Rep:
|
solution
i had the same issue. Then i changed the owner of the media from the command line.
$>sudo chown -hR go:go /media/gogrid/
if you did not mount your media. Mount it from command line or from places. From command line with the command:
$>sudo mkdir /media/gogrid
$>sudo mount -t ext3 /dev/sdb1 /media/gogrid
¨where gogrid is the new name for your media¨
$>sudo chown -hR go:go /media/gogrid/
done. Hope this helps.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:57 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|