Jump to content

Windows NTFS Partition Unmounts Randomly


Guest floydfan
 Share

Recommended Posts

Guest floydfan

HI!

I recently setup fstab to mount my windows partition with read and right permissions using Captive software. Everything went ok, but when i dont use the partition for a while it automatically unmounts or something. When i try to ""cd"" to the mount point and ""dir"" i get this error message.

dir: .: Transport endpoint is not connected

. Here's a copy of my fstab:

/dev/hda1 / ext3 defaults 1 1
/dev/sda5 /mnt/hd ext3 defaults 1 2
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=utf8,sync 0 0
/mnt/hd/mandriva-powerpack-2007-DVD.i586.iso /mnt/mandriva-powerpack-2007-DVD.i586 iso9660 noauto,loop 0 0
/dev/sda1 /mnt/win_ vfat umask=0,iocharset=utf8 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
/dev/sda2 /mnt/win_c captive-ntfs rw,auto,user,uid=ben,gid=ben,umask=000 0 0

 

sda2 is the partition i am having trouble with.... Thanks for the help in advanced!

Link to comment
Share on other sites

Guest floydfan

Kinda funny. I did drop captive and installed ntfs-3g. When I try to mount i get this

fusermount: 'fuseblk' support missing; try the kernel module from fuse-2.6.0 or later

I installed the latest version of FUSE using this method

./configure --enable-kernel-module
 make
 make install

I don't think the fuse kernel module is getting updated. I think it has something to do with Mandriva using compressed modules and it wont overwrite it's self. I tried to rmmod fuse but that don't work either.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...