Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Hardware

Hardware Problems with hardware not being detected or supported.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-09-12, 02:27 PM CDT
Deathshroud Offline
Registered User
 
Join Date: Sep 2004
Posts: 37
Setting HDD permissions

I've just about lost all of my sanity trying to allow all users access to my windows drive, and my media drive. Here's what my fstab looks like...

Code:
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/hda6               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1             /mnt/cdrom1             udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
/dev/hdb1		/mnt/hdb1		ntfs	auto,user,noexec,rw 0 0
/dev/hda1		/mnt/windows		ntfs	auto,user,noexec,rw 0 0
hdb1, and hda1 are the drives I'm trying to set up here.

PLEASE HELP!!!!!!!!
Reply With Quote
  #2  
Old 2004-09-12, 02:32 PM CDT
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
this line may not do it:
Quote:
/dev/hda1 /mnt/windows ntfs auto,user,noexec,rw 0 0
now try using this one:

/dev/hda1 /mnt/windows -t ntfs -r -o umask=0222


and this thread may help too.....
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills
Reply With Quote
  #3  
Old 2004-09-12, 02:46 PM CDT
Deathshroud Offline
Registered User
 
Join Date: Sep 2004
Posts: 37
I copied that exact line into my fstab and it didn't work. Is there anything else you can think of?
Reply With Quote
  #4  
Old 2004-09-12, 02:48 PM CDT
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
can you post your /sbin/fdisk -l

and did you do this also: http://linux-ntfs.sourceforge.net/rpm/fedora2.html READ instructions pls.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills

Last edited by imdeemvp; 2004-09-12 at 02:52 PM CDT.
Reply With Quote
  #5  
Old 2004-09-12, 02:56 PM CDT
Deathshroud Offline
Registered User
 
Join Date: Sep 2004
Posts: 37
ok, here you are...

Code:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
16 heads, 63 sectors/track, 155061 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1      122799    61890381    7  HPFS/NTFS
/dev/hda2          122799      155056    16257780    f  W95 Ext'd (LBA)
/dev/hda5          122799      150705    14064876   83  Linux
/dev/hda6          150706      154785     2056288+  82  Linux swap
/dev/hda7          154786      155056      136521   83  Linux
 
Disk /dev/hdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1       14592   117210208+   7  HPFS/NTFS
Reply With Quote
  #6  
Old 2004-09-12, 03:02 PM CDT
Deathshroud Offline
Registered User
 
Join Date: Sep 2004
Posts: 37
ok, i got it working. I'm an idiot and I was typing unmask, not umask.
Reply With Quote
  #7  
Old 2004-09-12, 03:05 PM CDT
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
Quote:
Originally Posted by Deathshroud
ok, i got it working. I'm an idiot and I was typing unmask, not umask.

dont worry....i wont look down on you because it was typo.....incase you dont know it was just a typo

im glad you nailed it
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills
Reply With Quote
Reply

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
Setting Permissions weave General Support 2 2008-12-11 07:41 AM CST
Setting permissions on a Share vonedaddy General Support 1 2008-11-20 03:40 AM CST
Setting permissions on /dev/usb/lp0 royb General Support 0 2006-05-20 03:04 AM CDT
Setting Permissions newby General Support 4 2006-01-13 04:28 PM CST
Setting permissions merc73jeff General Support 4 2005-10-28 11:29 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 08:46 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



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 | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Languages translations supported by vBET