[SLE] Lexar Secure II Flash Drive (512 MB)
Okay, I have a Lexar Secure II Jump Drive Secure. When I bring up USB Devices, it sees that it's there. My question is, how do I mount the drive? -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Sun, 2006-07-09 at 22:28 -0600, John L Meyer wrote:
Okay, I have a Lexar Secure II Jump Drive Secure. When I bring up USB Devices, it sees that it's there. My question is, how do I mount the drive?
In KDE use My Computer on the Desktop. Also have a look in /media to see if a mount point was created there when the drive was recognized by the system. -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Monday 10 July 2006 00:28, John L Meyer wrote:
Okay, I have a Lexar Secure II Jump Drive Secure. When I bring up USB Devices, it sees that it's there. My question is, how do I mount the drive?
mount -t vfat /dev/sda1 /mnt/jump In the above command, substitute the correct device (sdb1, sdc1, etc.) as appropriate for your system and the correct mount point as appropriate for your system. Bryan *************************************** Powered by Kubuntu Linux 6.06 KDE 3.5.2 KMail 1.9.1 This is a Microsoft-free computer Bryan S. Tyson bryantyson@earthlink.net *************************************** -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Bryan S. Tyson wrote:
On Monday 10 July 2006 00:28, John L Meyer wrote:
Okay, I have a Lexar Secure II Jump Drive Secure. When I bring up USB Devices, it sees that it's there. My question is, how do I mount the drive?
mount -t vfat /dev/sda1 /mnt/jump
worked, though I didn't use the -t vfat switch (figured it out last night). BTW, how do you make it so that anybody on the system can mount and write to that device (not just root) -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (3)
-
Bryan S. Tyson
-
John L Meyer
-
Mike McMullin