LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help mounting windows drives in suse10.3 (https://www.linuxquestions.org/questions/linux-newbie-8/help-mounting-windows-drives-in-suse10-3-a-594128/)

junglistno1 10-24-2007 02:58 AM

Help mounting windows drives in suse10.3
 
Hi there,

ive just installed suse 10.3 on a secound hard drive(windows on the other) when i tried to install it wouldn't mount windows /c error -3003 every time.

i unplugged that hard drive and tried to re install no problems suse works fine

i plugged back in windows drive and grub boots up alough i need to add windows to grub but thats another issue

I want to be able to access windows drives on suse but not really sure where to start? anyone got any ideas?

Thanks

jschiwal 10-24-2007 06:13 AM

First modprobe the ntfs module: "sudo /sbin/modprobe ntfs". Then the easiest way would be to run the YaST2 partitioner program. Instead of partitioning your drive, select the partition and click on Edit. Then enter a mount point. You will want to make sure you select option that will give you permission to read from the drive. I'm not at my linux computer now, but there may a box that will allow you to do that under the properties. If not, you can add the options "fmask=111,dmask=000". This will allow anyone to read the drive. When you are finished, YaST will create your mount point and add an entry to /etc/fstab.

If you also want to write to the drive, then you need to install the ntfs-3g and fuse packages. You may need to modprobe the fuse kernel module after installing it: "sudo /sbin/modprobe fuse". Umount the windows partition, then edit your /etc/fstab file (as root) change the work ntfs to ntfs-3g. Next mount the windows partition: :"sudo mount -t ntfs-3g /dev/<device> /<mountpoint> -o rw,fmask=111,dmask=000". Where <device> is the device of your windows partition, such as /dev/sda1 and <mountpoint> is the directory you want it mounted, such as /mnt/windows/.

Using the partitioner program, YaST may pick up other options you might want such as the the character encoding of the filenames.

Both mount and ntfs-3g have their own manpages.

----

If you installed SuSE with the windows drive removed, you may have a problem if reinstalling the first drive causes the drive mappings to change. You may need to edit the the boot= line in the grub boot items, changing (hd0,0) to (hd1,0). Just something to keep in mind.

junglistno1 10-24-2007 08:41 AM

i tried using yast partitioner but still same error code,

also ive tried to edit my /boot/grub/menu.lst but it says i dont have permission any ideas also ive lost the graphical menu file any one know where its stored or whats its called?

junglistno1 10-24-2007 10:39 AM

o.k got it sorted, was because windows drives wheren't shut down properly dont know what difference it makes but seems to have worked o.k

thanks for the help


All times are GMT -5. The time now is 05:21 AM.