13a8d
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
where to put in fstab to mount the proc and typed
mount -aassembly 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? |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
||||
|
||||
|
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. |
|
#4
|
||||
|
||||
|
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 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 Last edited by douglasfim; September 1st, 2010 at 05:02. Reason: tag |
|
#5
|
||||
|
||||
|
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. <--- |
|
#7
|
||||
|
||||
|
'm already getting mount USB stick
but the /proc will not always get an error at boot |
|
#8
|
||||
|
||||
|
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. |
|
#9
|
||||
|
||||
|
ok, so I try to get home, hopefully that works
|
|
#10
|
||||
|
||||
|
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? |
|
#11
|
||||
|
||||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |