LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-12-2015, 12:47 PM   #1
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Rep: Reputation: 34
[SOLVED] View other devices/partitions in XFE file manager


a) Is it possible to have this functionality of Thunar/Nautilus in XFe by running some commands first, adding the partitions/devices in /etc/fstab with their UUIDs and/or installing some additional modules/plugins? I am on a minimal Debian Jessie system with standalone OpenBox, do not have any prior experience with XFE and a google search leads me to tons of posts on XFCE instead.
b) Will doing so then end up with XFE using the same, if not more system resources than what the above mentioned behemoths do?

Thanks.

Last edited by mzsade; 08-18-2015 at 11:42 PM.
 
Old 08-12-2015, 06:11 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
This suggests yes, it is possible.
 
Old 08-12-2015, 06:42 PM   #3
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by Habitual View Post
This suggests yes, it is possible.
Thanks, that's great news..just tried Ctrl-M to mount one, didn't do anything apparently but let me read up on the link you provided and look at the configuration files mentioned. Will report back as soon as i've tried out everything possible. Thanks again, i'd have gone ahead installed Thunar or Nautilus if it wasn't for your "yes, we can!"
 
Old 08-13-2015, 01:49 AM   #4
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Looked at the configuration files, there was pretty much nothing i could do with them, they were all about geometry and keybindings. So i did a Google search and found this gem. Since copy/paste of the UUIDs from xterm to my text editor is not possible, ran
Code:
touch ~/Documents/blkid 
sudo blkid >> ~/Documents/blkid
I think i could've accomplished this with a single command but i digress.
Long story short, followed the instructions in the above link but for one detail, added rw, to my /etc/fstab as below;
Code:
# /dev/sda7
UUID=131d61cd-178c-4229-be08-9fb36db48ebd	/data	ext4	rw,errors=remount-ro	0	2
Rebooted,
Ta-Da! A poor thing but mine own. Forgive me for feeling like the cat's whiskers, i am relatively new to this kind of thing.

Edit: Have to add a couple of things; 1.) That takes care of partitions, it's one thing to add them to your /etc/fstab but it doesn't make sense to do the same for every usb device you have. And what if you have to plug in a new one. So i poked around in Synaptic after typing "mount" in the search field and found just the thing, pmount. Now i can do a
Code:
sudo pmount /dev/sdb1 #It could sdc1, verify with blkid
for any usb device i plug in and it will show in /media. Advanced users are requested to add the howto on how to safely remove the device because upmount doesn't do it.
2.) I found that Midnight Commander makes even XFE seem lumbering and i can view my other partitions in it just as well. Will take a bit of learning curve for me but i might dispense with XFE too.
Attached Thumbnails
Click image for larger version

Name:	2015-08-13-114124_1366x768_scrot.jpg
Views:	341
Size:	163.3 KB
ID:	19151  

Last edited by mzsade; 08-13-2015 at 08:05 AM.
 
Old 08-18-2015, 08:05 AM   #5
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Update: It gets better and better, wonder why i didn't notice this before; right under pmount there was this sweet thing called usbmount. Now i don't have to run "pmount sdb1" every time i plugin a usb. Tell me again why you prefer Thunar to XFE?
Attached Thumbnails
Click image for larger version

Name:	2015-08-18-182725_1366x768_scrot.png
Views:	559
Size:	171.5 KB
ID:	19206  
 
Old 08-18-2015, 09:30 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by mzsade View Post
Tell me again why you prefer Thunar to XFE?
I have not made any preference known, but since you ask, I prefer Thunar because it is installed by default on my
LM17.1 Rebecca/Xfce

I thought you were quite 'mad' throwing XFE all over, all I saw was Xfce, so I gurgled it and when I found it to be a
"File Manager" I said, 'cool'. So he meant XFE after all.

Glad it worked out for you!
 
Old 08-18-2015, 10:45 AM   #7
mzsade
Member
 
Registered: Sep 2009
Distribution: Linux Mint 9, Linux Mint 17.2(xfce), LMDE2(Mate), Debian Jessie minimal (with standalone OBox)
Posts: 299

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by Habitual View Post
I thought you were quite 'mad' throwing XFE all over, all I saw was Xfce, so I gurgled it and when I found it to be a
"File Manager" I said, 'cool'. So he meant XFE after all.
Haha, it all began with my quest for a configuration which used the least system resources combined with all the convenience and simplicity (hence, finally ruled out Midnight Commander here) of a full fledged Desktop Environment, further inspired by Head_On_A_Stick's minimalism (by-passing and not using a display manager and automatic login), so that i could use them all for this resource intensive application, Blender.

Quote:
Glad it worked out for you!
Thanks.
 
  


Reply

Tags
file manager, mount usb, mountpartitions



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] External USB hard drives no longer mounting read/write -- now read only revbish Puppy 2 01-28-2013 05:44 PM
How to mount an external ntfs drive with full read/write permissions for everyone Da9L Linux - Newbie 10 12-03-2012 05:54 AM
Read Write access to a iso9660 filesystem..mount a .iso image as read write ceazar123 Linux - Newbie 16 09-01-2010 09:07 AM
Read Write access to a iso9660 filesystem..mount a .iso image as read write ceazar123 Linux - General 2 08-26-2010 03:32 PM
Mount smb Share with read/write permissions gjblackford Linux - Hardware 3 02-26-2007 12:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:50 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