Montar partição

1. Montar partição

jakson
jaksonveras

(usa CentOS)

Enviado em 13/11/2017 - 21:50h

Ambiente: Google Cloud
Distribuição: Centos
Problema: Montar a ISO

Quando adiciono

Comando: #mount -o loop /tmp/Elastix-4.0-x86_64.iso /mnt/iso

saida de comando: mount: you must specify the filesystem type

Como resolver isso?


  


2. Re: Montar partição

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 13/11/2017 - 22:03h



You need to add the -t FILESYSTEMTYPE argument to the command, replacing FILESYSTEMTYPE with your filesystem type. This specifies the filesystem type of the filesystem to be mounted. In your case, this would be /dev/sdb2. Some common, valid filesystem types are:

auto - this is a special one. It will try to guess the fs type when you use this.
ext4 - this is probably the most common Linux fs type of the last few years
ext3 - this is the most common Linux fs type from a couple years back
ntfs - this is the most common Windows fs type or larger external hard drives
vfat - this is the most common fs type used for smaller external hard drives
exfat - is also a file system option commonly found on USB flash drives and other external drives



Fonte: https://askubuntu.com/questions/143718/mount-you-must-specify-the-filesystem-type

Exemplo:
# mount /dev/sdb1 /mydisk/ -t ext4
--------------------------------------------------------------------
#voltalisteiro






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts