LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-16-2009, 09:17 AM   #1
thuff
LQ Newbie
 
Registered: May 2009
Posts: 1

Rep: Reputation: 0
Question USB not recognized in Linux Server


Wondering if anyone can help me. I have a Linux Server that moved from one department to another they would like to install some science programs via USB flash memory, and add addition western digital 500GB my book storage external hard drive to this as well USB, but the device show when in Terminal I do lsusb they are there but they are not mounting Anyone have the answer, or te script that can help me mount these device any help anyone can give me on this would be great.

Sincerely,
 
Old 06-16-2009, 10:27 AM   #2
dandart
Member
 
Registered: Dec 2005
Posts: 34

Rep: Reputation: 18
The Server does not automount USB disks. Only the Desktop version does.

To mount, do as root something like:

mkdir /mnt/usb
mount /dev/sdb1 /mnt/usb

This assumes that /dev/sdb1 is your 1st partition on USB drive. If in doubt run parted or fdisk /dev/sdb to determine USB drive.

and you can access your files.

If you want to automount every time, add this to the end of /etc/fstab as root:

/dev/sdb1 /mnt/usb vfat defaults,umask=0222,utf8=true 0 0

change the defaults,umask=0222,utf8=true to defaults,users,uid=<username>,gid=users,umask=022,utf8=true
if you wish a user to own it. (utf8=true is optional and maybe best if you copied linux files to it with a linux machine)

make sure to

chown user:usergroup /mnt/usb
chmod 755 /mnr/usb

before you mount it if you want to do this.

Extra info:
https://www.linuxquestions.org/quest...-flash-449377/

Cheers!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless usb key not recognized by Linux rover8898 Linux - Newbie 12 01-06-2009 10:12 AM
Need to get control of an usb bar code scanner recognized as a usb keyboard osvaldomarques Linux - Software 5 11-22-2008 11:15 PM
usb 2.0 not recognized in linux rh9 but usb 1.1 is rwbush Linux - Newbie 5 09-16-2008 12:02 AM
USB 2.0 PCI hub recognized as USB MartinEindhoven Linux - Hardware 2 06-13-2008 03:35 AM
Only 2 of 4 usb ports recognized deej_1977 Ubuntu 7 03-17-2007 12:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration