> How do I mount a flash drive from text mode? (I
> deleted splash image, foreground and background parts
> in GRUB and removed console=graphics from kernel
> line)

"iostat -En" prints a list of storage devices.

"mount -F pcfs /dev/dsk/cXt0d0p0:c /mnt" 
manually mounts a FAT filesystem from a flash
drive, where cXt0d0 is the device name listed
by the iostat -En command (and the appended
suffix p0:c is the first FAT fdisk partition on that
device).

> The /home partition isn't mounted and I need a place
> to store some logs so I can later put them on
> bugzilla.

Is that in single user mode?  "zfs mount -a" 
should mount all zfs filesystems.
-- 
This message posted from opensolaris.org

Reply via email to