Re: [OpenIndiana-discuss] Using a USB 20 device

2012-09-16 Thread Dmitry Kozhinov

What filesystem do you have at the USB drive? Is it supported by OI?
XP may see NTFS filesystem, which is not readable by OI.

 XP sees it and VBox also sees it but OI doesn't.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Using a USB 20 device

2012-09-16 Thread Jean-Pierre André

Hi,


Dmitry Kozhinov wrote:

What filesystem do you have at the USB drive? Is it supported by OI?
XP may see NTFS filesystem, which is not readable by OI.


It is very difficult to get facts known...

Please look at http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html

Regards

Jean-Pierre


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] HFS+ (Apple file system) read/write support on Illumos -- interest levels?

2012-09-16 Thread Ray Arachelian
On 09/15/2012 01:15 AM, Magnus wrote:
 I know we're supposed to be promoting Illumos solutions and whatnot,
 but why not run ZFS directly

I wonder, how difficult would it be to port FUSE to OI?  That would
probably do the trick, and also open up lots of support for other file
systems too...

It seems there used to be a project to do this here, but it's dead now: 
http://hub.opensolaris.org/bin/view/Project+fuse/


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] HFS+ (Apple file system) read/write support on Illumos -- interest levels?

2012-09-16 Thread Jean-Pierre André

Hi

Ray Arachelian wrote:

On 09/15/2012 01:15 AM, Magnus wrote:
   

I know we're supposed to be promoting Illumos solutions and whatnot,
but why not run ZFS directly
 

I wonder, how difficult would it be to port FUSE to OI?  That would
probably do the trick, and also open up lots of support for other file
systems too...


Oh no !, second time today : please read

http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html

The above is for the fuse kernel module, and an acceptable
version of the fuse library is available on sfe :

http://pkg.openindiana.org/sfe/en/catalog.shtml

Regards

Jean-Pierre

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Using a USB 20 device

2012-09-16 Thread Nathan Kunkee

On 09/15/12 01:59 PM, Bob Palank wrote:

Are there specific directions as to how to read/write data on a USB 2.0 jump 
drive?
XP sees it and VBox also sees it but OI doesn't.
If I need to mount it,  are there specific directions?
I've looked at general Linux directions and I fail.
Bob
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


If the desktop isn't picking up on it automatically, the cfgadm command 
is where I would start troubleshooting. Run as root, it lists all of the 
devices, ports, and occupants that the kernel is aware of.



nathan@mossflower:~$ pfexec cfgadm -la
Ap_Id  Type Receptacle   Occupant 
Condition

usb2/1 usb-hub  connectedconfigured   ok
usb2/1.1   usb-device   connectedconfigured   ok
usb2/1.2   usb-mouseconnectedconfigured   ok
usb2/1.3   unknown  emptyunconfigured ok
usb2/1.4   unknown  emptyunconfigured ok
usb2/2 unknown  emptyunconfigured ok
usb3/1 unknown  emptyunconfigured ok
usb3/2 unknown  emptyunconfigured ok
usb4/1 unknown  emptyunconfigured ok
usb4/2 unknown  emptyunconfigured ok
usb5/1 unknown  emptyunconfigured ok
usb5/2 unknown  emptyunconfigured ok
usb6/1 unknown  emptyunconfigured ok
usb6/2 unknown  emptyunconfigured ok
usb6/3 unknown  emptyunconfigured ok
usb6/4 unknown  emptyunconfigured ok
usb6/5 unknown  emptyunconfigured ok
usb6/6 unknown  emptyunconfigured ok
usb6/7 usb-storage  connectedconfigured   ok
usb6/8 unknown  emptyunconfigured ok

At one time, I thought that listing included the block device too 
(c4t0d0p0), and someone more knowledgeable may be able to better say, 
but rmformat will list that:


nathan@mossflower:~$ rmformat
Looking for devices...
 1. Logical Node: /dev/rdsk/c1t0d0p0
Physical Node: /pci@0,0/pci-ide@1f,1/ide@0/sd@0,0
Connected Device: HL-DT-ST CDRW/DVD GCC4244 B103
Device Type: CD Reader
Bus: IDE
Size: Unknown
Label: Unknown
Access permissions: Unknown
 2. Logical Node: /dev/rdsk/c4t0d0p0
Physical Node: /pci@0,0/pci1028,1ad@1d,7/storage@7/disk@0,0
Connected Device: Sony Storage Media0100
Device Type: Removable
Bus: USB
Size: 1.9 GB
Label: Unknown
Access permissions: Medium is not write protected.

So, in the most manual case, you could confirm that the occupant is 
configured with cfgadm and then mount the filesystem directly as guided 
by rmformat. All of that helps set you up for Roel and Dmitry ask (VM? 
how setup? how is it partitioned? do you have filesystem drivers?)


Hope that helps,
Nathan

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss