On Sunday 30 April 2006 14:45, Peter Hodder <[EMAIL PROTECTED]> wrote:
> Is it a usb device?  if so the following would do.
>
>   On mine in the command prompt I used to type:
>
>   mount -t msdos /dev/sda1 /mnt/usb-disk
>
>   msdos  (is the file system, this can be any file system like ext2, ext3
> etc.) /dev/sda1  (usb disk's use the scsi driver.  like the hard drive its
> sd instead of hd) /mnt/usb-disk (is the location to mount it)

Wouldn't it be better to use 'vfat' instead of 'msdos'? I don't think msdos 
supports long file names, for instance. Another option would be to use 'auto' 
to have the filesystem automatically recognised, which is useful if you also 
use other filesystems on USB media.

-- 
Sridhar Dhanapalan  [Yama | http://www.pclinuxonline.com/]
  {GnuPG/OpenPGP: http://dhanapalan.webhop.net/yama.asc
   0x049D38B4 : A7A9 8A02 78CB AB1B FCE4 EEC6 2DD9 249B 049D 38B4}

"Windows XP is not an operating system. It is a windowing system that sits 
atop an operating system much as KDE or Gnome sit atop Linux."
                - Robert X. Cringely, 2003-01-16

Attachment: pgp3jiipzDj5H.pgp
Description: PGP signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to