On 10 June 2010 10:33, ABSDoug <absd...@yahoo.com> wrote: > > If anyone has some quick advice on ntfs auto-mount... I was using "ntfs-config" in Ubuntu 9.10, but I don't see that in Debian Synaptic Package Manager. >
1.First we can rely on a software ntfs-3g (it may be installed by default) # aptitude install ntfs-3g 2. make dir that you want to mount ,here i assume it as /mnt/ntfs $mkdir /mnt/nfts 3. we edit the file /etc/fstab (i assume your nfts to be mounted is /dev/sda2 ,you can fdisk -l to find what it is in your machine) the /etc/fstab may look like this (slice ): # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 ... add the following to it : /dev/sda2 /mnt/nfts nfts-3g defaults 0 0 Note: replace the /dev/sda2 and the /mnt/ntfs you want to mount . Good luck. ^_^ -- ________________________ wolf python london(WPL) Do as you soul should do ! ________________________