Thus spake Vishal Sudheer on Thu, Jun 06 at 03:59 AM -0000: > have another 20MB HDD and it is available > as /dev/hdb. Now I want to mount and copy some file from > that HDD. How do I do it?
mount -t filesystem /dev/hdbX /mountpoint should do I think, where X is the partition number. 'filesystem' of course stands for the filesystem of the concerned partition. Cordially Ajay Shankar _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
