Sziasztok.
Van egy 2.6.15-os kernelem. Felmountolok egy merevlemezt amelyiken ntfs filerendszer van.
mount -t ntfs -o rw /dev/hdd1 /mnt/hd
A grep /dev/hda5 /proc/mounts a kovetkezo kimenetet adja:
/dev/hdd1 /mnt/hd ntfs rw,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1 0 0
Milyert nem tudok irni ra?
- 1575 megtekintés
Hozzászólások
Mert alapból nem támogatott az ntfs-írás, hanem csak az olvasása. Ha írni is akarsz rá, tedd fel az ntfs-3g-t: http://wiki.linux-ntfs.org/doku.php?id=ntfs-3g
De csak óvatosan, mert ez még beta verzió :)
- A hozzászóláshoz be kell jelentkezni
A less /boot/.config | grep NTFS a kovetkezo kimenetet adja:
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
CONFIG_NTFS_RW=y sor nem azt jelenti hogy tudok irni ra?
- A hozzászóláshoz be kell jelentkezni
CONFIG_NTFS_RW:
This enables the partial, but safe, write support in the NTFS driver.
The only supported operation is overwriting existing files, without
changing the file length. No file or directory creation, deletion or
renaming is possible. Note only non-resident files can be written to
so you may find that some very small files (<500 bytes or so) cannot
be written to.
While we cannot guarantee that it will not damage any data, we have
so far not received a single report where the driver would have
damaged someones data so we assume it is perfectly safe to use.
Note: While write support is safe in this version (a rewrite from
scratch of the NTFS support), it should be noted that the old NTFS
write support, included in Linux 2.5.10 and before (since 1997),
is not safe.
This is currently useful with TopologiLinux. TopologiLinux is run
on top of any DOS/Microsoft Windows system without partitioning your
hard disk. Unlike other Linux distributions TopologiLinux does not
need its own partition. For more information see
It is perfectly safe to say N here.
- A hozzászóláshoz be kell jelentkezni
ketto
-------------------------------------------------
No Security in this Crazy World! by Hunger
- A hozzászóláshoz be kell jelentkezni
Ha van a hup wikibe is ntfs-3g leírás es meg magyar is akkor nemtom mert mas oldalt linkeleszbe: http://wiki.hup.hu/index.php/Ntfs-3g_telep%C3%ADt%C3%A9s
-------------------------------------------------
No Security in this Crazy World! by Hunger
- A hozzászóláshoz be kell jelentkezni
Koszonom, kiprobalom.
- A hozzászóláshoz be kell jelentkezni