Mount PENDRIVE in Solaris

Hi
I try to mount my usb flash drive, which has FAT32 File System under solaris environment but unfortunately could not succeed. Any Help in this regard awaited .. Below is the abstarct of log
==============
Mar 21 11:00:52 bgl-nib.a usba: [ID 855233 kern.info] USB-device: storage@3, scsa2usb0 at bus address 4
Mar 21 11:00:52 bgl-nib.a genunix: [ID 936769 kern.info] scsa2usb0 is /pci@1f,0/usb@c,3/storage@3
Mar 21 11:00:52 bgl-nib.a scsi: [ID 193665 kern.info] usb_sd0 at scsa2usb0: target 0 lun 0
Mar 21 11:00:52 bgl-nib.a genunix: [ID 936769 kern.info] usb_sd0 is /pci@1f,0/usb@c,3/storage@3/disk@0,0
Mar 21 11:00:52 bgl-nib.a genunix: [ID 408114 kern.info] /pci@1f,0/usb@c,3/storage@3/disk@0,0 (usb_sd0) online
Mar 21 11:00:52 bgl-nib.a genunix: [ID 408114 kern.info] /pci@1f,0/usb@c,3/storage@3 (scsa2usb0) online
==============================================
When I try mounitng the device it says FS not this type. How to mount a FAT32 device.
regards
Yadwendra

Hmm, the mount -F pcfs option should support FAT32 filesystems.
Anyway, what mount options do you use? You could try and mount it with -o hidden, i've seen that it helps with certain devices, also check sunsolve for pcfs related patches.
.7/M.

Similar Messages

  • Mounting zfs in Solaris 10

    Currently I have three hard drives with:
    Disk1: Solaris 10
    Disk2: SXDE
    Disk3: OpenSolaris (ZFS)
    What is the proper way to mount Disk3 from Solaris 10 or SXDE

    Hi
    I think that the command that you need is 'zpool import' (on its own it will list pools that are available to import).
    You may have problems if the version of ZFS on disk 3 is higher than the drivers on either Solaris 10 or SXDE (I recently tried importing an SXCE created ZFS partition into FreeBSD 7, but it failed for this reason).
    Paul

  • Cannot mount  USB on Solaris 10 10/08

    I inserted the USB drive, I have tried the following, however it didnt work.
    devfsadm -Cv
    Format>
    In format, Im seeing only 1 disk. (that is my harddisk)
    0 -> c1todo
    I did few more things,
    Mount -F pcfs /dev/dsk/c2t0d0p0:c /mnt
    How I found out its c2, iostat -En output.
    Please someone assist.
    Thanks,
    Sylvester, Prasanth

    & I tried making ZFS file system on pendrive,
    zpool create myusb c2t0d0p0
    zpool list myusb
    Now I can see the file system, however windows doesnt recosgnise it now :( screwd again !!!Right, Windows has no idea what ZFS is so there is no way that it can mount the drive.
    In order for it to work on both Windows and Solaris then you need to format the device with a filesystem in common.
    The most common way to do this is to format it with a FAT32 filesystem or you could use NTFS if you load up the drivers for it on the Solaris side.
    After you format it FAT32 then Windows should have no problems with it since it's a native format and Solaris vold mounts my FAT32 USB devices automatically.
    alan

  • Mount usb in Solaris 10

    Dear friends,
    I am using Sun Sparc solaris 10, I am trying to Mount the usb using the following command and i was successfully & able to mount the usb, but now suprisingly i find problem.
    the command I used in SU mode is
    mount -F pcfs /dev/dsk/c2t0d0s0:c /mnt
    mount : no such file or Directory,
    please can any tell why i occurs,
    Your immediate reply would be more hel[pful for me
    Thanks in Advance
    Raja

    <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>Quote:</b></td></tr><tr><td class="quote">
    mount -F pcfs /dev/dsk/c2t0d0s0:c /mnt
    mount : no such file or Directory
    </td></tr></table>
    Hello.
    1) Check if the device entry /dev/dsk/c2t0d0s0 exists
    (by typing ls -L /dev/dsk/c2t0d0s0 - a block file must be displayed)
    2) Are you sure the disk is /dev/dsk/c2t0d0s<u><b>0</b></u> and not /dev/dsk/c2t0d0s<u><b>2</b></u>?
    3) Make sure that the /mnt directory exists and is not mounted.
    I hope this helps.
    Martin

  • Mounting NTFS on Solaris 10

    How can i munt the NTFS partition of my Windows XP on Solaris 10?
    Can somebody help me????
    It can be possible?

    Package FSWmisc now mounts NTFS partitions directly. No special mount_ntfs program required. It is based on Martin Rosenau's mount_ntfs. Package FSWpart comes with prtpart, which displays all the partitions, including extended partitions, and partition types.
    See http://www.genunix.org/distributions/belenix_site/binfiles/README.FSWfsmisc.txt
    Download from http://www.belenix.org/binfiles/FSWpart.tar.gz and http://www.belenix.org/binfiles/FSWfsmisc.tar.gz
    Install with pkgadd -d . (in the directory you unpacked the above two tarballs).
    Here's a sample /etc/vfstab line:
    /dev/dsk/c0d0p1     -     /c     ntfs     -     no     roAnd sample output from mount and xlsmounts:
    # mount
    /c on 127.0.0.1:/ remote/read only/setuid/devices/port=33249/public/vers=2/proto=udp/xattr/dev=4700004 on Sun Nov 26 19:42:29 2006
    # xlsmounts
      PHYSICAL DEVICE                 LOGICAL DEVICE      FS    PID         ADDR Mounted on
      /dev/dsk/c0d0p1                /dev/dsk/c0d0p1    ntfs   3354  127.0.0.1:/ /cAlso both mount_ntfs and FSWfsmisc work with Solaris 10 and OpenSolaris ("Nevada").

  • Mounting problem with Solaris 10

    Hi everybody !
    I am new in Solaris admin (come from HP !)
    here is my problem :
    i have to create a FS (would be only data in it) that would be shared by 2 zones working on a fail-over principe.
    So i create this FS directly under the global zone.
    But i can't find in the Man pages the options of mount that tell the 2 zones to have their entries alternatively on this new FS
    waiting for your advices, thanks in advance.
    Titine.

    You don;t need to mount the FS by NFS unless your talking about zones on two different machines.
    Two zones on the same machine can import the same filesystem with no problems.
    But I'm unclear as to what your trying to achieve. Two zones on the same machines provides no real failover because if the machine goes down so do both zones.
    Your best option is to have the FS on one machine and NFS export it to 2 other machines.
    Theres no real advantage to using zones here of course. But you can if you prefer.
    Of course the machine hosting the FS is still a single point of failure unless you use a SAN and HA-NFS.

  • Ask about mounting NTFS in Solaris 10

    hello ev body
    I got a 80Go hard drive
    in which installed win XP .. linux mandrake9.2 and reecently the Solaris10
    the partition of my disk are
    [b]principal -1-
    Fat32 partition [32 Mo] principal (is the booting )
    Fat32 parttition [6.6 Go] for data storing purpse
    [b]principal -2-
    Solaris Partition [15 Go] where Solaris is installed
    also mounted / ; /export/home ;/... all typical unix mounted
    [b]principal -3 -
    NTFS partition [10 Go] for data purpse
    NTFS partition [10 Go] for data purpse
    NTFS partition [15 Go] for data purpse
    NTFS partition [14 Go] where installed win Xp
    linux swap partion [512 Mo]
    ext2 partition [3 Go] where installed linux
    free space [<500M]
    I wish this is detailled enough to give me the right solution to see all partions when running Solaris
    I don't care about writing access in NTFS ..
    Personally I successfully mounted The 2 Fat32 partions in solaris with
    #mount -F pcfs -o rw /dev/dsk/c0d0p0:c /mnt/C
    #mount -F pcfs -o rw /dev/dsk/c0d0p0:c /mnt/C
    and I failed to see the NTFS Partions
    So please if there is a way to do tell me how to do
    or if you need more details I will do better expl..

    Still Have no Answer !!
    but when

  • Mounting FAT32 in Solaris 10 step by step

    Hi!
    I had problem with do that and I finally solve. I saw that many peoples have problems with mounting FAT32 so I decided to write how I do that.
    1. FAT32 must be a primary partition!
    2. # smc
    3. In This Computer-> Storage-> Disks check device name. I have c1d0.
    4. Close smc and type # fdisk <device name>p0
    for example: # fdisk c1d0p0
    Check the number of FAT32 partition. In my case it is nr 4. Type 6 to cancel.
    5. Make direction /pcfs/c by adding new folder or # mkdir /pcfs and # mkdir /pcfs/c
    6. # mount -F pcfs /dev/dsk/<device name>p<nr of FAT32 partition>:c /pcfs/c
    for example: # mount -F pcfs /dev/dsk/c1d0p4:c /pcfs/c
    That's all!

    Hi,
    I tried exactly as you suggested but it did not work for me. It shows unrecoverable error during system startup messgaes.
    I have Windows 47 gb, Linux 28 gb, Solaris 38 gb and FAT32 76 gb.
    The FAT32 partition is being detected fine from Linux and XP as well.
    I did the partitioning using the utility provided in Ubuntu Linux installation CD.
    I am not sure if the FAT32 is primary or not, how can I verify and if not how I can make it primary partition? Please help. Thanks a lot.
    Ravi

  • Mount partition in solaris 11

    hi ,
    I have an unallocated space 11 gb in solaris 11. Using GParted i have created an extended partition then make an logical partition of it. It make an ntfs file system by default. Now my question is where i see this partition i have use the mount command but it does not work showing the below message.
    mount: /dev/dsk/c3d0p5 is not this fstype
    Kindly guide me how i can make this partition in my use.
    Thanks
    Zeeshan

    I'm going to presume your disk is physically inside the computer.
    (You didn't describe the system, nor where that drive was. In fact, you gave no usable hardware information.)
    If you have ANYTHING in the computer that you would find painful to lose, such as another OS ...
    If you have never installed Solaris before ...
    ... get a new disk drive and have that be the only disk in the computer.
    Yes, that means actually spending money, but you will be happier with the results.
    The Solaris installation process wil see your disk (or disks if you have more than one) and it will ask you where you want to install the OS. You will be presented with a number of opportunities to customize your choices. Solaris does not need third party utilities to prepare the hardware. So long as your components are known to be compatible, it wil "just work".
    ---> Just leave the space unconfigured. Let the installation process take care of it.
    Learn by installing the OS.
    Then re-install it immediately again with different defaults.
    Then re-install it again, with yet a different set of settings.
    Don't try to get fancy with multi-boot or alternate-boot lash-ups.
    Keep everything simple and you will become competent at this.

  • Mount NTFS under Solaris 10

    Hi can anybody tell me if i can mount a NTFS partition under Solaris 10??
    Thanks for ur help.

    <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>korsabad wrote on Wed, 11 January 2006 06:23</b></td></tr><tr><td class="quote">
    if you use solaris x86 and the ntfs-partition
    Not possible. NTFS has those windows-security-id's (you know, those about-40-character-long-id's) for each object which cannot be read from solaris.
    </td></tr></table>
    I think writing to NTFS is nearly impossible (due to changes of the NTFS version, security stuff, and so on).
    However reading from an <u>unencrypted</u> NTFS partition seems to be a possible thing. I do not know if a tool or a driver <u>already</u> exists but I think it is a possible task to write a tool that reads from NTFS partitions.
    I think writing a tool that reads from UFS partitions under Windows is an easy task, too. I wrote such a tool for reading the EXT2 file system under Windows long time ago.
    Martin

  • Error in mount FAT in Solaris 10 x86.

    Hi all,
    I did try mount an FAT partition in Solaris, but I receive an error, see:
    # /usr/bin/prtpart /dev/rdsk/c1d0p0 -ldevs
    Fdisk information for device /dev/rdsk/c1d0p0
    ** NOTE **
    /dev/dsk/c1d0p0 - Physical device referring to entire physical disk
    /dev/dsk/c1d0p1 - p4 - Physical devices referring to the 4 primary partitions
    /dev/dsk/c1d0p5 ... - Virtual devices referring to logical partitions
    Virtual device names can be used to access EXT2 and NTFS on logical partitions
    /dev/dsk/c1d0p1 IFS: NTFS
    /dev/dsk/c1d0p2 WIN95 Extended(LBA)
    /dev/dsk/c1d0p5 IFS: NTFS
    /dev/dsk/c1d0p6 IFS: NTFS
    */dev/dsk/c1d0p7 WIN95 FAT32(Upto 2047GB)*
    in bold is the partition that I want mount.
    dir that I want mount in:
    # pwd
    /mnt/windows
    # mount -F pcfs /dev/dsk/c1d0p7 /mnt/windows
    mount: /dev/dsk/c1d0p7 is already mounted or /mnt/windows is busy
    /dev/dsk/c1d0p7 is not mounted, when I navigate to mnt/windows it is void..
    what is wrong?
    thanks to all...

    Well, you can't stand in the directory you are trying to mount, if you stand in '/mnt/windows' you will not be able to mount anything over it. (thats what 'busy' means in this context).
    Basically your pwd can be anything except the mountpoint.
    Hence, try a 'cd /' first, then try again.
    .7/M.

  • NFS4: Problem mounting NFS mount onto a Solaris 10 Client

    Hi,
    I am having problems mounting NFS mount point from a Linux-Server onto a Solaris 10 Client.
    In the following
    =My server IP ..*.120
    =Client IP ..*.100
    Commands run on Client:
    ==================
    # mount -o vers=3 -F nfs 172.25.30.120:/scratch/pvfs2 /scratch/pvfs2
    nfs mount: 172.25.30.120: : RPC: Rpcbind failure - RPC: Unable to receive
    nfs mount: retrying: /scratch/pvfs2
    nfs mount: 172.25.30.120: : RPC: Rpcbind failure - RPC: Unable to receive
    nfs mount: 172.25.30.120: : RPC: Rpcbind failure - RPC: Unable to receive
    # mount -o vers=4 -F nfs 172.25.30.120:/scratch/pvfs2 /scratch/pvfs2
    nfs mount: 172.25.30.120:/scratch/pvfs2: No such file or directory
    # rpcinfo -p
    program vers proto port service
    100000 4 tcp 111 rpcbind
    100000 3 tcp 111 rpcbind
    100000 2 tcp 111 rpcbind
    100000 4 udp 111 rpcbind
    100000 3 udp 111 rpcbind
    100000 2 udp 111 rpcbind
    1073741824 1 tcp 36084
    100024 1 udp 42835 status
    100024 1 tcp 36086 status
    100133 1 udp 42835
    100133 1 tcp 36086
    100001 2 udp 42836 rstatd
    100001 3 udp 42836 rstatd
    100001 4 udp 42836 rstatd
    100002 2 tcp 36087 rusersd
    100002 3 tcp 36087 rusersd
    100002 2 udp 42838 rusersd
    100002 3 udp 42838 rusersd
    100011 1 udp 42840 rquotad
    100021 1 udp 4045 nlockmgr
    100021 2 udp 4045 nlockmgr
    100021 3 udp 4045 nlockmgr
    100021 4 udp 4045 nlockmgr
    100021 1 tcp 4045 nlockmgr
    100021 2 tcp 4045 nlockmgr
    100021 3 tcp 4045 nlockmgr
    100021 4 tcp 4045 nlockmgr
    # showmount -e 172.25.30.120 (Server)
    showmount: 172.25.30.120: RPC: Rpcbind failure - RPC: Unable to receive
    Commands OnServer:
    ================
    program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper
    100021 1 tcp 49927 nlockmgr
    100021 3 tcp 49927 nlockmgr
    100021 4 tcp 49927 nlockmgr
    100021 1 udp 32772 nlockmgr
    100021 3 udp 32772 nlockmgr
    100021 4 udp 32772 nlockmgr
    100011 1 udp 796 rquotad
    100011 2 udp 796 rquotad
    100011 1 tcp 799 rquotad
    100011 2 tcp 799 rquotad
    100003 2 udp 2049 nfs
    100003 3 udp 2049 nfs
    100003 4 udp 2049 nfs
    100003 2 tcp 2049 nfs
    100003 3 tcp 2049 nfs
    100003 4 tcp 2049 nfs
    100005 1 udp 809 mountd
    100005 1 tcp 812 mountd
    100005 2 udp 809 mountd
    100005 2 tcp 812 mountd
    100005 3 udp 809 mountd
    100005 3 tcp 812 mountd
    100024 1 udp 854 status
    100024 1 tcp 857 status
    # showmount -e 172.25.30.120
    Export list for 172.25.30.120:
    /scratch/nfs 172.25.30.100,172.25.24.0/4
    /scratch/pvfs2 172.25.30.100,172.25.24.0/4
    Thank you, ~al

    I also tried to run Snoop on the client and wireshark on Server and following is what I see:
    One Server: Upon issuing mount command on client:
    # tshark -i eth1
    Running as user "root" and group "root". This could be dangerous.
    Capturing on eth1
    0.000000 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    0.205570 172.25.30.100 -> 172.25.30.120 Portmap V2 GETPORT Call MOUNT(100005) V:3 UDP
    0.205586 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    0.207863 172.25.30.100 -> 172.25.30.120 Portmap V2 GETPORT Call MOUNT(100005) V:3 UDP
    0.207869 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    2.005314 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    4.011005 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    5.206109 Dell_70:ad:29 -> SunMicro_70:ff:17 ARP Who has 172.25.30.100? Tell 172.25.30.120
    5.206277 SunMicro_70:ff:17 -> Dell_70:ad:29 ARP 172.25.30.100 is at 00:14:4f:70:ff:17
    5.216157 172.25.30.100 -> 172.25.30.120 Portmap V2 GETPORT Call MOUNT(100005) V:3 UDP
    5.216170 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    On Clinet Upon issuing mount command on client:
    # snoop -d bge1
    Using device /dev/bge1 (promiscuous mode)
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    atlas-pvfs2 -> pvfs2-io-0-3 PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (UDP port 111 unreachable)
    atlas-pvfs2 -> pvfs2-io-0-3 PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (UDP port 111 unreachable)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    pvfs2-io-0-3 -> * ARP C Who is 172.25.30.100, atlas-pvfs2 ?
    atlas-pvfs2 -> pvfs2-io-0-3 ARP R 172.25.30.100, atlas-pvfs2 is 0:14:4f:70:ff:17
    atlas-pvfs2 -> pvfs2-io-0-3 PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (UDP port 111 unreachable)
    Also I see the following on Client:
    # rpcinfo -p pvfs2-io-0-3
    rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecified error)
    When I try the above rpcinfo command on Client and Server Snoop And wireshark(ethereal) outputs are as follows:
    Client # snoop -d bge1
    Using device /dev/bge1 (promiscuous mode)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    atlas-pvfs2 -> pvfs2-io-0-3 TCP D=111 S=872 Syn Seq=2065245538 Len=0 Win=49640 Options=<mss 1460,nop,wscale 0,nop,nop,sackOK>
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (TCP port 111 unreachable)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=2004 (Unknown), size = 48 bytes
    ? -> (multicast) ETHER Type=0003 (LLC/802.3), size = 90 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    pvfs2-io-0-3 -> * ARP C Who is 172.25.30.100, atlas-pvfs2 ?
    atlas-pvfs2 -> pvfs2-io-0-3 ARP R 172.25.30.100, atlas-pvfs2 is 0:14:4f:70:ff:17
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    atlas-pvfs2 -> pvfs2-io-0-3 TCP D=111 S=874 Syn Seq=2068043912 Len=0 Win=49640 Options=<mss 1460,nop,wscale 0,nop,nop,sackOK>
    pvfs2-io-0-3 -> atlas-pvfs2 ICMP Destination unreachable (TCP port 111 unreachable)
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> (multicast) ETHER Type=0000 (LLC/802.3), size = 52 bytes
    ? -> * ETHER Type=9000 (Loopback), size = 60 bytes
    Server # tshark -i eth1
    Running as user "root" and group "root". This could be dangerous.
    Capturing on eth1
    0.000000 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    0.313739 Cisco_3d:68:10 -> CDP/VTP/DTP/PAgP/UDLD CDP Device ID: MILEVA Port ID: GigabitEthernet1/0/16
    2.006422 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    3.483733 172.25.30.100 -> 172.25.30.120 TCP 865 > sunrpc [SYN] Seq=0 Win=49640 Len=0 MSS=1460 WS=0
    3.483752 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    4.009741 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    6.014524 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    6.551356 Cisco_3d:68:10 -> Cisco_3d:68:10 LOOP Reply
    8.019386 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    8.484344 Dell_70:ad:29 -> SunMicro_70:ff:17 ARP Who has 172.25.30.100? Tell 172.25.30.120
    8.484569 SunMicro_70:ff:17 -> Dell_70:ad:29 ARP 172.25.30.100 is at 00:14:4f:70:ff:17
    10.024411 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    12.030956 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    12.901333 Cisco_3d:68:10 -> CDP/VTP/DTP/PAgP/UDLD DTP Dynamic Trunking Protocol
    12.901421 Cisco_3d:68:10 -> CDP/VTP/DTP/PAgP/UDLD DTP Dynamic Trunking Protocol
    ^[[A 14.034193 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00  Cost = 0  Port = 0x8010
    15.691119 172.25.30.100 -> 172.25.30.120 TCP 866 > sunrpc [SYN] Seq=0 Win=49640 Len=0 MSS=1460 WS=0
    15.691138 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    16.038944 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    16.550760 Cisco_3d:68:10 -> Cisco_3d:68:10 LOOP Reply
    18.043886 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    20.050243 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    21.487689 172.25.30.100 -> 172.25.30.120 TCP 867 > sunrpc [SYN] Seq=0 Win=49640 Len=0 MSS=1460 WS=0
    21.487700 172.25.30.120 -> 172.25.30.100 ICMP Destination unreachable (Port unreachable)
    22.053784 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    24.058680 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    26.063406 Cisco_3d:68:10 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 32770/00:0a:b8:3d:68:00 Cost = 0 Port = 0x8010
    26.558307 Cisco_3d:68:10 -> Cisco_3d:68:10 LOOP Reply
    ~thank you for any help you can provide!!!

  • How to search and mount partitions in solaris

    Hi
    I am new to Oracle solaris. I have a dual boot of windows S03 and solaris. I want to install Open Office which I downloaded and copied to D drive when I was in windows. Now how do I navigate to the D drive in solaris. When I select Places/Computer, I see CD drive and a folder named File System . I don't see any other drives.
    I would like to know what is the GUI option to navigate to the drives. I remember, Ubuntu and Fedora do show the drives. Please help me
    Regards
    Srinivas

    Do you know if the Windows partition is NTFS or Fat32? If it's NTFS the only way you can see it is with additional third party software. If it's FAT32 or some type of FAT partition then you can mount it first and then it will show up under the GUI.
    The easiest way to do it would be to burn it to dvd or copy it to usb and then use:
    sudo /path/setup to install OO.
    alan

  • I can't mount pendrive's

    Hi, i used to mount a pendrive with this line in /etc/fstab
    /dev/sda  /mnt/pendrive vfat rw,user,noauto,umask=000 0 0
    and no problem, but since an upgrade of udev (I guess), /dev/sda it doesn't exists anymore!
    (meshuggin:~$) ls /dev
    adsp hda5 nvidia0 ram3 tty tty22 tty37 tty51 tty9
    agpgart hda6 nvidiactl ram4 tty0 tty23 tty38 tty52 ttyS0
    audio hda7 port ram5 tty1 tty24 tty39 tty53 ttyS1
    bus hda8 ppp ram6 tty10 tty25 tty4 tty54 ttyS2
    cd hdc psaux ram7 tty11 tty26 tty40 tty55 ttyS3
    console hdd ptmx ram8 tty12 tty27 tty41 tty56 urandom
    core initctl pts ram9 tty13 tty28 tty42 tty57 vc
    disk input ram0 random tty14 tty29 tty43 tty58 vcc
    dsp kmem ram1 rd tty15 tty3 tty44 tty59 zero
    fb kmsg ram10 shm tty16 tty30 tty45 tty6
    fb0 legacy ram11 snd tty17 tty31 tty46 tty60
    fd log ram12 sound tty18 tty32 tty47 tty61
    full mem ram13 stderr tty19 tty33 tty48 tty62
    hda misc ram14 stdin tty2 tty34 tty49 tty63
    hda1 mixer ram15 stdout tty20 tty35 tty5 tty7
    hda2 null ram2 tts tty21 tty36 tty50 tty8
    Where should I mount my pendrive?

    Thank U both, I loaded the appropiate modules and Voila!, i t works
    Should I put those modules (usb-storage and sd_mod) in rc.conf? (MODULES)

  • Expdp fails to create .dmp files in NFS mount point in solaris 10,Oracle10g

    Dear folks,
    I am facing a wierd issue while doing expdp with NFS mount point. Kindly help me on this.
    ===============
    expdp system/manager directory=exp_dumps dumpfile=u2dw.dmp schemas=u2dw
    Export: Release 10.2.0.4.0 - 64bit Production on Wednesday, 31 October, 2012 17:06:04
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "/backup_db/dumps/u2dw.dmp"
    ORA-27040: file create error, unable to create file
    SVR4 Error: 122: Operation not supported on transport endpoint
    I have mounted like this:
    mount -o hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3 -F nfs 172.20.2.204:/exthdd /backup_db
    NFS=172.20.2.204:/exthdd
    given read,write grants to public as well as specific user

    782011 wrote:
    Hi sb92075,
    Thanks for ur reply. pls find the below. I am able to touch the files while exporting log files also creating having the error msg as i showed in previous post.
    # su - oracle
    Sun Microsystems Inc. SunOS 5.10 Generic January 2005
    You have new mail.
    oracle 201> touch /backup_db/dumps/u2dw.dmp.test
    oracle 202>I contend that Oracle is too dumb to lie & does not mis-report reality
    27040, 00000, "file create error, unable to create file"
    // *Cause:  create system call returned an error, unable to create file
    // *Action: verify filename, and permissions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • PreparedStatement for SQL using IN (SQL Server 2000)

    Hi, guys How can I create a preparedStatement for a query using IN operator, which allow me to insert any number of parameters? eg: SELECT * FROM Students WHERE lastname IN (?, ?, ?, ....) Thanks jacklty

  • For testing purposes...

    Hello masters!!! here i'am again...i need a testdata for my program. i need a run-on date(REGUH-LAUFD) and an identification w/c is numeric only. the transaction that i used and will be use to get these data is in F110(AUTOMATIC PAYMENT TRANSACTIONS)

  • Mac not constantly connected to network

    I have both a Mac Mini and a Macbook and both are unable to maintain connection with the network. The internet does work, but whenever I need to use the wireless printer or connect with another computer on the network, I need to reset airport to esta

  • How to make a bapi as test run if there is no testrun parameter?

    Hi, I am using BAPI fm 'BAPI_BCA_INDCOND_CHANGE' to update the financial conditions of a loan in banking. This fm doesn't have testrun parameter. I am trying to make it testrun (simulation) but not suceeded. I stopped teh execution of the BAPI_COMMIT

  • Null records

    Hi all, My sql query when i ran on database server does not return any null values , but when i used the same query in Bipublisher datamodel, i am getting null value in group by Field. and rest of the field with that group are empty ( showing nulls )