| diky podarilo se mi jednu(fat) partition pripojit, myslim, ze i druhou(ntfs), ale ta je "no read",coz me vubec netesi, protoze se na ni nedostanu. S tim /etc/fstab jsem to moc nepochopil, mohl bys to prosim rozvest? takhle vypada vypis, po hdb1 a hdb2 ani vidu ani slechu.
 
 /dev/hda2 	 / ext3 	 defaults 	 0 	 1
 /dev/hda5 	 none 	 swap 	 sw 	 0 	 0
 proc  /proc  proc  defaults  0  0
 /dev/fd0 /floppy auto user,noauto  0  0
 /dev/cdrom /cdrom auto ro,user,noauto  0  0
 /dev/fd0   /mnt/auto/floppy auto user,noauto  0  0
 /dev/cdrom /mnt/auto/cdrom auto ro,user,noauto  0  0
 /dev/sda1  /mnt/auto/sda1 auto ,user,noauto 0  0
 
 
 
 pod fdisk -l to vypise tohle:
 
 Disk /dev/hda: 20.0 GB, 20020396032 bytes
 255 heads, 63 sectors/track, 2434 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
 Device Boot      Start         End      Blocks   Id  System
 /dev/hda1   *           1         637     5116671    7  HPFS/NTFS
 /dev/hda2             638        2356    13807867+  83  Linux
 /dev/hda3            2357        2434      626535    5  Extended
 /dev/hda5            2357        2434      626503+  82  Linux swap / Solaris
 
 Disk /dev/hdb: 123.5 GB, 123522416640 bytes
 255 heads, 63 sectors/track, 15017 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
 Device Boot      Start         End      Blocks   Id  System
 /dev/hdb1   *           1         638     5124703+   b  W95 FAT32
 /dev/hdb2             639       15017   115499317+   7  HPFS/NTFS
 
 Disk /dev/sda: 1024 MB, 1024311808 bytes
 32 heads, 62 sectors/track, 1008 cylinders
 Units = cylinders of 1984 * 512 = 1015808 bytes
 
 This doesn't look like a partition table
 Probably you selected the wrong device.
 
 Device Boot      Start         End      Blocks   Id  System
 /dev/sda1   ?      392206      967564   570754815+  72  Unknown
 Partition 1 has different physical/logical beginnings (non-Linux?):
 phys=(357, 116, 40) logical=(392205, 19, 11)
 Partition 1 has different physical/logical endings:
 phys=(357, 32, 45) logical=(967563, 8, 51)
 Partition 1 does not end on cylinder boundary.
 /dev/sda2   ?       85025     1060846   968014120   65  Novell Netware 386
 Partition 2 has different physical/logical beginnings (non-Linux?):
 phys=(288, 115, 43) logical=(85024, 30, 47)
 Partition 2 has different physical/logical endings:
 phys=(367, 114, 50) logical=(1060845, 20, 42)
 Partition 2 does not end on cylinder boundary.
 /dev/sda3   ?      942481     1918302   968014096   79  Unknown
 Partition 3 has different physical/logical beginnings (non-Linux?):
 phys=(366, 32, 33) logical=(942480, 18, 30)
 Partition 3 has different physical/logical endings:
 phys=(357, 32, 43) logical=(1918301, 7, 39)
 Partition 3 does not end on cylinder boundary.
 /dev/sda4   ?           1     1833280  1818613248    d  Unknown
 Partition 4 has different physical/logical beginnings (non-Linux?):
 phys=(372, 97, 50) logical=(0, 0, 1)
 Partition 4 has different physical/logical endings:
 phys=(0, 10, 0) logical=(1833279, 15, 30)
 Partition 4 does not end on cylinder boundary.
 
 Partition table entries are not in disk order
 
 
 
 
 
 
 
 |