LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Obtained an interesting little encrypted flash drive.... (https://www.linuxquestions.org/questions/linux-desktop-74/obtained-an-interesting-little-encrypted-flash-drive-752557/)

Fallen_Demon 09-03-2009 10:47 PM

Obtained an interesting little encrypted flash drive....
 
Hi all,

I managed to get my grubby hands on an MXP flash drive with EKOS installed (encryptakey.com, if anyone wants to see exactly what it is). I really don't like the fedora thing installed on there and want to use a DSL, SLAX or SUSE distro (haven't decided which yet, personal favourite is SUSE :)), but I I can't do jack unless I can mount that encrypted partition. I think I have figured a way around it, but I need help in knowing where to put this script:

Code:

echo "Swipe finger please"
mount -a
while [ $? != 0]
do
  sleep 5
  mount -a
done
echo "Continuing boot"

This allows me to put the partition in fstab and (assumingly) mount it after I swipe my finger on the reader and the cryptochip unblocks the device. Where would I put this script to make it run during boot? Could I replace the normal mount operations with something like this?

DrLove73 10-01-2009 03:32 PM

Can you please mark this thread as SOLVED? Thanks.

archtoad6 11-09-2009 04:15 PM

Quote:

Originally Posted by DrLove73 (Post 3704072)
Can you please mark this thread as SOLVED? Thanks.

Why? -- I don't see any solution.

DrLove73 11-09-2009 07:32 PM

Ah, you are right :o . I glanced over the text (Started to read earch paragraph I think) and thought he just posted his solution. My mistake. Now I see he had some questions, but they are so nicely glued to the rest of the paragraph I guess I just ignored the rest.

David the H. 11-09-2009 11:10 PM

For those of us not familiar with the drive in question, could you please explain this encryption and "fedora thing" in more detail (or provide a direct link)? Is this a bootable stick? Are you saying you are trying to put the script in the boot sequence of the new distro you want to install, or that you're trying to mount the encrypted partition so you can change the distro used, or what?

In other words, I don't quite follow the question.


All times are GMT -5. The time now is 10:11 AM.