Mounting /c

Rem P Roberti remegius at comcast.net
Fri Jan 9 13:43:47 PST 2009


Question 1)

I have this alias that allows me to mount my windoze drive at /c:

 alias mdc='mount_ntfs /dev/ad1s1 /c'

It works fine.  I thought that I could automate the process further by
mounting /c at boot-up time, so I added this to fstab:

# Device                Mountpoint      FStype  Options         Dump    
Pass#
/dev/ad1s1                  /c                  ntfs        
rw                 1           0

That doesn't work.  What is wrong there?

Question 2)

I know that it is possible to copy files from /c to my freebsd drive, but
is it possible to do that in reverse?

TIA...

Rem



More information about the freebsd-questions mailing list