View previous topic :: View next topic |
Author |
Message |
n7down Tux's lil' helper
Joined: 24 May 2004 Posts: 122 Location: /home/n7down
|
Posted: Mon May 24, 2004 7:25 am Post subject: Unable to execute files from second hard drive |
|
|
Hey how do i get files to execute on my second hard drive???
Here my fstab for that hard drive.
Code: | /dev/hdb2 /mnt/cyndi vfat users,rw,umask=0 0 0 |
Am I missing something??? I pretty sure that the premissions are set correctly or do i have to set the umask to something else?? |
|
Back to top |
|
|
peterton Tux's lil' helper
Joined: 20 Aug 2003 Posts: 110
|
Posted: Mon May 24, 2004 7:31 am Post subject: |
|
|
make umask=022 or something |
|
Back to top |
|
|
n7down Tux's lil' helper
Joined: 24 May 2004 Posts: 122 Location: /home/n7down
|
Posted: Mon May 24, 2004 7:41 am Post subject: |
|
|
nope didn't work. Thanks for the help though. |
|
Back to top |
|
|
dalek Veteran
Joined: 19 Sep 2003 Posts: 1353 Location: Mississippi USA
|
Posted: Mon May 24, 2004 7:52 am Post subject: |
|
|
I make my fstab look like this for my spare data partition:
Code: | /dev/hda11 /mnt/data reiserfs defaults,rw 0 0 |
I have executed files from there.
Hope that helps.
_________________ My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case |
|
Back to top |
|
|
n7down Tux's lil' helper
Joined: 24 May 2004 Posts: 122 Location: /home/n7down
|
Posted: Mon May 24, 2004 8:02 am Post subject: |
|
|
this is a data partation that is shared between windows and linux uninfortunally . |
|
Back to top |
|
|
peterton Tux's lil' helper
Joined: 20 Aug 2003 Posts: 110
|
Posted: Mon May 24, 2004 8:05 am Post subject: |
|
|
btw, it's not users but user
add an option exec (generic, not fat specific), that should do it |
|
Back to top |
|
|
rewt n00b
Joined: 19 Feb 2004 Posts: 58
|
Posted: Mon May 24, 2004 8:11 am Post subject: |
|
|
is your friend
Code: | user
Allow an ordinary user to mount the file system. The name of the mounting user is written to mtab so that he can unmount the file system again. This option implies the options noexec, nosuid, and nodev (unless overridden by subsequent options, as in the option line user,exec,dev,suid) |
is also fine. Depends what you wanted but in any case noexec is implied so you'll have to stick exec in your fstab _________________ Because sometimes peace is another word for surrender... and secrets have a way of getting out |
|
Back to top |
|
|
n7down Tux's lil' helper
Joined: 24 May 2004 Posts: 122 Location: /home/n7down
|
Posted: Mon May 24, 2004 8:17 am Post subject: |
|
|
hey it worked!!! Thanks for everyones help!! |
|
Back to top |
|
|
dalek Veteran
Joined: 19 Sep 2003 Posts: 1353 Location: Mississippi USA
|
Posted: Mon May 24, 2004 7:20 pm Post subject: |
|
|
That must be part of "defaults". I wonder what those "defaults" are??
Glad you got it working.
_________________ My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case |
|
Back to top |
|
|
|