> hi,
> i have stupid question :
> i would like to mount cdrom on blade 1500
> i do mount /dev/dsk/c2t0d0s2 /cdrom
> the answer is :
> mount: /dev/dsk/c2t0d0s2 is not this fstype
> 
> i burn cdrom to osol with brasero on X86-osol,
> whitch type use for cdrom ?
> 
> can you tell me a parametre ?
1) OpenSolaris typically mounts cdroms itself (rmvolmgr or hal do it for you)
2)The following should work:
 pfexec mount -F hsfs /dev/dsk/c7t0d0s2 /mnt/ 
for udf DVD you should specify udfs filesystem:
 pfexec mount -F udfs /dev/dsk/c7t0d0s2 /mnt/
-- 
This message posted from opensolaris.org

Reply via email to