I3 window manger & automount external hard disk / usb drive

Hi,
I using arch x86_64 with 3.11.5-1-ARCH #1 SMP PREEMPT kernel + i3 window manager + pcmanfm.
But i'm unable to automount my external hard disk or usb drive.(I have installed gvfs package as well.
Also is there any gui tool to configure keybinding? (something like obkey in openbox)
Please help.
Thank you.

epic wrote:Also is there any gui tool to configure keybinding? (something like obkey in openbox)
I think you need to look at https://wiki.archlinux.org/index.php/I3#Volume_Manager and the output of man i3
tl;dr - the ~/.i3/config file does it nicely.
Here is mine:
ewaller$@$odin ~ 1001 %cat .i3/config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. ISO 10646 = Unicode
#font -*-charter-medium-r-*-*-*-100-*-*-*-*-*-*
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, if you need a lot of unicode glyphs or
# right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as:
font pango:DejaVu Sans 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+semicolon focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+semicolon move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+h split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+Shift+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exit
#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width.
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "resize"
# Bindings for my HP Pavilion
bindsym XF86AudioPlay exec mpc toggle
bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioNext exec mpc next
bindsym XF86AudioStop exec mpc stop
bindsym XF86AudioRaiseVolume exec pavolume increase
bindsym XF86AudioLowerVolume exec pavolume decrease
bindsym XF86AudioMute exec pavolume mute
bindsym XF86Save exec dmenu_run
bindsym $mod+x exec x48
bindsym $mod+Tab workspace next
bindsym $mod+Shift+Tab workspace prev
bindsym Mod1+Tab workspace next
bindsym $mod+Menu exec i3-winmenu.py
bindsym $mod+XF86Save exec gmrun
for_window [title="Execute program feat. completion"] floating enable' border none; focus mode_toggle
for_window [title="x48-0.6.4"] floating enable' border none; focus mode_toggle
for_window [title="Wicd Network Manager"] floating enable' border none; focus mode_toggle
# Float notifications
for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
#exec --no-startup-id i3-msg 'workspace 2; exec firefox; workspace 1'
exec --no-startup-id i3-msg 'workspace 10; exec claws-mail; workspace 1'
exec --no-startup-id exec nitrogen --restore
exec --no-startup-id exec xcompmgr
exec --no-startup-id exec conky
exec --no-startup-id exec mpd
#exec --no-startup-id emacs
exec --no-startup-id exec wicd-gtk -t
ewaller$@$odin ~ 1002 %

Similar Messages

  • Itunes for window on an external hard disk

    I have my itunes library on an external hard disk and it is working fine but I am about to get a new computer. What is the easiset way to get my new installation of itunes to view the library on the external hard disk.
    If anybody knows the answer can they please reply to this, thanks.
      Windows XP Pro  

    - Save the following files from the old PC:
    -- 1) The Library database file: ‘iTunes Library.itl’ located in the ‘iTunes’ folder
    -- 2) The Library XML file: ‘iTunes Music Library.xml’ located in the ‘iTunes’ folder
    - Copy these files to your new PC somewhere safe
    - Install iTunes on the new PC
    - Configure your ExHD to attach to the new PC as the same drive letter as on the old PC
    - Attach the ExHD to the new PC
    - Copy the two saved database files (XML & ITL) into the 'My Music\iTunes' folder of the new PC - replace the smaller, new files that are there
    - Open iTunes
    Your new PC's Library should be a clone of the old PC's. These are high-level instructions. If you feel you need more, post back.
    Take a look at these concepts: http://discussions.apple.com/click.jspa?searchID=-1&messageID=1923195

  • Can I possible to use dual boot(windows 7 in internal hard disk and windows 8 in external hard disk)?

    i want to create dual boot(2 OS in 1 laptop) in my laptop but my internal hard disk reach maximum(3) logical partition so my genuine windows 7 os is not allow me to create new logical partition and install win8 pro. i planed to purchase
    one external hard disk and connect with my laptop and install win8 in external hard disk and use both win8 and 7. This is possible? If possible how to i create? please give me step by step instruction.

    This is a developers forum for the presentation manager windows forms classes and api's
    Try what has now a new name again user community forums, formerly answer forums.
    http://answers.microsoft.com
    Success
    Cor

  • Is there a way to install Windows on an extern hard disk?

    I have a mid 2010 iMac and inside a 160GB SSD instead of an 1TB HD and I want to install Windows on it. Because of the SSD is to small for Windows and all the games and so on I want to install Windows on an external firewire HD. Is there a way to make this possible?

    Windows 7 can be trimmed to fit on 40GB (I've seen smaller but you need that probably). Same for Mac OS, a small OS normally unless you load up FinalCut, X-Plane World Edition, etc.
    You can use another drive with NTFS partition for all the other things you want to use, page, applications, whatever, even temp/tmp and cache can be relocated to another volume.
    And, there are iMacs with SSD + 2TB hard drives, and while the iMac isn't as easy to service and upgrade there are drive upgrades, incl SSD.

  • Finder freeze when opening folders of my Western Digital external hard disks

    I'm facing a big issue. I'm runnin' Mac Os Lion, I realized a clean install a few days ago. Everything is going fine, but every time I plug an external hard disk on my MBP, I can see the disk appearing on my desktop or in the finder, and when I open it, the finder freezes, I have to reboot manually, or wait to relaunch the finder. My disks are in HFS format, used to work great on Snow Leopard no longer than a week ago... What is weird is that my time machine (external hard disk usb) works fine... Moreover, I can see the disks in the Disk Utility, I can't click on "verify permissions" but on "verify disk" and it says that the disks are fine... Any idea ?
    PS : I could have erase everything on them and reformat, but I need the files inside...
    Thanks

    Hi!
    Here's a suggestion from BDAqua:
    In finder, select Go menu>Go to Folder, and go to "/volumes".
    Volumes is where an alias to your hard drive ("/" at boot) is placed at startup, and where all the "mount points" for auxiliary drives are created for you to access them. This folder is normally hidden from view.
    Drives with an extra number on the end have a side-effect of mounting a drive with the same name as the system already think exists. Try trashing the duplicates with a number, and reboot.
    cornelius

  • Can't put back external hard disk

    Hi,
    I can never put back my external hard disk (USB). There's an alert it was in use and can't be ejected.
    In use by which process?
    Thanks a lot!
    Peter

    Thank you, Mark!
    Yes, I meant "unmount". I'm translating this into English.
    It must be a background app; even with all "frontend" apps quit, this message persists. When I restart, I have the same problem again if I don't turn the drive off quickly when everything is down. This is no solution.
    I tried Disk Utility, TechTool Pro… – no way to analyze it because it can't be unmounted.
    I have found a root process called "mds". If I force-quit it, I can unmount the HD.
    What is "mds" for?

  • PSE 9 Organizer & external hard disk

    Can the PSE 9 Organizer handle external hard disks, DVDs, etc. that are not always online? By the way, I searched and I couldn't find this specific question asked before.
    I use a laptop pc and only keep about 1 year's photos on it.  I have a  couple of external hard disks that keep a backup of the current photos  on my laptop plus all my old photos going back many years.  The external  hard disks are usually not connected to my laptop, but I would like to  be able to see thumbnails, search, etc. for all my photos and then if I  want to open the actual photo and it is on an external disk I would like  the Organizer to either give me an error that says the disk isn't  connected or prompt me to connect it or something.  This is the same  issue you would have if your photos are backed up to multiple DVDs.
    Can the PSE 9 Organizer do this?  If not, what does it do if a disk isn't connected?  Thanks!

    99jon, thanks!  That is very helpful and that link you provided gave some good info.  That answers part of my question.  The other part is about the fact that I have all my photos backed up to 2 external hard disk with only about a year of the most recent photos also on my laptop hard disk.  The photo folders look like this on all 3 disks:
    laptop hard disk, drive letter C:
    p-2010-12
    p-2010-11
    p-2010-10
    p-2009-12
    external hard disk 1, drive letter X:
    p-2010-12
    p-2010-11
    p-2010-10
    p-2001-06
    external hard disk 2, drive letter Y:
    p-2010-12
    p-2010-11
    p-2010-10
    p-2001-06
    I assume that in the beginning I would have to connect drive X and then tell the Organizer to import all the photos on drive C and drive X.  What will the Organizer do when it sees the duplicate folders (p-2010-12, etc.) on the 2 hard disks?  Will it recognize the ones on X as being just backups of the ones on C?  Of course, over time there will be new folders created (p-2011-01, etc.) and they will get backed up to X and Y.  Also, over time some of the older folders on C will be deleted (p-2009-01, etc.).  When X is not connected will the Organizer show that the photos on both C and X are available, but the ones only on X are not available until I reconnect X?  Okay, then when we add disk Y into the mix how will that work?  For example, if instead of connecting X I connect Y which has the same folders on it as X will Organizer recognize those folders and photos and let me access them as if it was X?
    Thank you!

  • Want to use a Lacie External Hard Disk with Windows and Mac? Can I?...

    Hi, I've just purchased a Lacie Extreme D2 external hard disk, I'm looking to use it to move film clips from my Mac G5 to my Sony Vaio laptop. I'll connect the Mac using Firewire 1 and the PC using USB 1.
    I understand there is an issue with setting the compaitibility of the hard disk to either Mac or Windows format but I'm wondering if I can set it to both, so it's possible to transfer these files? The hard disk is Windows and Mac compatible but does it have to be partitioned a certain way?
    Any help is much appreciated.
    Thanks,
    Alex

    Format the drive as FAT or use the Mac format (HFS Extended) and install MacDrive on the PC.

  • External Hard disk cannot be detected by my MacBook Pro USB's

    Hi
    I have bought an external hard disk 2.5" and even though I have formatted it as FAT 32 still none of my 2 USB ports detect it. It is a hitachi drive 160 GB eSATA. I haven't use power with my external drive.
    I ended up sharing it through a toshiba notebook I have for the kids running Windows XP and I transfer files though the Toshiba to the external drive. It's outrageous!!!
    Any ideas?
    thanks
    Andreas

    Hi Andreas,
    OSX can recognize and use FAT32 partitions without additional help !
    Your problem sounds to me as a power consumption problem of the external HD, meaning that the HD does need more power from the USB port than the MacBook Pro can deliver.
    Best solution might indeed be to get the external HD on its own power supply.
    Stefan

  • Mac Pro Notebook to see, read & write to PC Windows 7 External Hard Disk NTFS

    Hi
    I have a Windows 7 PC desktop with an external hard disk coonected to it by USB formatted as NTFS. Is is connected by cable to a wireless router.
    I now also have a Macbook Pro.
    I would like to work on jpg and Raw files on the External Hard Disk both via the desktop (as I currently do) and also now via the Macbook using Photoshop Elements which exists on both.
    Is there a way that the Macbook can read the external drive and read and write the same files as the pc without purchasing a Macdrive and reformatting the External Drive?
    Thank you
    Regards
    CGJ

    Hi everyone
    I've managed to work out how to share my desktop and the external drive attached to it via wireless so my Macbook Pro can see, open, and edit and save photo files via Photoshop Elements.
    I can also then view and edit them through the Windows PC - though they say some properties are missing this I can live with.
    Therefore no re-formatting needed, and no downloads either.
    Many thanks
    Regards

  • External Hard disk connected to time capsule not visible in windows vista

    I have connected my external hard disk to Time capsule. Am Able to find the same in my MBP in finder under shared. But with windows I am not able to see this hard disk. I have installed airport utility and am able to see the time capsule. What to do?

    What is the format on the external USB drive?
    Have you setup the disk in workgroup correctly to the network workgroup name?
    Turn on guest read and write at least to get things started. If you turn on password or changed the default password you will need to remember that.
    How are you trying to access the disk? It will more than likely not show up in network shares, without deliberately using the tc ip.. so open explorer and type in \\YOUR_TC_IP_ADDRESS\Share_name
    If you have installed the airport utility for windows it should also install the required files to find the disk.

  • I am using Windows 8.1 i have an External Hard Disk and one drive is now inaccessible due to sudden power failure few days ago. Now it shows "Data error (Cyclic redundancy check)". I want all my important files and Pics. How ?

    Hi,
    I am using Windows 8.1
    I have an External Hard Disk i have partitioned it to 4 parts.
    One drive is now inaccessible due to sudden power failure while listening Music from that drive few days ago.
    Now it shows "Data error (Cyclic redundancy check)".
    I tried all the procedures provided here like
    chkdsk /f, diskpart, rescan etc
    but no result :( (i mean all processes failed. They could not detect the drive).
    Please help me to get those data, pictures and project files.
    thank you

    Then why aren't you posting this in the Windows 8 forums found @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w8itpro
    This is a Windows 7 forum for discussion about Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Help, I installed parallel and windows, and opened videos (on an external hard disk) with windows, and now cannot open them with Mac, and use i movies.  How do I reverse this?

    Help, I installed parallel and windows, and opened videos (on an external hard disk) with windows, and now cannot open them with Mac, and use i movies.  How do I reverse this?

    Paragraphs help the reader, just saying.
    What are you actually trying to do? Why do you need "DVD size" folders if you're creatng an Archive on an external hard drive?
    Also, I understand burning folders instead of individual photos or albums gives you more space on a DVD.
    It makes no difference at all.
    How can I keep the captions on my photos (not events) when I print or transfer to a new folder?
    You can export while writing the metadata to the file in most cases.
    Tne only way I know is to copy photos from the Windows to folders on my HD, then copy and paste photos or albums or events to HD, then create a new folder and fill it to the appropriate DVD size. 
    HD? Another HD? You use HD there in a way that makes no sense. What's the point of 'DVD size'?
    I also thought I should download future photos to my Canon programming that comes with EOS cameras and edit and then decide which photos to save to iPhoto library and which to save only to my archival HD?
    Does this have any relation to the previous questions? You know you can delete from iPhoto, right?
    You're somewhat confused and you need to
    1. Decide what exactly you want to do
    2. Then go about it.
    If I understand you correctly - and there's no guarantee that I do -  the easiest thing is to bring all your Photos into iPhoto and do everything from there.
    You can have an archive on an external disk, you can sort and select and edit with or via iPhoto
    Regards
    TD

  • Image file can't be opened by windows store app if the file is in the Ext4's external hard disk.

    My question is described below:
    I have two disks, external hard disk and removable disk. They are formatted with EXT4.
    I put the same image in the disks, and use Ext2Fsd to mount the disks.
    I open the file in win8, and it will default open by the windows store app : photos.
    It will be success to open if the file is in the Ext4's removable disk.
    It will be failed to open if the file is in the Ext4's external hard disk.
    I don't know why it will be failed to open if the file is in the Ext4's external hard disk.
    Does anyone have similar experiences?

    Hi hatasum,
    Thanks for posting!
    Base on my experience, if installed Ext2Fsd, we can read the ext4 file system on windows system. But Which version of Ext2Fsd did you use? From my experience, Ext2Fsd is not spported fine  about windows 8 version. Please refer to this software official
    website (http://www.ext2fsd.com/ ) . I suggest you could post this issue to the Ext2Fsd discussion forum ( such as
    http://sourceforge.net/p/ext2fsd/discussion/143329/thread/7f262ad0/ )for better help.
    Thanks for your understanding.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mount External Hard Disk (connected in Windows Server) in Solaris 11

    Hello Solaris Admins,
    I have a 2 TB WD My Book External Hard Disk connected to a Windows 2008 Server and needs to mount it in Solaris 11 Server.
    For mounting a directory in File Server i am using the following Command
    mount -F smbfs "hostname;username:password@//hostname/<SharedFolderName>" /ext_storage
    Can i use the smbfs option for mounting the External Storage also.
    Thanks,
    Salih Mohamed Yusuf
    Oracle Database Administrator

    Thanks Pascal for your reply.
    I will confirm once the mounting is done.

Maybe you are looking for

  • I signed out of my MobleMe and it wont let me sign back in.

    I signed out of my MobleMe and it wont let me sign back in. I have been trying to see what I can delete from my Icloud so I don't have to buy storage, so my phone will back up. I have hardly anything on my phone for apps my largest is camera which is

  • Can video ichat-AIM, no longer ichat!

    This is odd. As of a few weeks ago, I can no longer video or audio chat with my mother or brother in Canada (they have macs and use iChat). But, i can still video with my sister on her PC in New York! The only thing I can think of is i have restarted

  • Write off an account from Customer for Vendor

    Hi all! I need to write off an account from Customer for vendor, because this customer is also Vendor. How we do?

  • Delayed AOL Email Push to Blackberry Storm

    Anyone else having this problem??  When I first starting using my storm, my aol Email was pushed instantly to my storm, even before it hit my desktop inbox.  For the past week, there has been a delay of sometimes up to 45 minutes.  Spoke to tech supp

  • Why does exception appears

    hello people! i ve got a problem, my task is to make a program that can be used in the libraries! the main task is that i make a programm which will be an object-oriented database. i have already made this (the object - oriented database program) and