Re: USB Pen Drive

2005-05-30 Thread Meni Shapiro
You are right but you are jumping ahead... First create a dir in /mnt and call it something familiar like /mnt/pen then mount it (as root) : #mount -tvfat -oumask /dev/sda1 /mnt/pen #cd /mnt/pen #ls MeniOn 5/30/05, Rafael Gomes Sasaki <[EMAIL PROTECTED]> wrote: --- Software Development Group <

Re: USB Pen Drive

2005-05-29 Thread Rafael Gomes Sasaki
--- Software Development Group <[EMAIL PROTECTED]> wrote: > > I am putting a pen drive on the USB port and I can't see it. How do I link > to it? Mount it?... try to read the dmesg output and find out which device was allocated to it. On mine, the device is usually the /dev/sda1, so I can mount

Re: USB Pen Drive

2005-05-29 Thread Rene Tapia
I have sarge with a 2.6 kernel, and running gnome-volume-manager automatically mounts my usb pen drive, the device automatically appears in KDE Konqueror. --- Software Development Group <[EMAIL PROTECTED]> wrote: > Hi. > > I am putting a pen drive on the USB port and I can't see it. How do I l

Re: USB Pen Drive

2005-05-27 Thread Mage
Software Development Group wrote: Hi. I am putting a pen drive on the USB port and I can't see it. How do I link to it? Mount it?... Thanks. You need kernel with usb support. If you have kernel from Debian distribution, you have kernel modules for usb support. Type as root: modprobe usbc

Re: USB Pen Drive

2005-05-27 Thread Shreyas Ananthan
Software Development Group <[EMAIL PROTECTED]> writes: > Hi. > > I am putting a pen drive on the USB port and I can't see it. How do I > link to it? Mount it?... http://www.debian-administration.org/?article=126 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Re: USB Pen Drive

2005-05-27 Thread Andy McKay
open a command prompt and type dmesg after yopu plug it in that will let you kinow which device is is /dev/sda1 (for example if you have no other usb mass storage devices plugged in or scsi devices) and then you can just mount /dev/sda1 /mount/point/wherever/you/like On Friday 27 May 2005 15:50

Re: USB Pen Drive

2005-05-27 Thread Brian Tucker
On Fri, 27 May 2005 10:50:19 -0400 Software Development Group <[EMAIL PROTECTED]> wrote: > Hi. > > I am putting a pen drive on the USB port and I can't see it. How do I link > to it? Mount it?... Put this line in /etc/fstab: /dev/sda1/media/usb-key vfatrw,user,noauto 0 0 th

Re: USB Pen Drive

2005-05-27 Thread Brian Tucker
On Fri, 27 May 2005 10:50:19 -0400 Software Development Group <[EMAIL PROTECTED]> wrote: > Hi. > > I am putting a pen drive on the USB port and I can't see it. How do I link > to it? Mount it?... > Put this line in /etc/fstab: /dev/sda1/media/usb-key vfatrw,user,noauto 0 0

Re: USB pen drive

2004-04-04 Thread Jim McCloskey
|>> I want to mount an 128Mb USB pen drive IBM on my woody 3.0_r1. |>> The kernel version is 2.4.18 and it has disabled USB support, so I |>> have to recompile it. Which options should I have to enable in the |>> kernel to mount the pen drive (in adition to USB support)? |>You didn't search too h

Re: USB pen drive

2004-04-01 Thread Florian Ernst
Hello Eduardo! On Thu, Apr 01, 2004 at 09:53:56PM +0200, [EMAIL PROTECTED] wrote: > I want to mount an 128Mb USB pen drive IBM on my woody 3.0_r1. > The kernel version is 2.4.18 and it has disabled USB support, so I > have to recompile it. Which options should I have to enable in the > kernel to m