Postanowiłem mój ostatni bastion Slackware zamienić na Debiana, wszystko ładnie, pięknie, ale mam problem z dostępem do partycji (wczesniej na niej była samba, jak dobrze pamiętam to ext3, ewentualnie reiserFS).
Podczas instalacji wybrałem, żeby Debian jej nie brał pod uwagę, opcja w stylu 'wyłącz' partycję, czy tam pomiń - nie pamiętam :)
Po instalacji nie moge jej zamontować :
Kod: Zaznacz cały
sinet:~# mount /dev/hda9 /mnt/samba/
mount: you must specify the filesystem type
sinet:~# mount -t ext3 /dev/hda9 /mnt/samba/
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
sinet:~# mount -t reiserfs /dev/hda9 /mnt/samba/
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
sinet:~# dmesg |grep hda
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
hda: WDC WD400JB-00ETA0, ATA DISK drive
hda: max request size: 512KiB
hda: 78165360 sectors (40020 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(66)
hda: cache flushes supported
hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
Adding 393552k swap on /dev/hda8. Priority:-1 extents:1 across:393552k
EXT3 FS on hda7, internal journal
EXT3 FS on hda1, internal journal
EXT3 FS on hda5, internal journal
EXT3 FS on hda6, internal journal
VFS: Can't find ext3 filesystem on dev hda9.
ReiserFS: hda9: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on hda9
sinet:~#