Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The process for the file protocol died unexpectedly
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Pluk
n00b
n00b


Joined: 21 Jun 2002
Posts: 11

PostPosted: Sun Jun 23, 2002 11:54 pm    Post subject: The process for the file protocol died unexpectedly Reply with quote

I've mounted my windows partition. But when i go to a specific directory it cant give a full listing, but stops halfway with this error msg:

The process for the file protocol died unexpectedly.

It shows half the directory.. all other directories give a good listing.

here is part of my fstab:
Code:

/dev/hda5   /windows   vfat   smbfs   users,rw,username=abc,passwd=123,noauto   0 0


Any solution for this?
Back to top
View user's profile Send private message
Obz
Retired Dev
Retired Dev


Joined: 11 Jun 2002
Posts: 274

PostPosted: Tue Jun 25, 2002 7:43 am    Post subject: Reply with quote

if this is a windows partition, and not a remote windows share, then you should have either vfat or smbfs not both. if this is just a partition on your hard drive, then use vfat if its win95/98/Me, or ntfs if its NT/2k/XP. smbfs is for mounting remote samba (think network neighborhood) shares. most likely the line should read

Code:
/dev/hda5    /windows    vfat    users,rw,uid=UID,gid=GID,noauto 0 0


where uid and gid are the user id and group id of the user who you want to "own" the whole partition. this is because fat32 doesnt set permission bits for files like unix (or ntfs) file systems. if you omit uid= and gid= then it will mount read-all, and write-root-only.

hope this helps, have a nice day.
mike.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 21, 2002 9:40 am    Post subject: Reply with quote

What this is doing in Desktop Environments escapes me. Off to OTG.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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