| View previous topic :: View next topic |
| Author |
Message |
crouse Site Admin

Joined: 17 Apr 2003 Posts: 11799 Location: Iowa
|
Posted: Sun Jan 04, 2004 2:35 am Post subject: How to add a JumpDrive Secure - 128MB usb thumbdrive - linux |
|
|
Have one of these ? http://store.digitalfilm.com/index.cfm?category=15&productid=JDS128-231&details=Yes
I just got one. Thought I should share how to get this fun little toy working under linux, in case someone else needed the info besides me
BTW my favorite line on that page above is:
Minimum System Requirements:
·Windows 2000/XP
·Mac OS 10.1.5
NOT !!
To add it to your system you can try this.
cdrecord --scanbus
In my system that shows a line in the output that looks like this:
scsibus1:
1,0,0 100) 'LEXAR ' 'JUMPDRIVE ' '1.30' Removable Disk
1,1,0 101) *
1,2,0 102) *
Open /etc/fstab file and add the line:
/dev/sda1 /mnt/jumpdrive vfat user,umask=0 0 0
NOTE: Dont forget a carriage return at the end of this line !! IE: move your cursor down one line by hitting the enter key one time ........ before saving !!! Otherwise you'll get a nice little error message
Okay....... so now we have found the jumpdrive, made the appropriate entry in the fstab file, saved it. ......... now we only have a couple more things left to do.
We have to create a directory for the jumpdrives contents to be displayed into. So from a terminal type the command: mkdir /mnt/jumpdrive
Then (since I use KDE/Gnome/Bluecurve mostly) right-click on the desktop and add a new HARD DISK device. You should be able to connect your jump drive and click the icon now and have the contents of your drive accessible
That should be it, unless I missed something. Works very very slick. Special thanks to Nukes for helping me get my fstab entry right http://www.usalug.org/phpBB2/viewtopic.php?t=1316
|
|
| Back to top |
|
Germ Keeper of the BIG STICK

Joined: 30 Apr 2003 Posts: 12329 Location: Planet Earth
|
|
| Back to top |
|
Tiger Member

Joined: 11 May 2003 Posts: 462 Location: Des Moines, Iowa
|
Posted: Sun Jan 04, 2004 4:02 pm Post subject: |
|
|
Very useful.
Just got a 256M Sandisk for Christmas.
_________________ Ubuntu 8.10, Solaris 10
|
|
| Back to top |
|
nukes Linux Guru

Joined: 29 Aug 2003 Posts: 4558
|
|
| Back to top |
|
mmmna . . . .

Joined: 21 Apr 2003 Posts: 7089
|
Posted: Sun Jan 04, 2004 8:22 pm Post subject: |
|
|
| Now that's a useful post!!
_________________ -Ubuntu Desktop 64 Bit 9.10 on Celeron D Desktop,
-Ubuntu Netbook Remix 9.10 on EeePC 900A with Atom n270.
|
|
| Back to top |
|
geeshock Moderator

Joined: 02 Nov 2003 Posts: 1014 Location: Hertford, NC
|
|
| Back to top |
|
Hoogie Member
Joined: 01 Dec 2003 Posts: 143 Location: Florida
|
|
| Back to top |
|
mmmna . . . .

Joined: 21 Apr 2003 Posts: 7089
|
Posted: Tue Jan 06, 2004 10:43 pm Post subject: |
|
|
| Hoogie wrote: | | I've got everything except how to add it to disks on the desktop. |
That should have been solved where crouse posted: | crouse wrote: | | Then (since I use KDE/Gnome/Bluecurve mostly) right-click on the desktop and add a new HARD DISK device. You should be able to connect your jump drive and click the icon now and have the contents of your drive accessible | If that has not helped in KDE, try right click on the desktop, choose configure desktop, and in the window that pops up, click on Behavior, in the left side pane. Then the window changes a bit, and there is a frame called Devices. Make sure the check box is checked for 'display devices on desktop' (it should already be checked!) and then scroll up and down the window. I believe you want to add check boxes to 'Mounted Hard Disk Partition', and 'Unmounted Hard Disk Partition', but just experimenting should work. Then close the desktop settings window. Shouldn't need to restart anything, but you will need to first put in a card then click on the /dev/sda1 icon before you can use it.
I believe this was how I setup my SmartMedia card last summer.
HTH
|
|
| Back to top |
|
Hoogie Member
Joined: 01 Dec 2003 Posts: 143 Location: Florida
|
Posted: Tue Jan 06, 2004 11:05 pm Post subject: |
|
|
| I'm using RedHat 8.0, and nothing you have described exists in my menu.
|
|
| Back to top |
|
Hoogie Member
Joined: 01 Dec 2003 Posts: 143 Location: Florida
|
|
| Back to top |
|
munky Advanced Member

Joined: 02 Jun 2003 Posts: 848 Location: New York
|
Posted: Wed Jan 07, 2004 1:38 am Post subject: |
|
|
Very nice! Just curious, what is the difference between the secure and non secure??
-=mUnky=-
|
|
| Back to top |
|
crouse Site Admin

Joined: 17 Apr 2003 Posts: 11799 Location: Iowa
|
|
| Back to top |
|
munky Advanced Member

Joined: 02 Jun 2003 Posts: 848 Location: New York
|
Posted: Wed Jan 07, 2004 3:03 am Post subject: |
|
|
Very nice, I don't really need one of them with my PDA and a CF card as I can always save data.
-=mUnky=-
|
|
| Back to top |
|
crouse Site Admin

Joined: 17 Apr 2003 Posts: 11799 Location: Iowa
|
|
| Back to top |
|
mr_ed Site Admin

Joined: 28 Aug 2003 Posts: 3819 Location: 42 miles north of Ogdensburg, NY
|
Posted: Wed Jan 07, 2004 3:08 pm Post subject: |
|
|
Can you format it with a non-FAT filesystem? (or do you want it for Windows compatibility?)
I remember reading somewhere that FAT shortens the life of flash drives.
_________________ Desktop: Ubuntu 7.10 "Gutsy Gibbon"
Laptop: Ubuntu 7.04 "Feisty Fawn"
|
|
| Back to top |
|
|