Neal Pollack wrote:
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;

That is true, disc is detected automatically. But

# umount /dev/rdsk/c5t0d0p0
umount: warning: /dev/rdsk/c5t0d0p0 not in mnttab
umount: /dev/rdsk/c5t0d0p0 not mounted


--
Regards,
Andrius Burlega
begin:vcard
fn:Andrius Burlega
n:Burlega;Andrius
email;internet:[EMAIL PROTECTED]
tel;cell:+353876301575
x-mozilla-html:FALSE
version:2.1
end:vcard

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

Reply via email to