LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-08-2012, 02:45 PM   #1
EStyles
Member
 
Registered: Jun 2012
Distribution: Kali 2.0, Arch
Posts: 39

Rep: Reputation: Disabled
nautilus cannot handle ________ locations


I am running Backtrack 5 R2 64bit Gnome kernel 3.2.6. I run as root by default and am keeping it that way.

I get this error when trying to open Places>Computer, Places>Network. Also, USB devices will no longer automount. I have seen this error in multiple places and every solution I have tried does not work e.g.:
Code:
#1
Remove /usr/local
sudo mv /usr/local /usr/local.old

create /usr/local
sudo mkdir /usr/local

restart your computer.

#2
Solution was to remove all libglib and libgio files in /usr/local/lib. Then the libglib and libgio from /usr/lib are loaded.
the first one simply did not work and I do not have a /usr/local/lib so the second solution is out. These were the most common solutions I came across.

Does anyone have any other solutions I can test?

Last edited by EStyles; 06-09-2012 at 10:32 PM. Reason: correction
 
Old 06-09-2012, 02:37 PM   #2
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
type the following command and post the output here
Code:
cat /etc/fstab
this will give us an idea about your partitions
also type the following command and post the output here
Code:
mount
 
Old 06-09-2012, 02:54 PM   #3
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
the problem may be about the mount options of the filesystems
 
Old 06-09-2012, 03:04 PM   #4
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
auto and noauto With the auto option, the device will be mounted automatically (at bootup, just like I told you a bit earlier, or when you issue the mount -a command). auto is the default option. If you don't want the device to be mounted automatically, use the noauto option in /etc/fstab. With noauto, the device can be mounted only explicitly.

user and nouser These are very useful options. The user option allows normal users to mount the device, whereas nouser lets only the root to mount the device. nouser is the default, which is a major cause of headache for new Linux users. If you're not able to mount your cdrom, floppy, Windows partition, or something else as a normal user, add the user option into /etc/fstab.
the above text is from this link
http://www.tuxfiles.org/linuxhelp/fstab.html
 
Old 06-09-2012, 10:34 PM   #5
EStyles
Member
 
Registered: Jun 2012
Distribution: Kali 2.0, Arch
Posts: 39

Original Poster
Rep: Reputation: Disabled
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
/dev/sdb1       /   # /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
/dev/sdb1       /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=42117118-67b6-445f-8e6e-9c2b5c82e6d1 none            swap    sw              0       0
root@bt:~# 
            ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=42117118-67b6-445f-8e6e-9c2b5c82e6d1 none            swap    sw              0       0
root@bt:~#
Code:
root@bt:~# mount
/dev/sdb1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
root@bt:~#
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Nautilus shows incorrect locations Chris.Bristol Ubuntu 3 02-01-2012 10:28 AM
LXer: Nautilus Terminal 1.0 Released With Support For Nautilus 3.x (Terminal Embedded Into Nautilus) LXer Syndicated Linux News 0 10-18-2011 08:20 AM
Locations in Nautilus toolbar schachwizard Linux - General 0 05-11-2011 02:35 PM
Nautilus cannot handle computer locations (Debian Sqeeze, Gnome 2.30.2) SkyerSK Linux - Newbie 2 03-16-2011 02:59 AM
LXer: Nautilus Elementary Adds Much Needed Enhancements to Nautilus File Manager And Why You Should LXer Syndicated Linux News 1 10-19-2010 10:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration