Dysk usb Debian Lenny widzi a Squeeze nie
Dysk usb Debian Lenny widzi a Squeeze nie
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?
Pokaż wynik polecenia
Czy masz zainstalowane ntfs-3g na Squeeze ?
Kod: Zaznacz cały
lsusb
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:~$
ntfs-3g posiadam
usbmount nie mam
/etc/fstab
/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:~$
W ten sposób nie sprawdziłeś czy go masz.
Pokaż np.
Pokaż np.
Kod: Zaznacz cały
aptitude search usbmount
Kod: Zaznacz cały
karol@debian:~$ aptitude search usbmount
p usbmount - automatically mount and unmount USB mass st
karol@debian:~$