On Mon, Sep 02, 2002 at 09:49:07AM +0100, abrar hazarika wrote: > > In my RHL 7.1 m/c I have added another drive which contains > a complete working RHL 7.1 (it was on a separate m/c). I > loaded it as hdb1 ext2 f/s in the fstab.The f/s gets mounted > but all i can see is few files like message, chain.b, boot.- > bsystem.map,vmlinuz etc. Is it not possible to view all the > files and directories of hdb1? >
You have only mounted the /boot of your installation. Yours is more likely to be a multi-partition install, and you need to mount all the partitions. Steps are: o fdisk -l /dev/hdb o Identify which may be your /, /usr etc. (if you remember) o Mount each of these manually first, and then enter these in your fstab HTH Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Tutorial on Shell scripts LOST #264 For a good tutorial on scripting, point your browser to: http://www.vivek-tech.com/uniqlinuxfeatures/lsst/ ####<[EMAIL PROTECTED]>########################################## : ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
