DE POOTER Bart wrote: > # /etc/fstab: static file system information. > # > # <file system> <mount point> <type> > <options> <dump> <pass> > proc /proc proc > defaults 0 0 > /dev/disk/by-label/root / ext3 > defaults,errors=remount-ro,noatime 0 1 > /dev/disk/by-label/swapstick none swap > sw 0 0 > /dev/disk/by-label/swapstick /media/usb0 auto > rw,user,noauto 0 0 > /dev/disk/by-label/root /media/usb1 auto > rw,user,noauto,noatime 0 0 > > I added labels with the tune2fs command … So far everything’s working > allright
I tried the /dev/disk/by-label approach some time ago, but found it to be quite unstable on the nslu2. On my boxes, the partition label was not always read from the disk, and the boot failed. Then I changed the entries in fstab to use "/dev/disk/by-uuid" instead, and since then, I have not had any problems. Just a thought.. -- Bob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]