LINUX.ORG.RU

JetFlash 2.0 on Core 2 truble


0

0


Знаю, много уже таких как я было, но все же то что обсуждалось мне не помогло. И так по порядку

Имеем:
1) FC2, 2.6.9, JetFlash 2.0 256Mb(TS256MJF2B).
2) lsmod
[root@hogus usb]# lsmod
Module Size Used by
osst 47768 0
st 33052 0
sr_mod 12964 0
msdos 7040 0
nls_koi8_u 5248 4
soundcore 6880 2 snd
vfat 10624 0
fat 36768 2 msdos,vfat
sd_mod 13200 0
usb_storage 90512 0
binfmt_misc 8840 1
autofs4 14724 0
sunrpc 121060 1
8139too 19456 0
mii 4096 1 8139too
ipt_REJECT 5632 1
ipt_state 1792 5
iptable_filter 2560 1
ip_tables 18048 3 ipt_REJECT,ipt_state,iptable_filter
sg 27552 0
microcode 5664 0
uhci_hcd 26512 0
usbcore 96100 4 usb_storage,uhci_hcd
thermal 10760 0
processor 14248 1 thermal
fan 3204 0
button 5136 0
battery 7556 0
ac 3588 0

3) lsusb
[root@hogus usb]# lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 010: ID 0ea0:2168 Ours Technology, Inc.
Bus 001 Device 001: ID 0000:0000

Далее...
Подключем флешку на ней сразу загораеться лампочка.
fdisk -l
[root@hogus usb]# fdisk -l

Disk /dev/hda: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

{skip}

Disk /dev/sda: 262 MB, 262144000 bytes
9 heads, 56 sectors/track, 1015 cylinders
Units = cylinders of 504 * 512 = 258048 bytes

Device Boot Start End Blocks Id System
/dev/sda1 ? 1543921 3808821 570754815+ 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 116, 40) logical=(1543920, 4, 5)
Partition 1 has different physical/logical endings:
phys=(357, 32, 45) logical=(3808820, 4, 35)
Partition 1 does not end on cylinder boundary.
/dev/sda2 ? 334702 4176028 968014120 65 Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 115, 43) logical=(334701, 3, 51)
Partition 2 has different physical/logical endings:
phys=(367, 114, 50) logical=(4176027, 2, 42)
Partition 2 does not end on cylinder boundary.
/dev/sda3 ? 3710083 7551409 968014096 79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(366, 32, 33) logical=(3710082, 2, 26)
Partition 3 has different physical/logical endings:
phys=(357, 32, 43) logical=(7551408, 0, 25)
Partition 3 does not end on cylinder boundary.
/dev/sda4 ? 5725558 5725668 27749+ d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 97, 50) logical=(5725557, 7, 33)
Partition 4 has different physical/logical endings:
phys=(0, 10, 0) logical=(5725667, 8, 35)
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order


Пытаюсь монтировать
[root@hogus usb]# mount /dev/sda1 /mnt/usb/
mount: /dev/sda1 is not a valid block device
[root@hogus usb]# mount /dev/sda /mnt/usb/
mount: wrong fs type, bad option, bad superblock on /dev/sda,
or too many mounted file systems
[root@hogus usb]# mount -t vfat /dev/sda /mnt/usb/
mount: wrong fs type, bad option, bad superblock on /dev/sda,
or too many mounted file systems
[root@hogus usb]# mount -t msdos /dev/sda /mnt/usb/
mount: wrong fs type, bad option, bad superblock on /dev/sda,
or too many mounted file systems

Собствеено в начале флешка была FAT, я ее сделал FAT32 ничего не поменялось :(((
HELP!!!

За рание благодарен.

anonymous
Ответ на: комментарий от fishor

[root@hogus usb]# mount /dev/sda5 /mnt/usb/ mount: /dev/sda5 is not a valid block device

:(((((((

anonymous
()

Чего бы тебе сначала в /etc/fstab вот такую строчку не прописать /dev/sda /mnt/usb vfat user,noauto,owner,iocharset=koi8-r,umask=0 0

и монтируй mount /dev/sda

Если лампочка горит значит подключится!

phantom7
()
Ответ на: комментарий от phantom7

[dima@hogus mp3]$ mount
/dev/hda5 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda6 on /var type ext3 (rw)
/dev/hda2 on /mnt/public type ext3 (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
none on /proc/bus/usb type usbfs (rw)

А какая разница есть он в fstab или нет?
Если он руками не монтируется, то и fstab тут не поможет :((((

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.