"man mount_pcfs" might help... ;-)

     The special argument can be one of two special  device  file
     types:

         o    A  floppy   disk,   such   as   /dev/diskette0   or
              /dev/diskette1.

         o    A DOS logical drive on a  hard  disk  expressed  as
              device-name:logical-drive   ,   where   device-name
              specifies the special  block  device-file  for  the
              whole  disk  and  logical-drive  is  either a drive
              letter (c through z) or a drive number  (1  through
              24).    Examples    are   /dev/dsk/c0t0d0p0:c   and
              /dev/dsk/c0t0d0p0:1.

So, it would most probaly be something like:

    mount -F pcfs /dev/dsk/c9t1d4p0 /media/s

Not "s", as "s" stands for "slice", and slices only work in UFS... Use "p" for
"partition"... You might check via:

   ls /dev/dsk/c9t1d4*

to "find" the correct entry...

   Matthias

You (Sarah.kho) wrote:
> 
> Hi
> 
> I created a fat32 partition using:
> 
> format
> format>fdisk
> fdisk>1
> and then C for fat32.
> 
> then I exit the fdisk and format.  To make sure that the partition is there,
> I entered the format and fdisk command and my partition was there (it was
> active as well).  The disk name is c9t1d4 so I assumed that the partition
> name is c9t1d4s0 and used the following command to mount it
> 
>  mount -F pcfs /dev/dsk/c9t1d4s0 /media/s
> 
> The error message for the above command is "mount: I/O error"
> 
> I tried mount -F pcfs /dev/dsk/c9t1d4s0 /media/s  for s1-s9 and it still
> returns the same error.
> 
> Do you know what should I do to mount the partition?
> 
> when i select the same disk in format command and then I try to enter
> partition command it shows the following error:
> 
> "WARNING - This disk may be in use by an application that has
>         modified the fdisk table. Ensure that this disk is
>         not currently in use before proceeding to use fdisk."
> 
> Thank you.
-- 
Matthias Pfützner | Tel.: +49 700 PFUETZNER      | There are good marriages,
Lichtenbergstr.73 | mailto:[email protected] | but no delightful ones.
D-64289 Darmstadt | AIM: pfuetz, ICQ: 300967487  |
Germany      | http://www.pfuetzner.de/matthias/ |          La Rochefoucauld
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to