-- On Mon, 21 Apr 2014 12:49:13, Gowtham Raam wrote | I have installed Puppy linux by unetbootin with some files. Now I have | booted puppy linux and I want to access those files in booted Puppy | linux. \---- Check if USB device is mounted somewhere using "mount" $ mount else, mount it manually. You can find your device id (sdb - partition 1 here) with $ dmesg | tail $ mount /dev/sdb1 /mnt then you can access files in USB device from /mnt/ using ROX file manager (if available) or from terminal itself.
-- Regards, Shanthakumar _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
