openSUSE Forums > Archives > SF Archives > ARCHIVES - 64-bit » Howto Windows Partition Visible

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - 64-bit
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
  #1 (permalink)  
Old 24-Nov-2007, 14:58
hs7
Guest
 
Posts: n/a
Default

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
  #2 (permalink)  
Old 29-Nov-2007, 13:23
sliding
Guest
 
Posts: n/a
Default

Quote:
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
[/b]

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
  #3 (permalink)  
Old 01-Dec-2007, 14:52
hs7
Guest
 
Posts: n/a
Default

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
[/b]
thanx sliding for you help
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
  #4 (permalink)  
Old 01-Dec-2007, 17:44
Snakedriver
Guest
 
Posts: n/a
Default

Quote:
thanx sliding for you help
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
[/b]
Actually, if you use the Partitioner in Yast > click on the partiton & assign it a Mount Point like /winC, it will do it for you. Just don't click the format radio button; you want Do Not Format.
 

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