NTFS ist im Kernel (2.6.9 rc3) als modul.
fstab:
Code: Alles auswählen
/dev/hda1 /mnt/windows ntfs user,ro,auto,umask=000 0 0
Code: Alles auswählen
mount -a
mount: /dev/hda1 already mounted or /mnt/windows busy
Code: Alles auswählen
umount /dev/hda1
umount: /dev/hda1: not mounted
Code: Alles auswählen
ls -al /mnt|grep windows
dr-xr-xr-x 2 root root 48 2005-01-03 00:56 windows
Code: Alles auswählen
fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 4864 39070048+ 7 HPFS/NTFS
Disk /dev/hdb: 40.0 GB, 40027029504 bytes
16 heads, 63 sectors/track, 77557 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 15557 7840696+ 83 Linux
/dev/hdb2 15558 32202 8389080 83 Linux
/dev/hdb3 32203 35323 1572984 82 Linux swap / Solaris
/dev/hdb4 35324 77557 21285936 c W95 FAT32 (LBA)