Results 11 to 13 of 13
Can you explain to me what you mean by "the mount point must exsist"? Do you mean I have to create that directory first? Or is it something more?...
- 06-13-2006 #11Just Joined!
- Join Date
- Jun 2006
- Posts
- 10
Can you explain to me what you mean by "the mount point must exsist"? Do you mean I have to create that directory first? Or is it something more?
- 06-13-2006 #12
Originally Posted by caustik_bt
Exactly.
Suppose you want to mount /dev/hda1 to /mnt/windows.
You first create the directory :
Then you mount the volume :Code:mkdir -p /mnt/windows
Code:mount -t ntfs -o umask=0222,user /dev/hda1 /mnt/windows
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-13-2006 #13Just Joined!
- Join Date
- Jun 2006
- Posts
- 10
Man, I cannot thank you enough! This is why I am always amazed by Linux, difficult problem, easy solution. It works perfectly.


Reply With Quote
