On Wed, 2003-08-06 at 14:41, Jacob Fugal wrote: > On Wed, 2003-08-06 at 14:39, Jacob Fugal wrote: > > # mount none /proc/bus/usb -t usbfs > > mount: mount point /proc/bus/usb does not exist > > I forgot to say, I know that normally I'd just have to 'mkdir > /path/to/mount/point' when I get that error, but I can't mkdir in the > proc tree, can I?
First off, I was mistaken about the usdfs. It should be usbdevfs: mount none /proc/bus/usb -t usbdevfs If the mount point /proc/bus/usb doesn't exist, then I'd say that /proc probably isn't mounted. What does 'mount' reveal? Michael > > Jacob > > > ____________________ > BYU Unix Users Group > http://uug.byu.edu/ > ___________________________________________________________________ > List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list -- Michael L Torrie <[EMAIL PROTECTED]> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
