- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: mount flash disk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2005 11:11 PM
тАО12-10-2005 11:11 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2005 01:29 AM
тАО12-11-2005 01:29 AM
Re: mount flash disk
What OS?
Maybe it became a different controler?
Was it formatted?
What does ls -l say for /dev/sda1 ?
Do you have the 'file' tool available? What does it report?
On my 'thin client' a CF card automaounted and showed as:
# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda2 60928 60928 0 100% /
/dev/hda3 54405 39098 15307 72% /mnt
/dev/hda1 1743 1571 172 90% /boot
:
/dev/sda1 62420 26568 35852 43% /mnt/usb1
# uname -a
Linux HP001185E221AE 2.4.25 #4 Fri Oct 14 14:06:49 UTC 2005 i686 unknown
# ls -l /dev/sda1
brw-rw---- 1 root disk 8, 1 Oct 12 19:51 /dev/sda1
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2005 03:52 AM
тАО12-11-2005 03:52 AM
Re: mount flash disk
in some linux kernel usb devices are visible as /dev/uba device.
You need to look at your system log file after attaching usb device (use: tail -f /var/adm/messages or dmesg command) - there is always information about added system devices.
The second method is looking at output of command
"cat /proc/partitions" before and after adding usb device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2005 04:47 PM
тАО12-11-2005 04:47 PM
Re: mount flash disk
i had mounted my usb disk few days before as /dev/sda1 , when i put ls -al i can see sda, sda1,.....
automount is enable.
when i type ls -l /dev/sda1 it says not a block device.
i will check the commands given by you guys and let you know, thanks for your responses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2005 07:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2005 02:35 AM
тАО12-12-2005 02:35 AM
Re: mount flash disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2005 05:07 PM
тАО12-12-2005 05:07 PM