Andrius wrote:
> dick hoogendijk wrote:
>   
>> On Mon, 16 Jun 2008 18:10:14 +0100
>> Andrius <[EMAIL PROTECTED]> wrote:
>>
>>     
>>> zpool does not to create a pool on USB disk (formatted in FAT32).
>>>       
>> It's already been formatted.
>> Try zpool create -f alpha c5t0d0p0
>>
>>     
>
> The same story
>
> # /usr/sbin/zpool create -f alpha c5t0d0p0
> cannot open '/dev/dsk/c5t0d0p0': Device busy
>   

When you insert a USB stick into a running Solaris system, and it is 
FAT32 formatted,
it may be automatically mounted as a filesystem, read/write.

The command above fails since it is already mounted and busy.
You may wish to use the df command to verify this.
If it is mounted, try unmounting it  fist, and then using the command;

# /usr/sbin/zpool create -f alpha c5t0d0p0



> Regards,
> Andrius
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>   

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to