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
  #1  
Old 12th November 2008, 05:00 PM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
permissions on hard drive

Hi. I seem to e unable to change the permissions on my secondary hard drive. Can someone help please? Thanks in advance...
Reply With Quote
  #2  
Old 12th November 2008, 05:08 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
How are you mounting it? What permissions did you assign to the mount point?

V
Reply With Quote
  #3  
Old 12th November 2008, 05:12 PM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Quote:
Originally Posted by Hlingler View Post
How are you mounting it? What permissions did you assign to the mount point?

V
Hello there. It's mounting automatically and it looks like it's mounting in the media folder.. So the folder where it mounts in effets the whole drives permissions? Letme go see what the permissions are.
Reply With Quote
  #4  
Old 12th November 2008, 05:19 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
If I recall correctly, default permissions is rw (read-write), BUT the standard /media/ folder is drwxr-xr-x root root.

V
Reply With Quote
  #5  
Old 12th November 2008, 05:38 PM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Quote:
Originally Posted by Hlingler View Post
If I recall correctly, default permissions is rw (read-write), BUT the standard /media/ folder is drwxr-xr-x root root.

V
Okay i'm really having issues here. I tried to change everything from the media folder down to the folder itself on the second drive but the ettings don't seem to be sticking. And when i try to click on to pply the settings to the files inside the whole folder it resets everything...Thi i strting to irritate me *LOL*
Reply With Quote
  #6  
Old 12th November 2008, 05:39 PM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
How do i do the whole thing right in the terminal? Right now i am opening a root file browser which does not seem to be working properly...
Reply With Quote
  #7  
Old 12th November 2008, 05:44 PM
Boricua Offline
Registered User
 
Join Date: Oct 2005
Location: Puerto Rico
Posts: 444
Perhaps this thread might prove useful:
HTML Code:
http://forums.fedoraforum.org/showthread.php?t=203728
Reply With Quote
  #8  
Old 12th November 2008, 05:53 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Quote:
Originally Posted by angelbeast View Post
Okay i'm really having issues here. I tried to change everything from the media folder down to the folder itself on the second drive but the ettings don't seem to be sticking. And when i try to click on to pply the settings to the files inside the whole folder it resets everything...Thi i strting to irritate me *LOL*
Quote:
Originally Posted by angelbeast View Post
How do i do the whole thing right in the terminal? Right now i am opening a root file browser which does not seem to be working properly...
As far as I am aware, you cannot change permissions on a mounted mount point. You would need to un-mount the drive, then change permissions on the mount point, then re-mount.

Try the suggestions in the thread linked by Francisco_PR. If that doesn't help, post back here (or there).

V
Reply With Quote
  #9  
Old 13th November 2008, 12:32 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Quote:
Originally Posted by Hlingler View Post
As far as I am aware, you cannot change permissions on a mounted mount point. You would need to un-mount the drive, then change permissions on the mount point, then re-mount.

Try the suggestions in the thread linked by Francisco_PR. If that doesn't help, post back here (or there).

V
Hmmm...Okay looking over my own fstap i see that my second hard drive is not eve listed. Also i can't find the uid for it anywhere. HEre's my ftap info...

Quote:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
UUID=28b0c5a3-faee-4ffc-98b9-cfffeb6b49ee /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
Reply With Quote
  #10  
Old 13th November 2008, 12:59 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
OK, assuming that the second HDD is not already part of one of the Logical Volumes (did you include it in any during install?), then add a mount point and an fstab entry. I simply made one like this (as root user):
mkdir /mnt/sdb/

And fstab entry:
/dev/sdb /mnt/sdb auto default,rw,users 0 0

V
Reply With Quote
  #11  
Old 13th November 2008, 01:10 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Quote:
Originally Posted by Hlingler View Post
OK, assuming that the second HDD is not already part of one of the Logical Volumes (did you include it in any during install?), then add a mount point and an fstab entry. I simply made one like this (as root user):
mkdir /mnt/sdb/

And fstab entry:
/dev/sdb /mnt/sdb auto default,rw,users 0 0

V
I had it unchecked during install but it's mounting when i boot up with no entry for it in fstab.
Reply With Quote
  #12  
Old 13th November 2008, 04:21 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Quote:
Originally Posted by Hlingler View Post
OK, assuming that the second HDD is not already part of one of the Logical Volumes (did you include it in any during install?), then add a mount point and an fstab entry. I simply made one like this (as root user):
mkdir /mnt/sdb/

And fstab entry:
/dev/sdb /mnt/sdb auto default,rw,users 0 0

V
ugh...that didn't seem to work at all...i'm not having a problems with it mounting...it mounts just fine...the problem is the permissions *LOL* ..

it's moounting in the media directory...would what you said wor if i change it to that directory?
Reply With Quote
  #13  
Old 13th November 2008, 05:13 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Okay NOW i seem to be having the same problem with my home folder...
Reply With Quote
  #14  
Old 13th November 2008, 05:37 AM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
Okay i just noticed this...


[ron@localhost ~]$ u -
bash: u: command not found
[ron@localhost ~]$ su -
Password:
[root@localhost ~]# /sbin/fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1d6a1d69

Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 9729 77947380 8e Linux LVM

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf998f998

Device Boot Start End Blocks Id System
/dev/sdb1 1 9729 78148161 83 Linux

Disk /dev/dm-0: 77.6 GB, 77678510080 bytes
255 heads, 63 sectors/track, 9443 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800

Disk /dev/dm-1 doesn't contain a valid partition table



it says the disk does not have a valid partition table..what do i do now??
Reply With Quote
  #15  
Old 13th November 2008, 12:44 PM
angelbeast Offline
Registered User
 
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207
I had to go back to Ubuntu for the time being because there were some files on the drive i needed to be able to modify right away. I will come back to Fedora when 10 comes out and give it another go. Maybe that one i will have better luck with :-)
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: 17:26 (Wednesday, 22-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