D
D
Dmitry Shelygin2016-09-20 17:02:09
linux
Dmitry Shelygin, 2016-09-20 17:02:09

How to open an external device in mc?

There is another HDD with NTFS.
How to open it in Midnight Commander in Debian?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-09-20
@NeiroNx

First you need to connect

mkdir /media/usb
mount -t ntfs /dev/sdb1 /media/usb

if you don't have atomount daemon installed, of course - it connects them to /media/<username>/<disk label>
, you can see all media connected to the file system with the mount command

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question