Am trying to do a restore. All goes well and the partitions are re-created. The filesystem is even created but then the mount fails With the error "no such device"
However using parted I can see that sda3 exists and the mkreiserfs on /dev/sda3 went fine !!! Can anybody tell me why ? ************************************************************************ ************************ echo "echo y | mkreiserfs /dev/sda3 || shellout" echo y | mkreiserfs /dev/sda3 || shellout echo "mkdir -p /a/ || shellout" mkdir -p /a/ || shellout echo "mount /dev/sda3 /a/ -t reiserfs -o defaults || shellout" mount /dev/sda3 /a/ -t reiserfs -o defaults || shellout ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
