Seite 1 von 1

Externe Festplatte

BeitragVerfasst: 29.05.2007, 23:22
von punkrock
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???

BeitragVerfasst: 30.05.2007, 14:05
von wakeup
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

BeitragVerfasst: 30.05.2007, 16:12
von Sekhmet
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 ;)

BeitragVerfasst: 30.05.2007, 19:54
von punkrock
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

BeitragVerfasst: 30.05.2007, 22:32
von Sekhmet
sry ^^

Code: Alles auswählen
sudo mount -o uid=1000 /dev/sdc1 /extern
dann müsste es gehen

BeitragVerfasst: 30.05.2007, 22:40
von punkrock
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 :-)