On Sun, Mar 28, 2021 at 08:38:33PM -0700, irixuzer wrote:
> I'm new to the list. Ive been trying to mount usb devices. After the first
> time, which was successful, I've been getting the following:
> 
> 
> $ sudo rmformat -l
> ...
> 6. Logical Node: /dev/rdsk/c8t0d0p0
>         Physical Node: /pci@0,0/pci1028,617@14/storage@5/disk@0,0
>         Connected Device: SanDisk  Cruzer Glide     1.27
>         Device Type: Removable
>         Bus: USB
>         Size: 29.8 GB
>         Label: <Unknown>
>         Access permissions: Medium is not write protected.

If rmformat shows the device, it's already mounted.  I just plugged
a USB stick into one of the USB ports on my system.  Here's what it
showed:

    <mills@qtpie:2357>$ rmformat -l
    Looking for devices...
    ...
         2. Logical Node: /dev/rdsk/c7t0d0p0
            Physical Node: 
/pci@0,0/pci1022,1453@1,3/pci1b21,1142@0/storage@7/disk@0,0
            Connected Device: Verbatim STORE N GO       5.00
            Device Type: Removable
            Bus: USB
            Size: 3.8 GB
            Label: <Unknown>
            Access permissions: Medium is not write protected.
    <mills@qtpie:2358>$ mount | grep media
    /media/STORE N GO on /dev/dsk/c7t0d0p0:1 
read/write/nosetuid/nodevices/hidden/nofoldcase/clamptime/noatime/timezone=21600/dev=3701190
 on Sun Mar 28 21:20:50 2021

USB devices are automatically mounted under /media .  You can access
them there.

To unmount them, I use the right-click menu of the icon on the
desktop.  There are other ways.

-- 
-Gary Mills-            -refurb-                -Winnipeg, Manitoba, Canada-

_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to