Acessar Vista pelo Debian

1. Acessar Vista pelo Debian

Augusto
acespades

(usa Debian)

Enviado em 12/09/2009 - 19:56h

Bom pessoal, gostaria de acessar alguns arquivos do Windows Vista direto do Debian 5 mas nem cheguei perto de conseguir. Meu HD esta com |Vista|Swap|Linux|Vazio|

Procurando por hda1 no linux nao achei absolutamente nada, a busca retorna isso:

DebianPC:/dev# find / -name hd*
/proc/ide/hdc
/proc/ide/ide1/hdc
/dev/.udev/names/hdc
/dev/hdc
/sys/block/hdc

Agradeco desde ja qualquer dica! Vlw!


  


2. Re: Acessar Vista pelo Debian

Ricardo Bocchi
ricardobocchi

(usa Slackware)

Enviado em 12/09/2009 - 20:02h

Opa

Digita no prompt

$sudo fdisk -l

Vai aparecer algo assim

/dev/hdb3 6202 14596 67432837+ 7 HPFS/NTFS


Ai, nessa unidade que aparecer como NTFS, vc monta com o ntfs-3g

$su - //Vira root
$mount -t ntfs-3g /dev/hdb3 /mnt/Windows //Windows, você cria essa pasta

E pronto





3. Re: Acessar Vista pelo Debian

Augusto
acespades

(usa Debian)

Enviado em 12/09/2009 - 21:16h

Tentei e retornou isto:
___________________________________



Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 6375 51200000 7 HPFS ou NTFS
/dev/sda2 6376 6496 971932+ 82 Linux swap / Solaris
/dev/sda3 6497 8928 19535040 83 Linux
DebianPC:/# mount -t ntfs-3g /dev/sda1 /mnt/Windows //Windows
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

_____________________________________________

Acredito que nao houve sucesso pos nao achei a pasta Windows. Sabe dizer o que deu errado ?



4. Re: Acessar Vista pelo Debian

Ricardo Bocchi
ricardobocchi

(usa Slackware)

Enviado em 13/09/2009 - 00:58h

Seguinte, Windows é uma pasta que vc vai criar em /mnt , ela não existe por padrão.. pode ter qualquer nome, coloquei esse apenas por que fica facil de ilustrar...e pode ser em qualquer lugar, não precisa ser necessáriamente em /mnt.. mas o importânte é que a sintaxe do comando é essa.. Dá uma procurada em ntfs-3g no google...que tem várias opções..

Ex.:

$mkdir /mnt/windows

$sudo mount -t ntfs-3g /dev/Minha_Partição /mnt/windows


Ai vc entra em /mnt/windows e vão ter seu dados do Windows vista la.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts