On Mon, 2004-03-08 at 08:20, Barry Yu wrote: > During booting process, I have notice there is an error message; > Mount ing local file system; mount:LABEL=pub duplicate - not > mounted [Filed]. > Why this happens and what is the remedy? Thanks. > Probably you have two partitions with the same label... You have to use e2label to find out which ones are duplicated and then use e2label again to change the label of one of them... (e2label /device - shows the label , e2label /device newlabel - changes the label on the device to newlabel). -- Pedro Macedo