| | |
getting started with linux
![]() |
•
•
Join Date: Jul 2009
Posts: 19
Reputation:
Solved Threads: 1
•
•
•
•
mount -t iso9660 /dev/hdc /media/cdrom0/
•
•
•
•
mount /dev/sda1 /mnt/usbflash
both examples could be silghtly different depending on your system and what kind of filesystem exist on the flashdrive.
•
•
Join Date: Jul 2009
Posts: 24
Reputation:
Solved Threads: 3
•
•
•
•
mount /dev/sda1 /mnt/usbflash
Better way will be to use
•
•
•
•
mkdir /media/flash
mount -t auto /dev/sdb1 /media/flash/
Last edited by ThinkFree; Aug 5th, 2009 at 2:06 pm.
•
•
Join Date: Aug 2009
Posts: 2
Reputation:
Solved Threads: 0
Most Linux distributions automatically detect thumb drive or any usb drive when you plugged it in the computer's usb port. It's the same for cd or dvd. You can check with 'cat /proc/scsi/scsi ' to see if thumb drive is detected.
To see what the thumb drive mount point is, issue this command:
dmesg | grep sd
For cd or dvd drive, replace 'sd' with 'hd' or 'cdrom'.
To mount a thumb drive:
mount -t vfat /dev/sdb1 /mnt/memory
Replace 'sdb1' with your usb or cdrom drive mount point and '/mnt/memory' to where ever you want to mount the drive.
If you are using Ubuntu desktop, no permission needed. That means you can use the device right away after it's been plugged in (of course after it's been detected) .
Reference:
How to mount and unmount usb drive or thumb drive in Linux
To see what the thumb drive mount point is, issue this command:
dmesg | grep sd
For cd or dvd drive, replace 'sd' with 'hd' or 'cdrom'.
To mount a thumb drive:
mount -t vfat /dev/sdb1 /mnt/memory
Replace 'sdb1' with your usb or cdrom drive mount point and '/mnt/memory' to where ever you want to mount the drive.
If you are using Ubuntu desktop, no permission needed. That means you can use the device right away after it's been plugged in (of course after it's been detected) .
Reference:
How to mount and unmount usb drive or thumb drive in Linux
Last edited by stevehudson; Aug 29th, 2009 at 1:25 pm.
![]() |
Similar Threads
- FREEBSD Is it a good Linux choice? (Window and Desktop Managers)
- Why inventor of Linux against another open soruce movement? (IT Professionals' Lounge)
- Should I give Linux a go? (Getting Started and Choosing a Distro)
- Quick Reference for Linux Commands (Getting Started and Choosing a Distro)
- Questions before i start using linux (Getting Started and Choosing a Distro)
- Switched to Linux 2 Months Ago (Getting Started and Choosing a Distro)
- Linux/Windows "Workgroup" Home User-Suse 9.2 (Getting Started and Choosing a Distro)
- Linux has come a long way (Getting Started and Choosing a Distro)
- How do I install Linux to D Drive (Getting Started and Choosing a Distro)
Other Threads in the Getting Started and Choosing a Distro Forum
- Previous Thread: How to install Linux over xp & vista
- Next Thread: Choosing the Right Distro
| Thread Tools | Search this Thread |
age-related baremetal chrome cio cloudcomputing code commercial computers crystalballsunday developers development distributions distro dsl elderly embedded google http://expertcore.org/ innovations jauntyjackalope kernel library linus linux microsoft multi-core netgear newbies openoffice.org operating operatingsystems parallel performance processing redhat routers smp studios system systembuilders systemintegrators terminalservices thecloud thinclients tools ubuntu users virtualization vmware webbased wikis windows xenon





