LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Suse 10 hurts NTFS Partition (https://www.linuxquestions.org/questions/suse-opensuse-60/suse-10-hurts-ntfs-partition-386639/)

GkS 11-26-2005 04:36 AM

Suse 10 hurts NTFS Partition
 
Hi everybody!
By the time I installed suse 10 on my laptop,it coexists with windowz xp, I'm having this strange problem.
Everytime I leave suse and go back to windowz, I find my NTFS partition always a mess and the os is loading really slow. I always have to run chkdsk /f to fix the errors and that happens everytime I return from suse to windowz,no exceptions.
Before someone asks me, I don't try to write or delete files on the NTFS partition from within suse and when the system powers down, I can clearly see that it dismounts all drives.I tried both lilo and Grub bootloaders, but no luck.

Does anybody have the same problem? It's really begining to bother me, I'm thinking of going back to suse 9.3 that worked perfectly.

Keruskerfuerst 11-26-2005 05:05 AM

Please post /etc/fstab

GkS 11-26-2005 01:36 PM

Ok, sorry about the delay,here's the fstab:

/dev/hda6 / reiserfs acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
none /subdomain subdomainfs noauto 0 0

Keruskerfuerst 11-27-2005 03:22 AM

Try to comment out the following line:

/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
with a "#" before the entry and go trough your "testcase" again.

or
change the line to:

/dev/hda1 /windows/C ntfs noauto,ro,users,gid=users,umask=0002,nls=utf8 0 0
in this case you have to mount your windows partiton manually.





All times are GMT -5. The time now is 11:54 AM.