Tocmai am instalat madriva gnome 2009, inainte am folosit xp si aveam 2 partitii C si D pe C sa intalat linuxu'l singura problema e ca partitia D de care nu m'am atins nu vrea sa o deschida imi zice in felul urmator
Cannot mount volume.
Unable to mount the volume 'New Volume'.
iar cand dau la details scrie : cannot get volume.fstype.alternative
sper sa ma puteti ajuta
tre sa o montezi
intra in mcc(alt+f2 > scris mcc si enter) , mergi la Local Disks>manage disk partitions> dai clic pe partitia respectiva apesi Mount si ii dai calea la directorul in care vrei sa iti apara partitia( in linux partitiile sunt "vazute" ca directoare) dai ok si ok , ca sa iti salveze setarea in fstab
Mane am facut cum ai zis, am dat mount point si m'am blocat acolo si a aparut where do you want to mount device sda2?
Mount point si un spatiu gol daca ai putea sa imi ai un exemplu pls ca sa nu gresesc ceva ar fi super. ms mult
I got love for those who got love for me
Încearcă în Konsole :
1-te loghezi ca superuser cu : su
2-pui parola de root
3-creezi directorul de montare și montezi partiția respectiva :
mkdir /mnt/win_d; mount /dev/sda2 /mnt/win_d
P.S. : fii atent la spații...
==Those who feel the breath of sadness Sit down next to me Those who find they’re touched by madness Sit down next to me Those who find themselves ridiculous Sit down next to me == http://stressat.blogspot.com/
Apropo eu am gnome nu kde :)
I got love for those who got love for me
Gterm - un terminal... Scuze, obișnuința :D
==Those who feel the breath of sadness Sit down next to me Those who find they’re touched by madness Sit down next to me Those who find themselves ridiculous Sit down next to me == http://stressat.blogspot.com/
Am facut cum ai zis si nu a mers
[root@localhost razvan]# mkdir /mnt/win_d; mount /dev/win_d /mnt/win_d
mount: you must specify the filesystem type
[root@localhost razvan]#
I got love for those who got love for me
Încearcă asta : http://www.mandrivausers.ro/forum>
Deci așa ceva : mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
==Those who feel the breath of sadness Sit down next to me Those who find they’re touched by madness Sit down next to me Those who find themselves ridiculous Sit down next to me == http://stressat.blogspot.com/
Mda se pare ca la mine nu vrea :((
[root@localhost razvan]# mount -t ntfs-3g /dev/win_d /mnt/win_d -o force
ntfs-3g: Failed to access volume '/dev/win_d': No such file or directory
ntfs-3g 2009.4.4 integrated FUSE 27 - Third Generation NTFS Driver
Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2009 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson
Usage: ntfs-3g [-o option[,...]]
Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).
Example: ntfs-3g /dev/sda1 /mnt/windows
Ntfs-3g news, support and information: http://ntfs-3g.org
I got love for those who got love for me
Îmi cer scuze, am greșit eu , am corectat, așa e bun :
Deci așa ceva : mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
==Those who feel the breath of sadness Sit down next to me Those who find they’re touched by madness Sit down next to me Those who find themselves ridiculous Sit down next to me == http://stressat.blogspot.com/
Pfiu mia disparut new volume :(( numai gasesc imi apare acum doar CD-RW drive si Filesystem
root@localhost razvan]# mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
[root@localhost razvan]#
asta sa intamplat dupa ce am scris comanda adica nimic vizibil, apropo eu nu am intalat mandriva peste windows, eu am inlocuit windowsu cu mandriva deci e singurul system de operare prezent in pc.
I got love for those who got love for me
O sa incerc sa restartez systemu
I got love for those who got love for me
Partiția e montată, nu apare nimic fiindcă totul e ok.Uită-te în Dolphin, apare cu numele din Windows(Filme, Documente,Diverse...).
==Those who feel the breath of sadness Sit down next to me Those who find they’re touched by madness Sit down next to me Those who find themselves ridiculous Sit down next to me == http://stressat.blogspot.com/
Mda am restartat systemu a aparut iar new volume dar cand dau dubluclick pe el tot nu imi da voie sa il accesez
I got love for those who got love for me
Dacă ai restartat trebuie să dai din nou comanda mount.
Şi "Dolphin" adică "Nautilus" (pe Gnome).
[url=http://counter.li.org/]Linux registered user #368449[/url]
Salut! Bine ai venit!
Din consola (terminal) ca root dai te rog urmatoarele comenzi:
cat /etc/fstab
fdisk -l
ls /mnt
si dai paste aici la ce apare acolo pt. fiecare comanda.
--
Ghidul Mandriva
Configurarea PPPoE
[root@localhost razvan]# cat /etc/fstab
# Entry for /dev/sda6 :
UUID=0cb9a618-0a9d-4014-8abf-6a47a113f042 / ext3 relatime 1 1
# Entry for /dev/sda7 :
UUID=6d957cbb-612c-484f-9526-d4bfe1b846f8 /home ext3 relatime 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda5 :
UUID=c1319eb0-05c0-40c8-9526-4f7337f1567e swap swap defaults 0 0
[root@localhost razvan]# fdisk -l
Disk /dev/sda: 320.0 GB, 320071851520 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbde4bde4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6527 52428096 5 Extended
/dev/sda2 6528 38913 260140545 7 HPFS/NTFS
/dev/sda5 1 130 1044162 82 Linux swap / Solaris
/dev/sda6 131 1435 10482381 83 Linux
/dev/sda7 1436 6527 40901458+ 83 Linux
[root@localhost razvan]# ls /mnt
install/ win_d/
I got love for those who got love for me
Ok, deci partitia ta de windows cu ntfs este /dev/sda2
Ai deja folderul /mnt/win_d
Asa ca o montam in /mnt/win_d folosind comanda ca root:
umount /mnt/win_d && chown razvan:razvan /mnt/win_d && mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
--
Ghidul Mandriva
Configurarea PPPoE
[root@localhost razvan]# umount /mnt/win_d && chown razvan:razvan /mnt/win_d && mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
umount: /mnt/win_d: not mounted
[root@localhost razvan]#
I got love for those who got love for me
Ok, continua cu: chown razvan:razvan /mnt/win_d && mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
--
Ghidul Mandriva
Configurarea PPPoE
zis si facut
[root@localhost razvan]# chown razvan:razvan /mnt/win_d && mount -t ntfs-3g /dev/sda2 /mnt/win_d -o force
[root@localhost razvan]#
acum?
I got love for those who got love for me
Acum in folderul /mnt/win_d ai partitia aia de windows
Csabi's BLOG
Linux registered user # 457717
gataaaaaaa!!!!!! :D multumesc tuturor care au avut rabdarea sa ma ajute :-*
I got love for those who got love for me
Ca sa ne asiguram ca la reboot iti va monta automat partitia mai da-mi te rog paste acum dupa comanda: cat /etc/fstab
--
Ghidul Mandriva
Configurarea PPPoE
[root@localhost razvan]# cat /etc/fstab
# Entry for /dev/sda6 :
UUID=0cb9a618-0a9d-4014-8abf-6a47a113f042 / ext3 relatime 1 1
# Entry for /dev/sda7 :
UUID=6d957cbb-612c-484f-9526-d4bfe1b846f8 /home ext3 relatime 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda5 :
UUID=c1319eb0-05c0-40c8-9526-4f7337f1567e swap swap defaults 0 0
[root@localhost razvan]#
I got love for those who got love for me
No, bun, trebuie sa editezi fisierul /etc/fstab.
Inainte de asta ai de aflat UUID-ul partitiei NTFS. Asta o faci dand ca root comanda: blkid
Va aparea ceva de genul:
/dev/sda1: TYPE="swap" UUID="96ddc859-8e65-4fee-8e78-a8a617d01a2b"
/dev/sda5: UUID="adb9316b-9882-4ac3-a41f-ea4b1c1bb7db" TYPE="ext3" SEC_TYPE="ext2"
/dev/sda6: UUID="ae471ade-8716-45c9-8521-3ef26898dc32" TYPE="ext3" SEC_TYPE="ext2"
/dev/sdb1: UUID="f0856467-9768-4985-bcd0-5b0cf0cd7310" TYPE="reiserfs"
In cazul tau te uiti la linia unde apare /dev/sda2. Copiezi UUID-ul ei (ce apare intre ghilimele).
Ok, acum o sa editezi fisierul /etc/fstab.
Dai comanda ca root: gedit /etc/fstab
Se deschide fereastra gedit si adaugi la capat pe un rand nou urmatoarele linii:
unde inlocuiesti XXXXXXXXXXXXXXXXXXX cu UUID-ul copiat de mai sus!
La final va /etc/fstab va arata cam asa:
P.S.: Nu uita sa salvezi dupa ce modifici!
Dupa asta da un restart sa te asiguri ca totul e in regula.
--
Ghidul Mandriva
Configurarea PPPoE
Dap e totul ok setarile au ramas salvate :)
I got love for those who got love for me
Am rezumat rezolvarea intr-un scurt tutorial pe wiki-ul nostru! De acum oricine mai are probleme cu partitiile NTFS sa arunce un ochi acolo!
CLICK!
--
Ghidul Mandriva
Configurarea PPPoE