answersLogoWhite

0


Best Answer

You can use the mount and umount commands for just about any storage device, including loop devices that are connected to a physical or virtual storage devices (i.e. a filesystem within a file).

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command in Linux do yo use to mount a universal storage bus storage device?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command in LINUX do you use to mount a USB storage device (ex.USB device listed is sdal?

mount .


What Windows and Linux use to identify each storage device on a computer?

Windows and Linux use device letters to identify each storage device on a computer.


What window and Linux use to identify each storage devide on computer?

Windows and Linux use a device letter to identify each storage device.


What command in Linux is do you use to mount USB storage device sda1 to folder mnt?

mount /dev/sda1 /mnt/<mount point>.


What command in Linux do you use to mount a USB storage device?

Assuming you have mounted the USB device on /mountsudo umount /mediasudo udisks --unmount /dev/device_nameIf you wanna unmount and cut the power to the devicesudo udisks --unmount /dev/device_name_with_number && udisks --detach /dev/device_nameex: udisks --unmount /dev/sdb1 && udisks --detach /dev/sdbSudo command gives you admin (superuser) privileges if you are logged in as a standard user.


What is the mount command in Linux?

The mount command instructs the kernel to access the file system on a partition or device.


What command in red hat enterprise Linux 5 for device manager?

Linux 5 ? give up now.


How do you get device drivers' name in Linux?

To get a list of every driver your system is using (except those that are compiled into the Linux kernel) type lsmod at the command line.


What does the k command do in Linux?

k is not a standard command in Linux.


What is device management in Linux?

tell me about device management in Linux?


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .