Externe Festplatte

Hier geht es um Hardware/Peripherie. Probleme, neue Treiber... werden hier diskutiert.

Moderator: Moderator

Externe Festplatte

Beitragvon punkrock » 29.05.2007, 23:22

hey
hab ein problem mit meiner externen festplatte
ich hab sie gemountet:

sudo mkdri /extern
sudo mount /dev/sdc1 /extern

ich bekommen dann einen link auf dem destop

klicke ich diesen an herhalte ich nur:
Kein Zugriff auf file:///exte möglich. Sie haben offenbar keine ausreichende Berechtigung.
will ich die festplatte unter konqueror oeffnen erhalte ich:
Ordner /exte lässt sich nicht öffnen.

was fuer?r ein fehler ist mir da unterlaufen???
:) :) :) :) :) :) :) :) :)
Benutzeravatar
punkrock
 
Beiträge: 73
Registriert: 10.01.2007, 18:13
Wohnort: Hollabrunn

Beitragvon wakeup » 30.05.2007, 14:05

mit den richtigen rechten mounten denke ich mal
Code: Alles auswählen
sudo mount umask=777 blabla


denke der befehl ist nicht ganz richtig der nächste poster kann den aber sicher besser als ich! :O
Zuletzt geändert von wakeup am 30.05.2007, 14:07, insgesamt 2-mal geändert.
Benutzeravatar
wakeup
 
Beiträge: 566
Registriert: 28.04.2007, 22:56
Wohnort: bonn

Beitragvon Sekhmet » 30.05.2007, 16:12

ich persönlich nehm immer
Code: Alles auswählen
sudo mount uid=1000 /dev/sdc1 /extern

weil meine uid 1000 ist.

probier das mal, aber wenn das nicht hilft, hilft der nächste poster ;)
[align=center]Bild[/align]
Benutzeravatar
Sekhmet
 
Beiträge: 166
Registriert: 28.04.2007, 13:55
Wohnort: Mödling

Beitragvon punkrock » 30.05.2007, 19:54

norbert@ashly2:~$ sudo mount uid=1000 /dev/sdc1 /externe
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
norbert@ashly2:~$ sudo mount uid=1000 /dev/sdc1 /externe
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
---------------------

leider kommt nur das
Zuletzt geändert von punkrock am 30.05.2007, 19:55, insgesamt 1-mal geändert.
:) :) :) :) :) :) :) :) :)
Benutzeravatar
punkrock
 
Beiträge: 73
Registriert: 10.01.2007, 18:13
Wohnort: Hollabrunn

Beitragvon Sekhmet » 30.05.2007, 22:32

sry ^^

Code: Alles auswählen
sudo mount -o uid=1000 /dev/sdc1 /extern
dann müsste es gehen
[align=center]Bild[/align]
Benutzeravatar
Sekhmet
 
Beiträge: 166
Registriert: 28.04.2007, 13:55
Wohnort: Mödling

Beitragvon punkrock » 30.05.2007, 22:40

nein das wars auch ned :-)

aber ich hab das problem gefunden

hab die festplatte damals unter windows ned korrekt entfernt

darum hab ich die ganzen fehlermeldungen bekommen

bin schnell zum pc meiner schwester hab die festplatte angesteckt und dann richtig entfernt unter windows

wieder auf meinem pc angesteckt den selben mount befehl nocheinmal ausgefuehrt

tata

es geht :-)
:) :) :) :) :) :) :) :) :)
Benutzeravatar
punkrock
 
Beiträge: 73
Registriert: 10.01.2007, 18:13
Wohnort: Hollabrunn


Zurück zu Hardware/Peripherie

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast