hi
i recently mounted an ntfs drive
and named is /previews.
i am able to view the drive and files
but can not copy to it as the error output says
cp: /previews /new: No such file or directory
Owner is root and i cant chown the drive nor chmod it
Here is the line form my fstab file
/dev/ad2s1 /previews
ntfs rw,noauto 0 0
code
mkdir /previews
sudo mount /dev/ad2s1
It is mounted fine
i can even view the files
code:
pcbsd# cp -R new /previews
cp: /previews /new: No such file or directory
is it possible i have set the line in fstab wrong
i do not like it auto loading at boot up
i ran into this once before but do not remember when or what i did about it.
Any idea anyone please