Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2012, 02:14 PM
ryanxv ryanxv is offline
Junior Member
 
Join Date: Oct 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Cannot access external hard drive
When I try to access my HP My Book external hard drive I get this message:An error occurred while accessing 'My Book', the system responded: org.freedesktop.Hal.Device.Volume.UnknownFailure: mount: /dev/ext2fs/My Book : Operation not supported by device. Do I need to format this drive,and if so how do I do it?
Reply With Quote
  #2  
Old 07-09-2012, 03:08 PM
Beanpole's Avatar
Beanpole Beanpole is offline
Senior Member
 
Join Date: May 2010
Posts: 1,599
Thanks: 2
Thanked 144 Times in 126 Posts
Default
Are you using a particular file manager that is giving you this error, or are you using the command line?
You can run the command "mount" to see if your device is already mounted and where. If it is mounted, just point your filemanager to that directory rather than clicking on the device. If your device is not mounted, you could always try the following commands (as root).

Code:
cd /media
mkdir My-Book
mount -t ext2fs /dev/ext2fs/My\ Book /media/My-Book
Now just point your file manager to the /media/My-Book directory to view the contents.
To unmount it when you are done:
Code:
unmount /media/My-Book
rmdir /media/My-Book
If you try out the latest snapshot for PC-BSD 9.1, there is a new tray application for mounting/unmounting devices that will do all of this for you, rather than relying on the somewhat linux-y methods that most of the file managers use (which don't always work properly on BSD).
__________________
~ Ken Moore ~
PC-BSD/iXsystems

Last edited by Beanpole; 07-09-2012 at 03:11 PM. Reason: grammer
Reply With Quote
  #3  
Old 07-09-2012, 06:05 PM
ryanxv ryanxv is offline
Junior Member
 
Join Date: Oct 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I forgot to mention that there are no files on this particular drive and that it may need to be formatted. As for your question, I am using Dolphin and not the command line.
Reply With Quote
  #4  
Old 10-05-2012, 02:47 PM
Dante77 Dante77 is offline
Junior Member
 
Join Date: Oct 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question Mount fail of 2nd Internal Hard Drive ... possible connection?
I have filed a bug which is possibly related to the problem you are experiencing with the external hard drive.
The error message is identical although the version of PC-BSD I was testing was 9.1 RC1.

http://trac.pcbsd.org/ticket/665

If there is an update on this ticket I am sure you problem will be fixed as a direct consequence.
Reply With Quote
  #5  
Old 10-27-2012, 07:44 PM
wjahn wjahn is offline
Junior Member
 
Join Date: Sep 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Invalid argument
Hi, I am having the same problem, but when I try to mount the external drive manually (command line), I get the following:

[wolfram@pcbsd-894] ~# mount -t ext2fs /dev/ext2fs/wj/ /media/wj/
mount: /dev/ext2fs/wj : Invalid argument

I completed the path to the usb drive (/dev/ext2fs/wj) using tabs, so there is no chance of misspelling....
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


All times are GMT. The time now is 05:19 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.