This has been one headache after another. I’ve NEVER had this kind of trouble with ms windows.
Here’s the latest problem and the only one I’ve been unable to figure out on my own. I set up Suse 64 bit and I used an entire 153 gig drive for the installation. There are two other hd’s on my system and by default they have shown up as windows/c and windows/d
I can’t write to these drives as anyone except root and some apps won’t work as root. I’m sick to death of entering passwords just to install trivial programs and if I can’t read/write to these two ntfs drives under my own username I’m gonna have to scrap this whole migration. I am assuming that my problem is on a file called fstab. I found someone with a similar problem who fixed it by changing two numbers on each drive. I have already tried that and it didn’t help. Here’s my fstab code:
/dev/disk/by-id/ata-ST3120026A_3JT360RF-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-ST3120026A_3JT360RF-part2 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST3120026A_3JT360RF-part3 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-Maxtor_6L300R0_L628VDVG-part5 /windows/C ntfs-3g user,users,gid=users,fmask=113,dmask=002,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-HDT722516DLA380_VDK71CTCD58K3N-part5 /windows/D ntfs-3g user,users,gid=users,fmask=113,dmask=002,locale=en_US.UTF-8 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
All of these problems are really getting old fast. Any help would be appreciated. Robb