Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #61  
Old 7th December 2009, 06:03 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Looks like 'daewon' is your username, as far as the OS is concerned; "ron conrad" is probably the "full name" details that you entered during installation. To find out for sure:
whoami

V
Reply With Quote
  #62  
Old 7th December 2009, 06:31 PM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
linuxfedorafirefox
Quote:
Originally Posted by Hlingler View Post
Looks like 'daewon' is your username, as far as the OS is concerned; "ron conrad" is probably the "full name" details that you entered during installation. To find out for sure:
whoami

V
Well it seems to have worked on the root folder but not on any of the contents *LOL* ... Do i need to do that for every single file on the drive?
Reply With Quote
  #63  
Old 7th December 2009, 06:58 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Hello angelbeast & everybody,

I tried my very best to follow along with this. Then I discovered that it had been merged with an old thread. So now I'm not sure of anything going on, but I thought you might be interested in what WNorfleet discovered about the difference in ownership and permission behavior of a partition mount point when you change those things with the partition mounted versus unmounted. It's interesting, but if it doesn't apply or help here, then I apologize. No harm done...
http://forums.fedoraforum.org/showthread.php?t=227885
Reply With Quote
  #64  
Old 7th December 2009, 07:17 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
Well it seems to have worked on the root folder but not on any of the contents *LOL* ... Do i need to do that for every single file on the drive?
At this point, I have no idea where you are (in the filesystem), who you are working as, what permissions, what you have done, what you need/want to do, etc., etc., etc. So I can't really offer any further suggestions until you clarify.

V
Reply With Quote
  #65  
Old 8th December 2009, 03:54 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
linuxfedorafirefox
Quote:
Originally Posted by Hlingler View Post
At this point, I have no idea where you are (in the filesystem), who you are working as, what permissions, what you have done, what you need/want to do, etc., etc., etc. So I can't really offer any further suggestions until you clarify.

V
Okay i'll start again from the beginning :-)

I have 2 hard drives, both interna,in alptop The second i use for storage. Since i installed Fedora 12 i can access them but i can't edit or delete anything because everything is set to root access. I need to change it so i'm the owner and can edit and delete things :-)

---------- Post added at 10:54 PM CST ---------- Previous post was at 03:01 PM CST ----------

No one knows anyone? I'm gonnahave to go to some other ditro in the morning if i can't get this figured out and i kinda reallywould like to keep fedora :-)
Reply With Quote
  #66  
Old 8th December 2009, 03:59 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Please go back to my previous Post #60, and run the commands from terminal to change ownership to the desired settings. NOTE that sdb1 must be mounted first for such commands to work. After that, you can play with moving/deleting stuff at will from the file browser.

V
Reply With Quote
  #67  
Old 8th December 2009, 04:12 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
linuxfedorafirefox
Quote:
Originally Posted by Hlingler View Post
You may indeed change ownership (recursively) as in Ubungtu, using the same method. Start Nautilus from terminal as root-user (to the best of my knowledge, there is no menu launcher for Nautilus as root). I don't use GNOME, so I'm not sure if you need any special flags to do so, but try first:
su
nautilus


Then proceed to do the same right-click-change-permissions-fu as in UBU.

If Nautilus fails to start as root from command-line, I guess a GNOME guru will have to help with the correct options to force it.

Good Luck,
V

P.S. The old-fashioned way to recursively change all folders/files ownership:
su
chown -R <username>:<groupname> /media/sdb1


That's how I would do it - none of this Nautilus-as-root-point-and-click stuff.
Which BTW seems to be taking longer to figure out than just ordering the change-owner on terminal as I just wrote... .
I tried that but it onlychanged the permissions of the folder, nothing inside :-)
Reply With Quote
  #68  
Old 8th December 2009, 05:22 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
I tried that but it onlychanged the permissions of the folder, nothing inside
That does not jive: the '-R' flag means recursive - it should function so to change all permissions on all files and folders below the top-level specified (in my example: /media/sdb1/ ). NOTE again that the sdb1 must already be mounted read-write in order for any useful results. Otherwise, only permissions on the mount-point itself will be changed. You must perform the command as root-user.

V
Reply With Quote
  #69  
Old 8th December 2009, 05:35 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
linuxfedorafirefox
Quote:
Originally Posted by Hlingler View Post
That does not jive: the '-R' flag means recursive - it should function so to change all permissions on all files and folders below the top-level specified (in my example: /media/sdb1/ ). NOTE again that the sdb1 must already be mounted read-write in order for any useful results. Otherwise, only permissions on the mount-point itself will be changed. You must perform the command as root-user.

V
Okay i'll give it another try..i always seem to have those one in a million wierd pesky little glitches *LOL* ... i'll post what happens ina few min...thanksagain :-)

---------- Post added at 12:35 AM CST ---------- Previous post was at 12:29 AM CST ----------

ugh...i don't kow what's wrong...i tried it two ways when the first one didn't work right...check it out...

Code:
[daewon@ron-laptop ~]$ su
Command not found. 
[daewon@ron-laptop ~]$  chown -R daewon:daewon /media/sdb1
chown: cannot access `/media/sdb1': No such file or directory
[daewon@ron-laptop ~]$ su
Password: 
[root@ron-laptop daewon]#  chown -R daewon:daewon /media/sdb1
chown: cannot access `/media/sdb1': No such file or directory
[root@ron-laptop daewon]#
is there any possibility ny install disc was glitchy? Mybe i will do nother and try again
Reply With Quote
  #70  
Old 8th December 2009, 05:43 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
<Ahem> Did you first create the mount point ( /media/sdb1/ ) and then actually mount the drive (read-write) to that mount point ? All as root-user ?? Here's the entire series of commands, in order:
Code:
su
mkdir -p /media/sdb1/
chmod g+rwx,o+rwx /media/sdb1/
mount -t auto -o rw /dev/sdb1 /media/sdb1/
chown -R daewon:daewon /media/sdb1
V

P.S. The second command ('chmod g+rwx,o+rwx /media/sdb1/') is not strictly necessary, but I include it to (attempt to) prevent other permissions problems later... .

Last edited by Hlingler; 8th December 2009 at 06:07 AM.
Reply With Quote
  #71  
Old 8th December 2009, 06:11 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
linuxfedorafirefox
Quote:
Originally Posted by Hlingler View Post
<Ahem> Did you first create the mount point ( /media/sdb1/ ) and then actually mount the drive (read-write) to that mount point ? All as root-user ?? Here's the entire series of commands, in order:
Code:
su
mkdir -p /media/sdb1/
chmod g+rwx,o+rwx /media/sdb1/
mount -t auto -o rw /dev/sdb1 /media/sdb1/
chown -R daewon:daewon /media/sdb1
V
AH-HA!! That's the problem..I thought where it wasmunting it WS the munt point and thatididn't need to make one hehe...oops :-)

Going to try now

---------- Post added at 01:11 AM CST ---------- Previous post was at 12:59 AM CST ----------

Quote:
Originally Posted by Hlingler View Post
<Ahem> Did you first create the mount point ( /media/sdb1/ ) and then actually mount the drive (read-write) to that mount point ? All as root-user ?? Here's the entire series of commands, in order:
Code:
su
mkdir -p /media/sdb1/
chmod g+rwx,o+rwx /media/sdb1/
mount -t auto -o rw /dev/sdb1 /media/sdb1
chown -R daewon:daewon /media/sdb1
V

P.S. The second command ('chmod g+rwx,o+rwx /media/sdb1/') is not strictly necessary, but I include it to (attempt to) prevent other permissions problems later... .
t s

WOOHOO! you're awesome *LOL* Thatseems to hveworked..Now are yuany good with video? Second life keeps crashing on me hehe
Reply With Quote
  #72  
Old 8th December 2009, 06:15 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
Now are yuany good with video?
Umm... somewhat. Sometimes. On a good day.
Quote:
Second life keeps crashing on me
Now that - SecondLife - I know nothing about. Suggest that you either search the Forum or start a new thread (if you have not already done so).

V
Reply With Quote
  #73  
Old 8th December 2009, 06:18 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by angelbeast

Thatseems to hveworked.
That's good and everything, but I told you that twelve hours ago in post #63.
Reply With Quote
  #74  
Old 8th December 2009, 06:21 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
linuxfedorafirefox
Quote:
Originally Posted by Hlingler View Post
Umm... somewhat. Sometimes. On a good day.Now that - SecondLife - I know nothing about. Suggest that you either search the Forum or start a new thread (if you have not already done so).

V
I did but i haven't really gotten any responses.hehe ah well...Thankyou so much for all your help...It looks like i need to getmore into terminal commands eh? :-)
Reply With Quote
Reply

Tags
2nd, drive, hard, permissions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Weird hard drive / filesystem permissions temporalmaniac Using Fedora 4 29th November 2009 04:49 AM
USB hard drive, no permissions nardinc Hardware & Laptops 6 1st February 2007 11:23 PM
Automounted USB hard drive, have no permissions nardinc Hardware & Laptops 0 20th November 2006 03:16 PM
Setting NTFS Hard Drive Permissions yuiol Using Fedora 9 29th August 2004 05:33 PM


Current GMT-time: 00:08 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

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

FedoraForum is Powered by RedHat