Mohammad AbuShady <[email protected]> Jan 05 06:07PM +0200 ^ wrote: > > Shouldn't it at least see an unformatted drive or something ?
It depends .. in most modern Linux distros mount should be automatic... for ALL filesystems. In BSD, it should be done manually #su <root password> #lshw (you can get the partition name from output ...in linux it will be like /dev/sda1 (1st partition of 1st harddisk ) or /dev/sdb1 (1st of 2nd hard disk) etc) #mkdir /ab #man mount Read Typically you can mount with #mount -t vfat /dev/sdb1 /ab (for a fat32 drive) etc Best A. Mani -- A. Mani http://www.logicamani.co.cc
-- You received this message because you are subscribed to the Google Groups "Computer Tech Support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/computer-tech-support?hl=en.
