Fedora VMware

G

gucker

Hallo ,

Besitze Fedora 6 Vmware kernel 2.6.18 und will meine Windowspartion hda5 mounten und bin nach den lösungsvorschlag vor gegangen

. Install NTFS Support

Users without yum, download fuse, fuse-lib and ntfs-3g (ntfsprogs and ntfsprogs-gnomevfs are optional) from Fedora Extras. Save them to a separate directory (ntfs).

[mirandam@charon downloads]$ cd ntfs
[mirandam@charon ntfs]$ sudo rpm -ivh fuse* ntfs*

No kernel version checking is required, so long as you are using a FC6 kernel.

2. Check Your Partitions

Use fdisk to list partitions. Most ATA hard drives will be /dev/hda. Drives may also show up as /dev/hdb, /dev/sda depending on your configuration.

[mirandam@charon ~]# /sbin/fdisk -lu /dev/hda | grep NTFS kein Ntfs zusehn
/dev/hda1 * 63 33559784 16779861 7 HPFS/NTFS
/dev/hda2 33559785 67119569 16779892+ 7 HPFS/NTFS
/dev/hda3 67119570 100679354 16779892+ 7 HPFS/NTFS
Usually the first will be a drive "letter": C drive, next D, etc. Hence /dev/hda1 is my C:\ drive used by Windows.

3. Create Mount Points

For every partition in step 2 that you wish to access, you will need a "mount point". A mount point is just a directory. Common directories are: /media/ and /mnt/. Use whichever, but be consistent.

4. Mount Partitions

Using the above kernel module, we can only mount the NTFS partition read-only and we set the permissions so all users can read the contents of each partition.

[mirandam@charon ~]$ sudo mount /dev/hda5 /media/c_drive -t ntfs-3g -r -o umask=0222

hab das Programm installiert
hab in der fstab die Partition eingetragen

/dev/hda5 /media/c_drive ntfs-3g ro,defaults,umask=0222 0 0

fdisk -lu

Device Boot Start End Blocks ID System
/dev/sda1 * 63 7550549 3775243+ 83 Linux
/dev/sda2 7550550 8385929 417690 82 Linux swap
keine Windowspartition zu sehn :hilfe2:
mount /dev/hda5 /media/c_drive -t ntfs-3g -r -o umask=0222
Faild to Access /dev/hda5 No such file or Diretory

Wo ist meine Partition hin ?????
 
Zuletzt bearbeitet von einem Moderator:
puh

Doch etwas undurchsichtig zum Anfang ich wuerde an dieser Stelle empfehlen, diese URL und jene URL.
Wobei du dabei entscheiden solltest will ich auch auf NTFS schreiben, dann ntfs-3g ansonsten kmod-ntfs alles weitere ist in den beiden Wiki Seiten sehr gut erklaert.


mfg ii
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

FUSE -> Dateisystem Typ ermitteln

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Neue Partition unter openSUSE 12.2 erstellen

Windows clients können nicht mehr auf lange laufendes System zugreifen

Zurück
Oben