Reply
 
Thread Tools Display Modes
  #1  
Old 01-27-2008, 07:41 AM
heatherval heatherval is offline
Senior Member
 
Join Date: Apr 2007
Posts: 179
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to heatherval
Default No such file or directory on viewable drive
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
Reply With Quote
  #2  
Old 01-27-2008, 05:34 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default Re: No such file or directory on viewable drive
FreeBSD only has READ ONLY access to NTFS Volumes, you require drivers not included with FreeBSD if you want to have write access.


Probable way of getting RW to NTFS:

Opent he PC-BSD system tool and fetch the system sources (or use FreeBSD sources on PC-BSD CD#2).

Install fusefs-ntfs and ntfsprogs from ports

follow any related instructions from their doc and reboot.


Note: You fsck up your NTFS drives, it's your own head... since Microsoft owns NTFS and any other implementation of RW is likely without warranty.
Reply With Quote
  #3  
Old 01-27-2008, 08:43 PM
heatherval heatherval is offline
Senior Member
 
Join Date: Apr 2007
Posts: 179
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to heatherval
Default Re: No such file or directory on viewable drive
Hi

Thank you so much for your reply terryP
i remember doing something very similar in ubuntu at one time
with am Ntfs tool i needed to install

i know i already have the sources as of yesterday
now to get the install going on the tool you mention.

i will try not to fsck the drives

Thanks
Reply With Quote
  #4  
Old 01-27-2008, 09:11 PM
heatherval heatherval is offline
Senior Member
 
Join Date: Apr 2007
Posts: 179
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to heatherval
Default Re: No such file or directory on viewable drive
Originally Posted by heatherval
Hi

Thank you so much for your reply TerryP
i remember doing something very similar in ubuntu at one time
with am ntfs tool i needed to install

i know i already have the sources as of yesterday
now to get the install going on the tool you mention.

i will try not to fsck the drives

Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
rm /etc/X11/Xorg.conf no such file or directory. cannot star dalfish Startup Bug Reports 4 01-27-2010 05:00 PM
error: jpeglib.h: No such file or directory sebcorse Usage Bug Reports 1 09-05-2009 04:36 PM
hard drive GUI and file system support redshirt Drives 4 12-10-2007 05:42 PM
Can't stat /dev/da0s1a: No such file or directory olvo General Questions 5 09-24-2007 08:04 AM
Problem with moving directory within fat32 file system cran General Questions 1 02-13-2007 07:00 AM


All times are GMT. The time now is 07:09 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.