|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - 64-bit Questions specific to 64-bit systems running SUSE Linux
(Questions that apply to both 32-bit and 64-bit systems should be posted in the appropriate mixed architecture forums) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi there,
I would like to have rw acces to my windows xp fat32 partition. please give me some advice how to do it Im using opensuse 10.3 64bit fstab entry /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3401280-part4 / ext3 acl,user_xattr 1 1 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3401280-part3 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 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 thanx in advance |
|
|||
|
Quote:
You could do it like adding this: /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3401280-partX /winXP vfat auto, user, umask=0000 0 0 X is the number of your windows partition /winXP the mount point where it should be connected umask=0000 sets the acces for reading writing for everyone |
|
|||
|
Quote:
the right solution I found here http://www.swerdna.net.au/linhowtosusedisk...ermissions.html in fstab it looks like that /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3401280-part1 /mnt/fat32 vfat users,gid=users,umask=0002,utf8=true 0 0 you was very close |
|
|||
|
Quote:
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|