[Ilugc] Need help to know the files in USB when it gets booted

  • From: mail@xxxxxxxxx (Shanthakumar)
  • Date: Tue, 22 Apr 2014 08:02:43 +0530

-- 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

Other related posts: