Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Hardware Support
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Hardware Support Do you have any problems with installing new hardware under SuSE Linux? Post your question in here...

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-May-2008, 15:41
Doomknight
Guest
 
Posts: n/a
Default

What permisions do i need to add in order to get ntfs rw to any user and what must i do to be able to execute from them?

Here is my fstab:
/dev/disk/by-id/scsi-SATA_Maxtor_6K040L0_K11XJHYG-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_Maxtor_6K040L0_K11XJHYG-part2 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8,exec 0 0
/dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1LSS0LE-part1 /windows/F ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8,exec 0 0
/dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1LSS0LE-part2 /windows/G ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8,exec 0 0
/dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1LSS0LE-part3 /windows/R vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/disk/by-id/scsi-SATA_Maxtor_6K040L0_K11XJHYG-part5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0

Oh, one more ting, why does it says SATA when i have IDE drives?
  #2 (permalink)  
Old 20-May-2008, 17:52
swerdna
Guest
 
Posts: n/a
Default

Make this:
Quote:
/dev/disk/by-id/scsi-SATA_Maxtor_6K040L0_K11XJHYG-part2 /windows/E ntfs-3g[/b]
into this:
Quote:
/dev/disk/by-id/scsi-SATA_Maxtor_6K040L0_K11XJHYG-part2 /windows/E ntfs-3g defaults 0 0[/b]
and similarly for the other two ntfs partitions

For vfat, make this:
Quote:
/dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1LSS0LE-part3 /windows/R vfat[/b]
into this (all one line):
Quote:
/dev/disk/by-id/scsi-SATA_Maxtor_6E040L0_E1LSS0LE-part3 /windows/R vfat users,gid=users,umask=0002,utf8=true 0 0[/b]
And change the ownership of the directory "R" to owner=root, group=users, and permissions = drwxr-xr-x. Note you can only do the ownership and permissions when the vfat partition is unmounted.

To make a file executable, set the execute bit on it to "on" with the command
Quote:
chmod a+x /path_to/filename[/b]
Swerdna
  #3 (permalink)  
Old 21-May-2008, 13:41
Doomknight
Guest
 
Posts: n/a
Default

Thx swerdna, that did it.
  #4 (permalink)  
Old 21-May-2008, 13:53
Doomknight
Guest
 
Posts: n/a
Default

well, it appears i am able to play alien arena now thx to you, but the performance sux...am i right to assume that it's because i have the radeon driver shipped with suse and not ati proprietary?
  #5 (permalink)  
Old 21-May-2008, 14:29
swerdna
Guest
 
Posts: n/a
Default

Quote:
well, it appears i am able to play alien arena now thx to you
[/b]
I'm so pleased.
Quote:
but the performance sux...am i right to assume that it's because i have the radeon driver shipped with suse and not ati proprietary?
[/b]
I don't know so if no-one else answers you probably should make a new thread on that issue so people can see it.

Cheers
Swerdna
  #6 (permalink)  
Old 21-May-2008, 14:35
Doomknight
Guest
 
Posts: n/a
Default

did that a week ago, about ati 3d config, and people did tried to help, but nothing worked. i think there's something with my graphic card...i'll just wait for suse 11...Thx for your help
 

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2