Код: Выделить всё
localhost plab # 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 2941 23623551 7 HPFS/NTFS
/dev/hda2 2942 4865 15454530 f W95 Ext'd (LBA)
/dev/hda5 2942 4738 14434371 83 Linux
/dev/hda6 4739 4865 1020096 82 Linux swap / Solaris
Disk /dev/hdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 3978 31953253+ 7 HPFS/NTFS - диск существует
/dev/hdb2 3979 38913 280615387+ f W95 Ext'd (LBA)
/dev/hdb5 3979 37638 270373918+ 7 HPFS/NTFS
/dev/hdb6 37639 38913 10241406 83 Linux
localhost plab # ntfs-3g /dev/hdb1 /mnt/hdb5
fusermount: mount failed: Device or resource busy
FUSE mount point creation error: No such file or directory
Unmounting /dev/hdb1 ()
localhost plab # mount -t ntfs /dev/hdb1 /mnt/hdb5
mount: /dev/hdb1 already mounted or /mnt/hdb5 busy
localhost plab # mount|grep hdb - диск не смонтирован
localhost plab # umount /dev/hdb - пытаюсь размонтировать
umount: /dev/hdb: not mounted
localhost plab # lsof /dev/hdb -видим что диск судя по всему ничем не используется...
localhost plab # dmesg|grep hdb
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
hdb: WDC WD3200JB-00KFA0, ATA DISK drive
hdb: hw_config=6b00
hdb: hw_config=6b00
hdb: max request size: 512KiB
hdb: Host Protected Area detected.
hdb: Host Protected Area disabled.
hdb: 625142448 sectors (320072 MB) w/8192KiB Cache, CHS=38913/255/63<6>hdb: hw_config=6b00
hdb: cache flushes supported
hdb: hdb1 hdb2 < hdb5 hdb6 >
localhost plab # ls /mnt
cdrom floppy hdb5 - папка hdb5 существует
localhost plab # ntfs-3g /dev/hda1 /mnt/hdb5 - монтирую диск с hda как видно выше он тоже нтфс но отлично монтируется..
localhost plab # ls /mnt/hdb5
ASLog.txt IO.SYS Program Files
AUTOEXEC.BAT iPAQ Project Studio R3.5
Bluetooth MSDOS.SYS RECYCLER
Bootfont.bin My Downloads squid
boot.ini NTDETECT.COM squid.01
CONFIG.SYS ntldr System Volume Information
CSB.LOG NVIDIA Temp
Documents and Settings p2k.log totalcmd
Downloads pagefile.sys Virtual Machines
hiberfil.sys Perl WINDOWS
Inetpub pl.txt
localhost plab # umount /mnt/hdb5 - размонтирую hda1
localhost plab # mount -t ext3 /dev/hdb6 /mnt/hdb5 - пытаюсь смонтируовать ext3 раздел с hda как видно он тоже не монтируется..
mount: /dev/hdb6 already mounted or /mnt/hdb5 busy
localhost plab #