Re: Speaking of USB (instant USB disk question)
Hi Ed No you are not blind. I just can't type or check my messages correctly Here is what I had to put in. /dev/sda1 /mnt/usb-keyvfatumask=0,rw,quiet 0 0 sorry about this. david On Wed, 19 Mar 2003 [EMAIL PROTECTED] wrote: > On Tue, 18 Mar 2003, dbrett wrote: > > > I got it to work. I had to put in slightly different parameters. > > /dev/sda1 /mnt/usb-keyvfatnoauto,user,rw 0 > > 0 > > > > I don't understand the reason for the difference. > > > > In my fstab I have > > > > > > /dev/sda1 /mnt/usbvfat noauto,user,rw 0 0 > > I'm sorry I must be blind... Can you tell me where the difference > is? I mean the only difference is the mount point as far as I can tell. > > It early morning here so maybe I need my coffee > > > -- > http://webcams.greshko.com/ Do you this man, Peter Boeni? > http://www.shorewall.net/ for all your firewall needs > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
On Tue, 18 Mar 2003, dbrett wrote: > I got it to work. I had to put in slightly different parameters. > /dev/sda1 /mnt/usb-keyvfatnoauto,user,rw 0 > 0 > > I don't understand the reason for the difference. > > In my fstab I have > > > > /dev/sda1 /mnt/usbvfat noauto,user,rw 0 0 I'm sorry I must be blind... Can you tell me where the difference is? I mean the only difference is the mount point as far as I can tell. It early morning here so maybe I need my coffee -- http://webcams.greshko.com/ Do you this man, Peter Boeni? http://www.shorewall.net/ for all your firewall needs -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
Thanks Ed I got it to work. I had to put in slightly different parameters. /dev/sda1 /mnt/usb-keyvfatnoauto,user,rw 0 0 I don't understand the reason for the difference. david On Wed, 19 Mar 2003 [EMAIL PROTECTED] wrote: > On Tue, 18 Mar 2003, dbrett wrote: > > > Have you been able to allow other users write access to it? I have not > > had any success. I changed writes and ownership, still only root can > > write to it. > > In my fstab I have > > /dev/sda1 /mnt/usbvfat noauto,user,rw 0 0 > > This takes care of that problem > > > Ed > > > > > david > > > > On Mon, 17 Mar 2003, Rick Johnson wrote: > > > > > Richard Crawford wrote: > > > > Over the weekend, my wife and I purchased a couple of those spiffy USB > > > > disk pen things that hold 64MB on flash RAM. Very useful little device. > > > > I was sold because the package claims to support every version of Windows > > > > that we run in our house, and Linux kernel 2.4.0+. > > > > > > > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > > > > USB pen? I have Googled, but to no avail. Anyone got any pointers? > > > > > > > > > > > > > > Asuming you're runing RH 7.3 or 8.0+ (earlier may be supported as well) > > > > > > 1. Plug it in. > > > > > > 2. Run dmesg as root, look at the end lines. You'll see a reference > > > about a new device/partition created (/dev/sda if you have no other SCSI > > > devices, and partition /dev/sda1). > > > > > > 3. create a mountpoint - mkdir /mnt/usb > > > > > > 4. mount the device - mount /dev/sda1 /mnt/usb > > > > > > 5. Enjoy! > > > > > > I've got a 128MB device and enjoy it immensely at work since we have > > > several non-connected networks (don't ask) that I have to transfer files > > > to/from. > > > > > > HTH, > > > -Rick > > > -- > > > Rick Johnson, RHCE - [EMAIL PROTECTED] > > > Linux/WAN Administrator - Medata, Inc. (from home) > > > PGP Key: https://mail.medata.com/pgp/rjohnson.asc > > > > > > > > > > > > -- > > > redhat-list mailing list > > > unsubscribe mailto:[EMAIL PROTECTED] > > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > > > > > > > > -- > http://webcams.greshko.com/ Do you this man, Peter Boeni? > http://www.shorewall.net/ for all your firewall needs > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
Mine is the same as yours. I have added to my fstab and will do a reload to see if makes a difference. I tried mount -a, it didn't mount it david On Wed, 19 Mar 2003 [EMAIL PROTECTED] wrote: > On Tue, 18 Mar 2003, dbrett wrote: > > > I tried the following command without success > > > > mount -t vfat -o noauto,user,rw /dev/sda1 /mnt/usb-key > > > > I am still getting permission denied > > I wouldn't think there would be a difference between that and having the > fstab entrybut maybe you could try the fstab way? Also, what are your > permission/ownerships for /mnt/usb-key. I have... > > drwxr-xr-x2 root root 4096 Jan 28 21:03 usb > > Ed > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
On Tue, 18 Mar 2003, dbrett wrote: Ohand then I simply do... mount /dev/sda1 -- http://webcams.greshko.com/ Do you this man, Peter Boeni? http://www.shorewall.net/ for all your firewall needs -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
On Tue, 18 Mar 2003, dbrett wrote: > I tried the following command without success > > mount -t vfat -o noauto,user,rw /dev/sda1 /mnt/usb-key > > I am still getting permission denied I wouldn't think there would be a difference between that and having the fstab entrybut maybe you could try the fstab way? Also, what are your permission/ownerships for /mnt/usb-key. I have... drwxr-xr-x2 root root 4096 Jan 28 21:03 usb Ed -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
Hi Ed I tried the following command without success mount -t vfat -o noauto,user,rw /dev/sda1 /mnt/usb-key I am still getting permission denied david On Wed, 19 Mar 2003 [EMAIL PROTECTED] wrote: > On Tue, 18 Mar 2003, dbrett wrote: > > > Have you been able to allow other users write access to it? I have not > > had any success. I changed writes and ownership, still only root can > > write to it. > > In my fstab I have > > /dev/sda1 /mnt/usbvfat noauto,user,rw 0 0 > > This takes care of that problem > > > Ed > > > > > david > > > > On Mon, 17 Mar 2003, Rick Johnson wrote: > > > > > Richard Crawford wrote: > > > > Over the weekend, my wife and I purchased a couple of those spiffy USB > > > > disk pen things that hold 64MB on flash RAM. Very useful little device. > > > > I was sold because the package claims to support every version of Windows > > > > that we run in our house, and Linux kernel 2.4.0+. > > > > > > > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > > > > USB pen? I have Googled, but to no avail. Anyone got any pointers? > > > > > > > > > > > > > > Asuming you're runing RH 7.3 or 8.0+ (earlier may be supported as well) > > > > > > 1. Plug it in. > > > > > > 2. Run dmesg as root, look at the end lines. You'll see a reference > > > about a new device/partition created (/dev/sda if you have no other SCSI > > > devices, and partition /dev/sda1). > > > > > > 3. create a mountpoint - mkdir /mnt/usb > > > > > > 4. mount the device - mount /dev/sda1 /mnt/usb > > > > > > 5. Enjoy! > > > > > > I've got a 128MB device and enjoy it immensely at work since we have > > > several non-connected networks (don't ask) that I have to transfer files > > > to/from. > > > > > > HTH, > > > -Rick > > > -- > > > Rick Johnson, RHCE - [EMAIL PROTECTED] > > > Linux/WAN Administrator - Medata, Inc. (from home) > > > PGP Key: https://mail.medata.com/pgp/rjohnson.asc > > > > > > > > > > > > -- > > > redhat-list mailing list > > > unsubscribe mailto:[EMAIL PROTECTED] > > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > > > > > > > > -- > http://webcams.greshko.com/ Do you this man, Peter Boeni? > http://www.shorewall.net/ for all your firewall needs > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
On Tue, 18 Mar 2003, dbrett wrote: > Have you been able to allow other users write access to it? I have not > had any success. I changed writes and ownership, still only root can > write to it. In my fstab I have /dev/sda1 /mnt/usbvfat noauto,user,rw 0 0 This takes care of that problem Ed > > david > > On Mon, 17 Mar 2003, Rick Johnson wrote: > > > Richard Crawford wrote: > > > Over the weekend, my wife and I purchased a couple of those spiffy USB > > > disk pen things that hold 64MB on flash RAM. Very useful little device. > > > I was sold because the package claims to support every version of Windows > > > that we run in our house, and Linux kernel 2.4.0+. > > > > > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > > > USB pen? I have Googled, but to no avail. Anyone got any pointers? > > > > > > > > > > Asuming you're runing RH 7.3 or 8.0+ (earlier may be supported as well) > > > > 1. Plug it in. > > > > 2. Run dmesg as root, look at the end lines. You'll see a reference > > about a new device/partition created (/dev/sda if you have no other SCSI > > devices, and partition /dev/sda1). > > > > 3. create a mountpoint - mkdir /mnt/usb > > > > 4. mount the device - mount /dev/sda1 /mnt/usb > > > > 5. Enjoy! > > > > I've got a 128MB device and enjoy it immensely at work since we have > > several non-connected networks (don't ask) that I have to transfer files > > to/from. > > > > HTH, > > -Rick > > -- > > Rick Johnson, RHCE - [EMAIL PROTECTED] > > Linux/WAN Administrator - Medata, Inc. (from home) > > PGP Key: https://mail.medata.com/pgp/rjohnson.asc > > > > > > > > -- > > redhat-list mailing list > > unsubscribe mailto:[EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > -- http://webcams.greshko.com/ Do you this man, Peter Boeni? http://www.shorewall.net/ for all your firewall needs -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
Instead of rw try setting a GID or a UID thus giving that group or user rights to the device. <> On Tue, 2003-03-18 at 10:46, dbrett wrote: > You have to mount the device, like a disc drive. > > Assuming you don't have anyother scsi disc drives mount it it is probably > sda1. This can be checked in /var/log/messages after you plug it in. > > You will see something like this in messages file: > kernel: scsi0 : SCSI emulation for USB Mass Storage devices > > The next step is to mount the device: > I did the following > mount -t vfat -o rw /dev/sda1 /mnt/usb-key (don't forget to create the > directory) > > The only problem I have so far is allowing other users write access to the > device. I have changed writes and ownership. I still can only get root > to be able to write to the device. > > david > > On Mon, 17 Mar 2003, Richard Crawford wrote: > > > Over the weekend, my wife and I purchased a couple of those spiffy USB > > disk pen things that hold 64MB on flash RAM. Very useful little device. > > I was sold because the package claims to support every version of Windows > > that we run in our house, and Linux kernel 2.4.0+. > > > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > > USB pen? I have Googled, but to no avail. Anyone got any pointers? > > > > > > -- > > Slainte, > > Richard S. Crawford > > AIM: Buffalo2K / Y!: rscrawford / ICQ: 11640404 > > http://www.mossroot.com http://www.stonegoose.com > > "It is only with our heart that we can see clearly. What is essential is > > invisible to the eye." --Antoine de Saint Exupery > > > > > > > > > > > > -- > > redhat-list mailing list > > unsubscribe mailto:[EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
Have you been able to allow other users write access to it? I have not had any success. I changed writes and ownership, still only root can write to it. david On Mon, 17 Mar 2003, Rick Johnson wrote: > Richard Crawford wrote: > > Over the weekend, my wife and I purchased a couple of those spiffy USB > > disk pen things that hold 64MB on flash RAM. Very useful little device. > > I was sold because the package claims to support every version of Windows > > that we run in our house, and Linux kernel 2.4.0+. > > > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > > USB pen? I have Googled, but to no avail. Anyone got any pointers? > > > > > > Asuming you're runing RH 7.3 or 8.0+ (earlier may be supported as well) > > 1. Plug it in. > > 2. Run dmesg as root, look at the end lines. You'll see a reference > about a new device/partition created (/dev/sda if you have no other SCSI > devices, and partition /dev/sda1). > > 3. create a mountpoint - mkdir /mnt/usb > > 4. mount the device - mount /dev/sda1 /mnt/usb > > 5. Enjoy! > > I've got a 128MB device and enjoy it immensely at work since we have > several non-connected networks (don't ask) that I have to transfer files > to/from. > > HTH, > -Rick > -- > Rick Johnson, RHCE - [EMAIL PROTECTED] > Linux/WAN Administrator - Medata, Inc. (from home) > PGP Key: https://mail.medata.com/pgp/rjohnson.asc > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
You have to mount the device, like a disc drive. Assuming you don't have anyother scsi disc drives mount it it is probably sda1. This can be checked in /var/log/messages after you plug it in. You will see something like this in messages file: kernel: scsi0 : SCSI emulation for USB Mass Storage devices The next step is to mount the device: I did the following mount -t vfat -o rw /dev/sda1 /mnt/usb-key (don't forget to create the directory) The only problem I have so far is allowing other users write access to the device. I have changed writes and ownership. I still can only get root to be able to write to the device. david On Mon, 17 Mar 2003, Richard Crawford wrote: > Over the weekend, my wife and I purchased a couple of those spiffy USB > disk pen things that hold 64MB on flash RAM. Very useful little device. > I was sold because the package claims to support every version of Windows > that we run in our house, and Linux kernel 2.4.0+. > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > USB pen? I have Googled, but to no avail. Anyone got any pointers? > > > -- > Slainte, > Richard S. Crawford > AIM: Buffalo2K / Y!: rscrawford / ICQ: 11640404 > http://www.mossroot.com http://www.stonegoose.com > "It is only with our heart that we can see clearly. What is essential is > invisible to the eye." --Antoine de Saint Exupery > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
On Mon, 17 Mar 2003, Richard Crawford wrote: > Over the weekend, my wife and I purchased a couple of those spiffy USB > disk pen things that hold 64MB on flash RAM. Very useful little device. > I was sold because the package claims to support every version of Windows > that we run in our house, and Linux kernel 2.4.0+. > > The question is, how do I make my Linux box (running 2.4.0+) talk to the > USB pen? I have Googled, but to no avail. Anyone got any pointers? > The pen drive should look like a SCSI hard drive. I use the Nexdisk version, and after I plug it in, I can mount it with something like: mount /dev/sda1 /mnt/pen Actualy, I have an entry in /etc/fstab: /dev/sda1 /mnt/penvfatnoauto,user 0 0 That way, I can mount it as a normal user. Other brands should work the same way. They use the usb-storage module, and they are accessed like a SCSI hard drive. Externel USB drives and Firewire drives are accessed the same way. Mikkel -- Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Speaking of USB (instant USB disk question)
Richard Crawford wrote: Over the weekend, my wife and I purchased a couple of those spiffy USB disk pen things that hold 64MB on flash RAM. Very useful little device. I was sold because the package claims to support every version of Windows that we run in our house, and Linux kernel 2.4.0+. The question is, how do I make my Linux box (running 2.4.0+) talk to the USB pen? I have Googled, but to no avail. Anyone got any pointers? Asuming you're runing RH 7.3 or 8.0+ (earlier may be supported as well) 1. Plug it in. 2. Run dmesg as root, look at the end lines. You'll see a reference about a new device/partition created (/dev/sda if you have no other SCSI devices, and partition /dev/sda1). 3. create a mountpoint - mkdir /mnt/usb 4. mount the device - mount /dev/sda1 /mnt/usb 5. Enjoy! I've got a 128MB device and enjoy it immensely at work since we have several non-connected networks (don't ask) that I have to transfer files to/from. HTH, -Rick -- Rick Johnson, RHCE - [EMAIL PROTECTED] Linux/WAN Administrator - Medata, Inc. (from home) PGP Key: https://mail.medata.com/pgp/rjohnson.asc -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list