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

12th November 2008, 05:00 PM
|
|
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...
|

12th November 2008, 05:08 PM
|
 |
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
|

12th November 2008, 05:12 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207

|
|
Quote:
Originally Posted by Hlingler
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.
|

12th November 2008, 05:19 PM
|
 |
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
|

12th November 2008, 05:38 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207

|
|
Quote:
Originally Posted by Hlingler
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*
|

12th November 2008, 05:39 PM
|
|
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...
|

12th November 2008, 05:44 PM
|
|
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
|

12th November 2008, 05:53 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Quote:
Originally Posted by angelbeast
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
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
|

13th November 2008, 12:32 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207

|
|
Quote:
Originally Posted by Hlingler
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
|
|

13th November 2008, 12:59 AM
|
 |
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
|

13th November 2008, 01:10 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207

|
|
Quote:
Originally Posted by Hlingler
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.
|

13th November 2008, 04:21 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: The Motor City Madhouse
Posts: 207

|
|
Quote:
Originally Posted by Hlingler
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?
|

13th November 2008, 05:13 AM
|
|
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...
|

13th November 2008, 05:37 AM
|
|
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??
|

13th November 2008, 12:44 PM
|
|
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 :-)
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
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
|
|
|
Current GMT-time: 17:26 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|