From: ABSDoug on
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.






--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/604175.830.qm(a)web52007.mail.re2.yahoo.com
From: Monsieur Louk on
2010/6/10 ABSDoug <absdoug(a)yahoo.com>

> 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.
>
>
> <http://lists.debian.org/604175.830.qm(a)web52007.mail.re2.yahoo.com>
>
> You mean you have some HDs with ntfs partitions you'd like to mount at
startup?

You could always edit your /etc/rc.local file and put some 'mount' command
lines in it
From: ABSDoug on
--- On Thu, 6/10/10, Monsieur Louk <lupuss(a)gmail.com> wrote:

>You mean you have some HDs with ntfs partitions you'd like to mount at >startup?

That is exactly it. I have an ntfs partition I store all my personal files.

>You could always edit your /etc/rc.local file and put some 'mount' command >lines in it

I could if I knew how! I don't know how to edit rc.local, never even opened the file till now.





--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/822262.75900.qm(a)web52004.mail.re2.yahoo.com
From: 刘宇辉 on
On 10 June 2010 10:33, ABSDoug <absdoug(a)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 !
________________________
From: Alexander Batischev on
On Thu, Jun 10, 2010 at 01:28:52PM +0800, 刘宇辉 wrote:
> 2. make dir that you want to mount ,here i assume it as /mnt/ntfs
> $mkdir /mnt/nfts

Pay attention: /mnt belongs to root:root, so you should run mkdir as root

ABSDoug, did you try to make a little research by yourself before asking?
I Googled with keywords "mount ntfs debian" and got nice blog post as a first
link. All this details were described there, including not only automounting
using fstab, but also mounting by hands (it's not hard at all) and nice note
for beginners about "umount". Why don't you try to help yourself by yourself
(that probably sounds awkward for native speakers - excuse me if so)?

--
Regards,
Alexander Batischev

1024D/69093C81
F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81