WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: taking a secrren shot  (Read 433 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15632
Re: taking a secrren shot
« Reply #30 on: Today at 11:48:42 AM »
Open a terminal window and type "emelfm /mnt" <cr> - for me this opens emelfm with the contents of /mnt in the left hand pane.

Offline JunkYard

  • Jr. Member
  • **
  • Posts: 85
Re: taking a secrren shot
« Reply #31 on: Today at 11:55:53 AM »
Open a terminal window and type "emelfm /mnt" <cr> - for me this opens emelfm with the contents of /mnt in the left hand pane.
emelfm /mnt
All its done is open emelfm program from the terminal. it makes no odds! its the same screen!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15632
Re: taking a secrren shot
« Reply #32 on: Today at 12:07:10 PM »
..and typing “ls /mnt” <cr> in the terminal window does what?

Offline JunkYard

  • Jr. Member
  • **
  • Posts: 85
Re: taking a secrren shot
« Reply #33 on: Today at 12:26:18 PM »
..and typing “ls /mnt” <cr> in the terminal window does what?

 “ls /mnt” ?????????????????????????

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15632
Re: taking a secrren shot
« Reply #34 on: Today at 02:13:49 PM »
So you don't get something analogous to this:
Code: [Select]
ls /mnt
mmcblk0p1/ mmcblk0p2/ sdf1/      sdf2/      test

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12823
Re: taking a secrren shot
« Reply #35 on: Today at 05:08:40 PM »
Hi JunkYard
... but I have typed "/mnt/sdd1 <cr>" and pressed enter ...
Don't type in "<cr>".  "<cr>" means press enter.

Offline JunkYard

  • Jr. Member
  • **
  • Posts: 85
Re: taking a secrren shot
« Reply #36 on: Today at 05:11:25 PM »
Hi JunkYard
... but I have typed "/mnt/sdd1 <cr>" and pressed enter ...
Don't type in "<cr>".  "<cr>" means press enter.
mnt/sdd1
says its not found!

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12823
Re: taking a secrren shot
« Reply #37 on: Today at 05:16:57 PM »
Hi JunkYard
It has to be :
Code: [Select]
ls /mnt/sdd1when you run it from the terminal, and your USB device still
needs to be plugged in and mounted.

Offline JunkYard

  • Jr. Member
  • **
  • Posts: 85
Re: taking a secrren shot
« Reply #38 on: Today at 06:10:46 PM »
Hi JunkYard
It has to be :
Code: [Select]
ls /mnt/sdd1when you run it from the terminal, and your USB device still
needs to be plugged in and mounted.

Again Ls mnt/sdd1