View Single Post
Old 22-10-2006, 22:25   #8
polostation
Senior Member
 
L'Avatar di polostation
 
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
dopo un po di smanettamento ho ottenuto, digitando lsusb
Bus 004 Device 002: ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge
Quindi qualcosa rispetto a prima si è mosso ma non mi riconosce comunque il dispositivo. Potrei però montarlo manualmente? Ho tutti i dati che mi servono?

Tra l'altro il comando sudo mount /media/usb3/ -o unhide
mi da come risposta:
mount: impossibile trovare /media/usb3 in /etc/fstab o /etc/mtab

Allora ho controllato fstab ma non esiste, mtab invece è così:

# Configuration file for the usbmount package, which mounts USB mass
# storage devices when they are plugged in and unmounts them when they
# are removed.

# Mountpoints: These directories are eligible as mointpoints for USB
# mass storage devices. A newly plugged in device is mounted on the
# first directory in this list that exists and on which nothing is
# mounted yet.
MOUNTPOINTS="/media/usb0 /media/usb1 /media/usb2 /media/usb3
/media/usb4 /media/usb5 /media/usb6 /media/usb7"

# Filesystem types: USB mass storage devices are only mounted if they
# contain a filesystem type which is in this list.
#############################################################################
# WARNING! The vfat filesystem does not yet fully implement sync-mounting. #
# If you include "vfat" in the list of filesystem types, you *MUST* make #
# sure all data is written to the medium before you remove it (e.g. run the #
# "sync" command in a terminal window). Otherwise, you *WILL* lose data! #
#############################################################################
FILESYSTEMS="ext2 ext3"

# Mount options: Options passed to the mount command with the -o flag.
# WARNING! Removing "sync" from the options is a very bad idea and
# might result in severe data loss.
MOUNTOPTIONS="sync,noexec,nodev,noatime"

# Filesystem type specific mount options: This variable contains a space sepa-
# rated list of strings, each of which has the form "-fstype=TYPE,OPTIONS".
# If a filesystem with a type listed here is mounted, the corresponding
# options are appended to those specificed in the MOUNTOPTIONS variable.
# For example, "-fstype=vfat,gid=floppy,dmask=0007,fmask=0117" would add the
# options "gid=floppy,dmask=0007,fmask=0117" when a vfat filesystem is mounted.
FS_MOUNTOPTIONS=""

# If set to "yes", more information will be logged via the syslog
# facility.
VERBOSE="no"

Ultima modifica di polostation : 22-10-2006 alle 22:42.
polostation è offline   Rispondi citando il messaggio o parte di esso