Other Having trouble mounting usb.

Code:
root@user:/usr/home/user # mount /dev/da0s1 /media/da0s1
mount: /dev/da0s1: No such file or directory
I tried to mount my sd card to usb reader but I get this error ^

Code:
root@user:/usr/home/user # camcontrol devlist
<TOSHIBA DT01ACA100 MS2OA750>      at scbus0 target 0 lun 0 (pass0,ada0)
<AHCI SGPIO Enclosure 2.00 0001>   at scbus4 target 0 lun 0 (pass1,ses0)
<Generic STORAGE DEVICE 1532>      at scbus5 target 0 lun 0 (da0,pass2)

root@user:/usr/home/user # gpart list da0
Geom name: da0
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 123473919
first: 63
entries: 4
scheme: MBR
Providers:
1. Name: da0s1
   Mediasize: 63217581568 (59G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 1048576
   Mode: r0w0e0
   efimedia: HD(1,MBR,0xb9611a61,0x800,0x75c07df)
   rawtype: 7
   length: 63217581568
   offset: 1048576
   type: ntfs
   index: 1
   end: 123473886
   start: 2048
Consumers:
1. Name: da0
   Mediasize: 63218647040 (59G)
   Sectorsize: 512
   Mode: r0w0e0
 
Maybe the volume is on /dev/da0 ?

I must confess that I sometimes do some cheating by looking in the directory tree of x11-fm/xfe to see where the volume is. In most cases it is mounted automatically under /media, probably because I put autofs_enable="YES" in my /etc/rc.conf too.

'probably' because I don't remember how I built all my settings -- documentation...
 
Back
Top