ubuntuusers.de

Externe festplatte wird nicht erkannt

Status: Ungelöst | Ubuntu-Version: Kein Ubuntu
Antworten |

Th3-MiRaGe

Anmeldungsdatum:
14. Dezember 2009

Beiträge: 97

Schönen guten morgen,

Ich habe die externe Festplatte einmal angesteckt, da lief Sie, danach wollte ich Sie jedoch nochmal einstecken sie wurde nicht gemountet, daraufhin habe ich die SuFu benutzt und einige befehle eingegeben, wobei ich leider nichts gefunden habe, nun habe ich Sie gefunden, jedoch weiss ich nicht wie ich Sie nun einbinden soll.

Ich hoffe mir kann jemand helfen,

Schönen Dank schonmal! =)

mirage@haxmashine / $ cat /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
none /proc proc rw,nosuid,nodev,noexec,relatime 0 0
none /dev devtmpfs rw,relatime,size=1535272k,nr_inodes=383818,mode=755 0 0
none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
/dev/disk/by-uuid/89ecdbd2-29cf-4d54-af16-3327544cb403 / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
none /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
none /var/run tmpfs rw,nosuid,relatime,mode=755 0 0
mirage@haxmashine / $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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    nodev,noexec,nosuid 0       0
/dev/sda1       /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=bc7165fe-c958-4fcc-9726-6e20d6dcffdb none            swap    sw              0       0
mirage@haxmashine / $ lsusb
Bus 007 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 007 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 005 Device 002: ID 046d:c01d Logitech, Inc. MX510 Optical Mouse
Bus 005 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 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 1058:1023 Western Digital Technologies, Inc. 
Bus 002 Device 003: ID 05c8:0100 Cheng Uei Precision Industry Co., Ltd (Foxlink) 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mirage@haxmashine / $ sudo mount
[sudo] password for mirage: 
/dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
mirage@haxmashine / $ 

Antworten |