Ho linux debian e windows xp.
Vorrei poter vedere i file della partizione di windows da debian.
Come posso fare?
Ho linux debian e windows xp.
Vorrei poter vedere i file della partizione di windows da debian.
Come posso fare?
Guarda nelle Pillole Linux in rilievo nel Forum
Per una partizione NTFS:
mkdir /mnt/quellochevuoi
mount -t ntfs /dev/hda5 /mnt/quellochevuoi
Cosa devo mettere al posto di quellochevuoi? Come identifico la partizione del disco che voglio montare?
in /mnt devi creare una cartella con il nome che vuoi appunto.
Per sapere in quale partizione si trova bè dai un
cat /etc/fstab e posta il contenuto che ti aiutiamo![]()
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
marco@debian:~$
Sorry, sono stupido io.. da qui ti va vedere ciò che è già montato ..Originariamente inviato da starcraftworld
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
marco@debian:~$
mmm fammi pensare, perchè nn ho linux sotto mano e ho un vuoto :master:
Ecco... prova ad aprire GPARTED e vedi come si chiama la partizione NTFS![]()
Allego lo screenshot
Come vedi si chiama hda1Originariamente inviato da starcraftworld
Allego lo screenshot
quindi dovrai dare mount -t ntfs /dev/hda1 /mnt/quellochevuoi
mi dice:
mount: /dev/hda1 already mounted or /mnt/quellochevuoi busy
mount: according to mtab, /dev/hda1 is mounted on /tmp/disks-conf-hda1
ma la cartella quellochevuoi è vuota