K
K
krll-k2014-11-09 16:51:23
linux
krll-k, 2014-11-09 16:51:23

Why can't I monitor usb flash device (/dev/sda1 ntfs), what am I doing wrong?

Connected Usb Flash to my Raspberry Pi - not automatically lured - have to look for a manual way

mkdir /mnt/usb
mount -t vfat /dev/sda1 /mnt/usb

Failure.
Find out what file system is installed on the /dev/sda1 partition
61600891ff4c447190592660f4a50aee.png
file -s /dev/sda1
/dev/sda1: sticky x86 boot sector, code offset 0x52, OEM-ID "NTFS    ", sectors/cluster 8, reserved sectors 0, Media descriptor 0xf8, heads 255, hidden sectors 63, dos < 4.0 BootSector (0x0)

I try to mount in nfts
mount -t nfts /dev/sda1 /mnt/usb
Failure. Question - "What am I doing wrong?"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
krll-k, 2014-11-09
@krll-k

The issue is resolved, it was necessary to put sudo apt-get install ntfs-3g, then it is automatically mounted without specifying fs:
1eddd2eb1ea946fd8ea7ff286f6c8e26.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question