Помогите, пожалуйста, в вопросе монтирования внешних USB дисков. Не удается найти ответ в Сети. Напр., рецепт
To manually mount a USB disk or USB drive or USB device in Linux or UNIX:
Login as root. You can use the su command to switch to root user.
Create a folder /mnt/USB with the command: mkdir /mnt/USB
Add the following line in the file /etc/fstab (fstab is the file that tells Linux where to mount the various devices, and thus simplying the mount command):
/dev/sda1 /mnt/USB auto noauto,owner,kuzu 0 0
Note: The “auto” on the above line means auto detection of filesystem. If your system unable to determine the filesystem type, change it accordingly to the USB drive’s filesystem (e.g. vfat or ntfs or ext2 or ext3).
Mount the USB storage device with the following command: mount /dev/sda1 (http://www.mydigitallife.info/how-to-mo ... -or-linux/
- этот рецепт не помогает, получаются результаты
Код: Выделить всё
fstab: /etc/fstab:5: Inappropriate file type or format
Код: Выделить всё
fstab: /etc/fstab:5: Inappropriate file type or format