whathaveidone
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

whathaveidone

Linux, Bioquimica, Jantaradas, Profissionalismo e um cafezinho
 
InícioProcurarÚltimas imagensRegistarEntrar

 

 mounting Windows partitions

Ir para baixo 
AutorMensagem
JTex
Tinto
JTex


Mensagens : 372
Data de inscrição : 17/11/2007

mounting Windows partitions Empty
MensagemAssunto: mounting Windows partitions   mounting Windows partitions Icon_minitimeQui Abr 17, 2008 12:29 pm

Foi deste link que tirei a informação

http://www.cyberciti.biz/faq/mounting-windows-partition-onto-ubuntu-linux/

Howto mount windows partition onto ubuntu Linux

Q. How do I mount NTFS or FAT paritions under ubuntu Linux?

A. You can mount NTFS or FAT windows partition with mount command.

=> Click on Applications
=> Select Accessories
=> Select Terminal
=> Now terminal window will be on screen.

First you need to create directory where you can attach windows partition using mount command (for example /media/c for C:):# sudo mkdir -p /media/cNow find out list of partition (click on System > Administration > Disks ) or use following command:# sudo fdisk -l

Output:

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2432 19535008+ 86 NTFS
/dev/hdb2 2433 2554 979965 82 Linux swap / Solaris
/dev/hdb3 2555 6202 29302560 83 Linux

As you see /dev/hdb1 is NTFS partition. Now type following command:# sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/hdb1 /media/cTo unmount Windows NTFS partition type command:# sudo umount /media/cTo mount FAT partition type command:# sudo mkdir -p /media/d
# sudo mount -t vfat -o iocharset=utf8,umask=000 /dev/hda1 /media/d

To unmount Windows FAT (mounted at /media/d) partition type command:# sudo umount /media/d

Where,

* -t : Specify file system type (such as NTFS or FAT)
* umask=VALUE: Set the umask (the bitmask of the permissions that are not present). The default is the umask of the current process. The value is given in octal.
* iocharset=VALUE: Character set to use for converting between 8 bit characters and 16 bit Unicode characters. The default is iso8859-1. Long filenames are stored on disk in Unicode format.
Ir para o topo Ir para baixo
https://whathaveidone.forumeiros.com
 
mounting Windows partitions
Ir para o topo 
Página 1 de 1
 Tópicos semelhantes
-
» In Windows We Trust
» Multitab no Windows Explorer
» Windows Vista Recovery Disc to repare MBR

Permissões neste sub-fórumNão podes responder a tópicos
whathaveidone :: Informática :: GNU/Linux :: Tutoriais e HowTos-
Ir para: