View Single Post
  #1   (View Single Post)  
Old 14th November 2008
rativid rativid is offline
New User
 
Join Date: Nov 2008
Posts: 1
Default mounting external XFS HDD

I'm try to mount my external HDD with XFS but i got error:
Code:
mount_xfs /dev/sd0a /mnt/flashdrive/ 
mount_xfs: Device not configured
dmesg:
Code:
umass0 detached
umass0 at uhub0 port 3 configuration 1 interface 0 "JMicron USB to ATA/ATAPI Bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <SAMSUNG, J1TL415479, 0-12> SCSI2 0/direct fixed
sd0: 286168MB, 36481 cyl, 255 head, 63 sec, 512 bytes/sec, 586072368 sec total
Kernel have XFS option
What are I'm doing wrong
Thanks in advance
Reply With Quote