vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have 128mb sandisk cruzer mini. I guess I am missing something to mount it. In other distros I'd connect it and it would show up in /etc/fstab as a scsi disk. this is not heppening here... I have usb support compiled into the kernel with all assosciated support (usbfs, scsi support, etc). Do I need to emerge hotplug? or something else? thanks for you help. -Nick |
| |||
| On Sun, 13 Feb 2005 17:29:31 +0000, Nick wrote: > Hello, > I have 128mb sandisk cruzer mini. > I guess I am missing something to mount it. > In other distros I'd connect it and it would show up in /etc/fstab as a scsi > disk. this is not heppening here... Not exactly. Nothing shows in fstab unless you put it there. mtab maybe, but not fstab. > I have usb support compiled into the kernel with all assosciated support(usbfs, scsi support, etc). Try modprobe sg and modprobe sr_mod just in case > Do I need to emerge hotplug? or something else? thanks for you help. > -Nick If you have hotplug it should show as soon as you plug it in. Mine shows up as sda1 I understand your frustration! But once you figure it out, you can add a line to fstab similar to: # USB Drive! /dev/sda1 /mnt/usb vfat users,noauto,rw,umask=0 0 0 and mount it with the simple mount /mnt/usb. Good luck. |
| ||||
| Thanks for the reply. I'll give it a shot! Regards -N Peter wrote: > On Sun, 13 Feb 2005 17:29:31 +0000, Nick wrote: > >> Hello, >> I have 128mb sandisk cruzer mini. >> I guess I am missing something to mount it. >> In other distros I'd connect it and it would show up in /etc/fstab >> as a scsi disk. this is not heppening here... > Not exactly. Nothing shows in fstab unless you put it there. mtab > maybe, but not fstab. > >> I have usb support compiled into the kernel with all > assosciated support(usbfs, scsi support, etc). > > Try modprobe sg and modprobe sr_mod just in case > >> Do I need to emerge hotplug? or something else? thanks for you help. >> -Nick > > If you have hotplug it should show as soon as you plug it in. Mine > shows up as sda1 > > I understand your frustration! But once you figure it out, you can > add a line to fstab similar to: > > # USB Drive! > /dev/sda1 /mnt/usb vfat users,noauto,rw,umask=0 0 0 > > and mount it with the simple mount /mnt/usb. > > Good luck. |
| Thread Tools | |
| Display Modes | |
|
|