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 <
--- 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
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
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
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
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
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
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
|>> 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
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
10 matches
Mail list logo