On Mon, Sep 02, 2002 at 08:02:01PM +0530, USM Bish wrote: > o fdisk -l /dev/hdb > o Identify which may be your /, /usr etc. (if you remember)
On RedHat at least, you don't have to remember. After you get all the partitions you have on /dev/hdb (via fdisk -l), you can use the e2label program to get the label, which defaults to the mount point on RedHat. Example: binand@binand[~]:(1) sudo e2label /dev/hda6 /var Binand PS: I guess you could create a LOST out of e2label. -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- 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
