Hi, David Christensen wrote: > Could you please describe how you mount/unmount devices and file systems > "the old way"?
I become superuser and execute commands like mount /dev/sr0 /mnt/iso mount -o loop /mnt/iso/boot/grub/efi.img /mnt/fat mount /dev/sdc2 /mnt/fat2 umount /mnt/fat umount /mnt/iso umount /mnt/fat2 If i forgot what i mounted where i run mount (of which the output grows why-oh-why-oh-why always bigger while Linux progress moves on.) Have a nice day :) Thomas