Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!batcomputer!llenroc!cornell!uw-beaver!ubc-cs!alberta!herald.usask.ca!ccu.umanitoba.ca!rahardj From: rahardj@ccu.umanitoba.ca (Budi Rahardjo) Newsgroups: comp.unix.msdos Subject: Re: Using floppy diskettes on Sun Summary: Yes, you can Keywords: Sun MSDOS Message-ID: <1991Mar15.030537.12393@ccu.umanitoba.ca> Date: 15 Mar 91 03:05:37 GMT References: <1991Mar13.170844.3504@math.ufl.edu> Followup-To: comp.unix.msdos Organization: University of Manitoba, Winnipeg, Canada Lines: 25 In article <1991Mar13.170844.3504@math.ufl.edu> wang@math.ufl.edu writes: >Is it possible, and how to transfer >DOS ASCII files from floppies to a SUN Sparc station? According to >SUN's booklet, the floppy drives for SUN Sparc stations are MS-DOS >compatible. Does it mean that we can transfer files from and/or to >floppies that which can be used on PCs? Under Sun OS 4.1.1 you can "mount" the floppy drive as "/pcfs". After you mount it, you can treat the files (MSDOS format) as UNIX file system. (eg: ls /pcfs .... etc.) (Unfortunately you have to be root to mount that floppy. Here, we are trying to wrap it with a setuid program/script so that general users can mount/unmount it) The other solution is to find a collection of utilities called "mtools". For example to get the directory of an MSDOS disk you can use "mdir" command. (Forgot the ftp address for mtools) >I don't think files transfered >with the "bar" command are MS-DOS compatible... No, they're not MSDOS compatible. (Although I'm still using "tar" to archive some of my files on the floppy) -- budi