ntfs-3g mount and unmount

Using applications, configuring, problems
Post Reply
Message
Author
sisifito
Posts: 17
Joined: Sun 16 Jul 2006, 08:37
Location: Argentina

ntfs-3g mount and unmount

#1 Post by sisifito »

this is the code for mount hda1

ntfs-3g /dev/hda1 /mnt/hda1
but i cant unmount hda1 , what is the code for unmount ??

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

I think the command is umount. For whatever reason, the "n" is silent. :lol:

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#3 Post by BarryK »

In Puppy 2.02, 'umount' is a script.
It autodetects if a ntfs partition is to be unmounted, and executes
ntfsmount -u <mountpoint>

sisifito
Posts: 17
Joined: Sun 16 Jul 2006, 08:37
Location: Argentina

umount ntfs

#4 Post by sisifito »

this is the code for mount hda1
ntfs-3g /dev/hda1 /mnt/hda1

code for umount hda1
ntfs-3g umount /mnt/hda1 (it works)
thanks

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: umount ntfs

#5 Post by BarryK »

sisifito wrote:code for umount hda1
ntfs-3g umount /mnt/hda1 (it works)
thanks
Gee, where did you get that from? The docs for ntfs-3g just said to use
ntfsmount -u <mount-point>

sisifito
Posts: 17
Joined: Sun 16 Jul 2006, 08:37
Location: Argentina

#6 Post by sisifito »

i get that in the official site www.linux-ntfs.org
http://forum.linux-ntfs.org/viewtopic.p ... ht=unmount
sometimes sisifo , sometimes sisifito ;)

Post Reply