![]() |
| | #1 |
| flashing vampire Join Date: May 2002
Posts: 563
|
__________________ Never end on learning~ |
| black is offline | |
| | #2 |
| Registered User Join Date: Aug 2001
Posts: 202
| try running kudzu to see if it can find the device. I bet it won't be able to, in which case you'll have to manually mount it: mount -t disk_fs /dev/usb mount_point where disk_fs is the file system that the disk uses (presumably vfat since you were using it under widows), and mount_point is a mount point you've created to serve as the hard drives root (/mnt/usb_hd, for example). Of course, this presumes that your usb is working properly. starX www.axisoftime.com |
| starX is offline | |
| | #3 | |
| flashing vampire Join Date: May 2002
Posts: 563
| Quote:
by the way, we could omit the -t disk_fs, yes ? I think Linux would find its right type automatically.
__________________ Never end on learning~ | |
| black is offline | |
| | #4 |
| Registered User Join Date: Aug 2001
Posts: 202
| don't count on it. Mounting file systems is rather specific buisiness. You can TRY using "auto", but I would be willing to bet you'll get a lot farther using "vfat" or "msdos". In any case, you can't just omit the -t fs_type unless you have a line describing it in /etc/fstab already, and the fact that you have a problem mounting the drive would lead me to think that you don't. starX www.axisoftime.com |
| starX is offline | |
| | #5 | |
| flashing vampire Join Date: May 2002
Posts: 563
| Quote:
I'll try to mount it on when at home.
__________________ Never end on learning~ | |
| black is offline | |
| | #6 |
| flashing vampire Join Date: May 2002
Posts: 563
| sorry to inform you all that I failed......
__________________ Never end on learning~ |
| black is offline | |
| | #7 |
| Registered User Join Date: Aug 2001
Posts: 202
| Okay, but the next question is why did you fail? See if you can isolate whether USB (my personal bet) is the problem, or it's the hard drive kit. starX www.axisoftime.com |
| starX is offline | |
| | #8 | |
| flashing vampire Join Date: May 2002
Posts: 563
| Quote:
PHP Code:
__________________ Never end on learning~ | |
| black is offline | |
| | #9 |
| Registered User Join Date: Aug 2001
Posts: 202
| Excellent question, I've never encountered this error before, and at this point I would think it's safe to say this is no longer a programming question. Try going over to www.linux.org and reading some of their HOWTOs, and checking on hardware/usb boards, lists, etc. Questions like this probably belong on those sorts of sites to begin with, seeing as how your question really doesn't have much to do with programming per se. best of luck, starX www.axisoftime.com |
| starX is offline | |
| | #10 |
| flashing vampire Join Date: May 2002
Posts: 563
| thanx~ Always I have no idea when facing hardware. it's time learning soemthing about it, hoho~
__________________ Never end on learning~ |
| black is offline | |
| | #11 |
| Registered User Join Date: Apr 2002
Posts: 225
| Hey guys, about mounting, how come I can't mount a floppy or hd device when I'm not logged in as root? Is that supposed to be only for the superusers? I can't use my floppy that way.
__________________ All men are created equal. But some are more equal than others. Visit me at http://www.angelfire.com/my/billholm |
| billholm is offline | |
| | #12 | |
| Registered User Join Date: Aug 2001
Posts: 230
| Quote:
Go into the /bin dir and type file mount and see what comes up. It should either give a bunch of info on the architecture and the program itself or say 'symbolic link to /sbin/mount'. If you get an error, then log in as root and make a symlink from /sbin/mount to /bin/mount like so: ln -s /sbin/mount /bin/mount. Good luck ONE NOTE: On my slackware box, the mount in the /sbin dir is actually a symlink from the /bin dir. This might be different for other distributions. | |
| biosx is offline | |
| | #13 |
| Registered User Join Date: Apr 2002
Posts: 225
| Oh I see! I'll try that when I get home. And by the way, mine is a DosLinux distribution. It's somewhat related to Loop Linux, and I think the only 'mount' in there is located in the /bin directory.
__________________ All men are created equal. But some are more equal than others. Visit me at http://www.angelfire.com/my/billholm |
| billholm is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| linux writing often on main disk | mynickmynick | Linux Programming | 17 | 04-07-2009 02:05 PM |
| USB Linux - live or no? | sean | General Discussions | 7 | 12-23-2008 10:56 AM |
| Windows system disk on an USB storage: possible? | BrownB | Tech Board | 1 | 11-10-2006 04:34 AM |
| installing linux for the first time | Micko | Tech Board | 9 | 12-06-2004 05:15 AM |
| Formatting Output | Aakash Datt | C++ Programming | 2 | 05-16-2003 08:20 PM |