13a8d problems with pendrive mounts and /proc - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > Peripheral Hardware

Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old August 20th, 2010, 16:15
douglasfim's Avatar
douglasfim douglasfim is offline
Member
 
Join Date: Apr 2009
Location: Sao Paulo, Brazil
Posts: 136
Thanks: 20
Thanked 0 Times in 0 Posts
Default problems with pendrive mounts and /proc

where to put in fstab to mount the proc and typed

mount -a

assembly is perfectly

but during the boot, has an error, i have to edit fstab

I do that proc p funciote perfectly at boot?

I'm having problems mounting USB drives, I ride for kde4, when I'm logged in using the root mount is fine, but with the other user assembly is not performed

how to solve?
Reply With Quote
  #2  
Old August 20th, 2010, 16:33
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,702
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

What is the exact error?
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #3  
Old August 20th, 2010, 19:05
douglasfim's Avatar
douglasfim douglasfim is offline
Member
 
Join Date: Apr 2009
Location: Sao Paulo, Brazil
Posts: 136
Thanks: 20
Thanked 0 Times in 0 Posts
Default

when i put the flash drive, kde recognizes normally, but when I click the tray p mount it just does not mount, works only with root user

when I click the disk on the left in the dolphin, the following message appears

org.freedesktop.Hal.Device.PermissionDeniedByPolic y: org.freedesktop.hal.storage.mount-removable no <-- (action, result)

Last edited by douglasfim; August 20th, 2010 at 19:12.
Reply With Quote
  #4  
Old August 20th, 2010, 19:35
douglasfim's Avatar
douglasfim douglasfim is offline
Member
 
Join Date: Apr 2009
Location: Sao Paulo, Brazil
Posts: 136
Thanks: 20
Thanked 0 Times in 0 Posts
Default

my /etc/fstab

Code:
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad4s1a             /               ufs     rw              1       1
/dev/acd0               /cdrom          cd9660  ro,noauto       0       0
/dev/ad4s3              none            swap    sw              0       0
/dev/ad4s2              /mnt/win-c      ntfs-3g rw,mountprog=/usr/local/bin/ntfs-3g     0       0
/dev/ad3s1              /mnt/win-d      ntfs-3g rw,mountprog=/usr/local/bin/ntfs-3g     0       0
#linproc /usr/compat/linux/proc linprocfs rw 0 0
#linsys /usr/compat/linux/sys linsysfs rw 0 0
proc                   /proc           procfs  rw              0       0
error message during boot

Code:
mounting local file system:Error openning '/proc': Is a directory 
Failed to mount '/proc:' Is a directory
.
Mounting /etc/fstab file systems failed, startup aborted
after i press enter, start the shell, and can only run the system after editing the fstab and then restarting

Last edited by douglasfim; September 1st, 2010 at 05:02. Reason: tag
Reply With Quote
  #5  
Old August 20th, 2010, 20:25
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,828
Thanks: 30
Thanked 1,887 Times in 1,332 Posts
Default

douglasfim, use the correct posting tags, please: http://forums.freebsd.org/showthread.php?t=8816
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Adminstrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #6  
Old August 20th, 2010, 20:30
phoenix's Avatar
phoenix phoenix is offline
Moderator
 
Join Date: Nov 2008
Location: Kamloops, BC, Canada
Posts: 3,141
Thanks: 43
Thanked 703 Times in 579 Posts
Default

This is covered in the HAL FAQ for FreeBSD.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote
  #7  
Old September 1st, 2010, 05:01
douglasfim's Avatar
douglasfim douglasfim is offline
Member
 
Join Date: Apr 2009
Location: Sao Paulo, Brazil
Posts: 136
Thanks: 20
Thanked 0 Times in 0 Posts
Default

'm already getting mount USB stick

but the /proc will not always get an error at boot
Reply With Quote
  #8  
Old September 1st, 2010, 08:04
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,702
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

Remove that line from fstab and type it in again. Make sure you use tabs between the entries instead of spaces.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #9  
Old September 1st, 2010, 12:09
douglasfim's Avatar
douglasfim douglasfim is offline
Member
 
Join Date: Apr 2009
Location: Sao Paulo, Brazil
Posts: 136
Thanks: 20
Thanked 0 Times in 0 Posts
Default

ok, so I try to get home, hopefully that works
Reply With Quote
  #10  
Old September 3rd, 2010, 02:57
douglasfim's Avatar
douglasfim douglasfim is offline
Member
 
Join Date: Apr 2009
Location: Sao Paulo, Brazil
Posts: 136
Thanks: 20
Thanked 0 Times in 0 Posts
Default

still unable to mount proc

my /boot/loader.conf

Code:
fuse_load="YES"
cd9660_load="YES"                # ISO 9660 filesystem
linprocfs_load="YES"             # Linux compatibility process filesystem
linsysfs_load="YES"              # Linux compatibility system filesystem
msdosfs_load="YES"               # FAT-12/16/32
ntfs_load="YES"                  # NTFS
procfs_load="YES"                # Process filesystem
sound_load="YES"                 # Digital sound subsystem
snd_driver_load="YES"            # All sound drivers
usb_load="YES"                   # USB subsystem
amdtemp_load="YES"               # AMD K8/K10/K11 temperature monitor
sem_load="YES"
linux_load="YES"
linprocfs_load="YES"
linsysfs_load="YES"

is there anything I can do? has anything to do with the kernel?
Reply With Quote
  #11  
Old September 3rd, 2010, 07:40
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,702
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

Almost everything in your loader.conf is already in the kernel by default (GENERIC). Why are you loading them?
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeBSD 8.1-RC1 Cannot mount device Pendrive. bryn1u Peripheral Hardware 2 June 23rd, 2010 17:50
/proc/loadavg alternative and SabNZB Python script? Nordmann Userland Programming & Scripting 9 May 19th, 2010 16:00
booting up freebsd from pendrive using bootloader Magnesik Peripheral Hardware 7 April 12th, 2010 10:46
freebsd-upgrade 7.2 to 7.3 killed my ZFS Mounts kaah Installing & Upgrading 0 March 25th, 2010 22:01
Problem with USB pendrive on freeBSD 6.2 in virtualbox kilin Peripheral Hardware 3 November 14th, 2009 14:20


All times are GMT +1. The time now is 06:07.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0