how to mount cd's and pendrives in linux?
ria mishra 0 Newbie Poster
Recommended Answers
Jump to Postmount /dev/sda1 /mnt/usbflash
Will work only if entry is there for /dev/sda1 in /etc/fstab . And generally, USB drive will be assigned /dev/sdb1
Better way will be to usemkdir /media/flash
mount -t auto /dev/sdb1 /media/flash/Now it will be shown on desktop as well as side panel in nautilus(If …
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.