Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VMWare - NTFS HDD als User einbinden
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Harsesis
n00b
n00b


Joined: 20 Apr 2005
Posts: 35
Location: Germany - BW

PostPosted: Wed Apr 11, 2007 8:25 pm    Post subject: VMWare - NTFS HDD als User einbinden Reply with quote

Ich habe nun endlich mal umgestellt und benutze VMWare nun als User "harsesis" und nicht mehr als root. Vorher hatte ich zur virtuellen noch eine eine physikalische Festplatte ( /dev/sdb ) in VMware eingebunden, diese kann ich als User nun nicht mehr benutzen. Es kommt die Fehlermeldung "Insufficient permission to open file". Wenn ich die physikalische entferne funktioniert alles wie es soll. Hier die fstab :

Code:
# <fs>         <mountpoint>      <type>      <opts>               <dump/pass>
/dev/sda1      /boot         ext2      defaults            1 2
/dev/sda3      /         ext3      noatime               0 1
/dev/sda2      none         swap      sw               0 0
/dev/sdc1      /server         ext3      noatime               0 1
/dev/sdb1      /mnt/sata-win-hdd   ntfs      noauto,user,nls=utf8,umask=0000      0 0

#/dev/hda1      /mnt/media2k   ntfs      defaults   0 1
#/dev/hda3      /mnt/oldsystem   ext3      noatime      0 1
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro   0 0
/dev/fd0      /mnt/floppy   auto      noauto      0 0


# NOTE: The next line is critical for boot!
proc         /proc      proc      defaults   0 0
shm         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0


Was muesst ihr noch wissen? Welche config braucht ihr noch?
Back to top
View user's profile Send private message
bastile
n00b
n00b


Joined: 11 Apr 2007
Posts: 1

PostPosted: Wed Apr 11, 2007 10:53 pm    Post subject: Reply with quote

werde wahrscheinlich das gleiche bei mir auch machen. Würde mich auch über Antworten freuen.
_________________
www
Back to top
View user's profile Send private message
bbgermany
Veteran
Veteran


Joined: 21 Feb 2005
Posts: 1844
Location: Oranienburg/Germany

PostPosted: Thu Apr 12, 2007 5:09 am    Post subject: Reply with quote

Hi,

ich denke das du mal nach den Rechten auf dem Device /dev/sdb nachsehen solltest. Bei mir sieht das so aus:

Quote:

apollo ~ # ls -la /dev/sd*
brw-rw---- 1 root disk 8, 0 Apr 12 06:27 /dev/sda
brw-rw---- 1 root disk 8, 1 Apr 12 06:27 /dev/sda1
brw-rw---- 1 root disk 8, 2 Apr 12 06:27 /dev/sda2
brw-rw---- 1 root disk 8, 3 Apr 12 06:27 /dev/sda3
brw-rw---- 1 root disk 8, 5 Apr 12 06:27 /dev/sda5
brw-rw---- 1 root disk 8, 6 Apr 12 06:27 /dev/sda6
brw-rw---- 1 root disk 8, 7 Apr 12 06:27 /dev/sda7
brw-rw---- 1 root disk 8, 16 Apr 12 06:27 /dev/sdb
brw-rw---- 1 root disk 8, 17 Apr 12 06:27 /dev/sdb1
brw-rw---- 1 root disk 8, 18 Apr 12 06:27 /dev/sdb2
brw-rw---- 1 root disk 8, 19 Apr 12 06:27 /dev/sdb3
brw-rw---- 1 root disk 8, 20 Apr 12 06:27 /dev/sdb4
brw-rw---- 1 root disk 8, 21 Apr 12 06:27 /dev/sdb5
brw-rw---- 1 root disk 8, 22 Apr 12 06:27 /dev/sdb6
brw-rw---- 1 root disk 8, 23 Apr 12 06:27 /dev/sdb7
apollo ~ #


Vielleicht bekommst du Zugriff, auf das Device, wenn du in der Gruppe "disk" bist.

MfG. Stefan
_________________
Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
Back to top
View user's profile Send private message
Harsesis
n00b
n00b


Joined: 20 Apr 2005
Posts: 35
Location: Germany - BW

PostPosted: Thu Apr 12, 2007 7:21 pm    Post subject: Reply with quote

Das habe ich gerade ausprobiert (mit der Gruppe "disk") und es hat nicht geklappt. Hat noch emand Ideen?
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1495
Location: Würzburg

PostPosted: Thu Apr 12, 2007 8:02 pm    Post subject: Reply with quote

Code:
/dev/sdb1      /mnt/sata-win-hdd   ntfs      noauto,user,nls=utf8,umask=0000      0 0


umask zieht bei NTFS nicht richtig.
Probier mal folgendes

Code:
/dev/sdb1      /mnt/sata-win-hdd   ntfs      noauto,user,nls=utf8,umask=0000,dmask=777,fmask=666      0 0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum