View Single Post
Old 14-04-2008, 09:59   #8
sonicomorto
Senior Member
 
L'Avatar di sonicomorto
 
Iscritto dal: Jan 2006
Messaggi: 1075
cat /etc/fstab
Codice HTML:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hda6       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/hda5  /media/fujitsu  ntfs-3g defaults  0   0

fdisk -l
Codice HTML:
Disk /dev/hda: 17.3 GB, 17340000256 bytes
255 heads, 63 sectors/track, 2108 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1         602     4835533+  83  Linux
/dev/hda2             603        2108    12096945    f  W95 Ext'd (LBA)
/dev/hda5             638        2108    11815776    7  HPFS/NTFS
/dev/hda6             603         637      281074+  82  Linux swap / Solaris

Partition table entries are not in disk order
la partizione ntfs è hda5.

Ad ogni modo, una volta che dò mount -a per montare hda5 (fujitsu) il messaggio che ottengo è questo:
Quote:
WARNING: Deficient Linux kernel detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. If you wish this
message to disappear then you should upgrade to at least kernel
version 2.6.20, or request help from your distribution to fix
the kernel problem. The below web page has more information:
http://ntfs-3g.org/support.html#fuse26
da uname -r la versione kernel che ho ora è la 2.6.18-6-486

Secondo me c'è da aggiornare il kernel, perchè ntfs-3g non è disponibile nella mia versione, evidentemente è andato stable in seguito.

Ultima modifica di sonicomorto : 14-04-2008 alle 10:03.
sonicomorto è offline   Rispondi citando il messaggio o parte di esso