Dysk usb Debian Lenny widzi a Squeeze nie

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
Puchaty
Posty: 41
Rejestracja: 01 kwietnia 2010, 12:12

Dysk usb Debian Lenny widzi a Squeeze nie

Post autor: Puchaty »

Mam mały problem gdyż Debian Lenny widzi mi dysk Memorex Travelldrive, a Squeeze już nie. Jest na nim jedna partycja NTFS. Co zrobić żeby go podpiąć dysk w Squeeze?
hucul
Beginner
Posty: 189
Rejestracja: 25 listopada 2007, 11:36
Lokalizacja: Warszawa

Post autor: hucul »

Pokaż wynik polecenia

Kod: Zaznacz cały

lsusb
Czy masz zainstalowane ntfs-3g na Squeeze ?
Puchaty
Posty: 41
Rejestracja: 01 kwietnia 2010, 12:12

Post autor: Puchaty »

Kod: Zaznacz cały

karol@debian:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 12f7:2000 Memorex Products, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 002: ID 064e:a103 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
karol@debian:~$
Po uruchomieniu laptopa z podłączonym dyskiem dysk działa, ale jak podłącze go w trakcie pracy systemu to go nie wykrywa :/

ntfs-3g posiadam
robero
Beginner
Posty: 164
Rejestracja: 05 października 2009, 11:43

Post autor: robero »

Usuń jeśli masz zainstalowany pakiet usbmount. Pokaż zawartość /etc/fstab.
Puchaty
Posty: 41
Rejestracja: 01 kwietnia 2010, 12:12

Post autor: Puchaty »

usbmount nie mam

/etc/fstab

Kod: Zaznacz cały

karol@debian:~$ usbmount
bash: usbmount: nie znaleziono polecenia
karol@debian:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda1 during installation
UUID=9fd17291-5835-428b-9360-ee3c4cc1844f /               ext3    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=b6d29848-6594-44a9-9ae3-c408a5ea1dbc none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
karol@debian:~$

robero
Beginner
Posty: 164
Rejestracja: 05 października 2009, 11:43

Post autor: robero »

W ten sposób nie sprawdziłeś czy go masz.
Pokaż np.

Kod: Zaznacz cały

aptitude search usbmount
Puchaty
Posty: 41
Rejestracja: 01 kwietnia 2010, 12:12

Post autor: Puchaty »

Kod: Zaznacz cały

karol@debian:~$ aptitude search usbmount
p   usbmount                         - automatically mount and unmount USB mass st
karol@debian:~$
ODPOWIEDZ