how to mount usb device?
$rmformat:
Volmgt Node: /vol/dev/aliases/rmdisk0
Logical Node: /dev/rdsk/c2t0d0p0
Physical Node: /pci@0,0/pci1462,7210@1d,7/storage@5/disk@0,0
Connected Device: USB FLASH DRIVE 34CH
Device Type: Removable
mounting:
mkdir /mnt/usb
mount -F pcfs /dev/rdsk/c2t0d0p0 /mnt/usb
get
mount: Block device required
and try this
volrmmount -i rmdisk0
maybe it must be here/rmdisk?
but
# ls -l /rmdisk/
total 0
how to mount flesh device in Solaris 10?
Message was edited by:
alexey.m@i.ua
null
# 1
Hello.
Try /dev/dsk/c2t0d0p0 (without an "r" before "dsk").
Under Solaris /dev/rdsk is for direct disk access (such as formatting etc) while /dev/dsk is for mounting.
Volmgt Node: /vol/dev/aliases/rmdisk0
In this case the device should be mounted automatically?
Martin
# 2
i found the problem
this is output of dmesg
Jun 7 09:45:00 unknown pcfs: [ID 403951 kern.info] NOTICE: pcfs: FAT size error
Jun 7 09:45:00 unknown pcfs: [ID 132729 kern.info] NOTICE: pcfs: illegal disk format
and i do this
# mkfs -F pcfs /dev/rdsk/c2t0d0p0:c
then my device mount automaticaly