Questions Tagged With filesystemhttp://linuxexchange.org/tags/filesystem/?type=rssquestions tagged <span class="tag">filesystem</span>enMon, 07 Apr 2014 13:21:52 -0400Dual pane file viewer, not managerhttp://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-manager<p>Hello, here is my situation</p> <p>I have multiple papers, in multiple directories. let us call the papers A, B, C, D ... and i have to write reports often, where i have to answer questions like q1,q2,q3,q4 ... </p> <p>Now, what often happens is, I notice that the answer to qi is in , say paper A, G, and K. The answer to Q2 is in B, E, the answer to Q3 is in A, C,D,E and so on.</p> <p>So I want a software like this:</p> <p>It has to panels, and a bottom pannel to display additional information. In the two panels, the user can add a symbol / link, which will point to a particular file - can also drag/drop a file on it, and it will capture the files path. clicking on it will lauch the file. and the user should be able to move the symbols (with the path to file in it) between two panes, but it will not change the location of the file in the HDD. </p> <p>Does such a software exists?</p>Sean ConMon, 07 Apr 2014 13:21:52 -0400http://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-managerfilesystemcopying a file on a jfs filesystem, does not follow acl guidelineshttp://linuxexchange.org/questions/3190/copying-a-file-on-a-jfs-filesystem-does-not-follow-acl-guidelines<p>Hi everyone, I have a jfs filesystem</p> <pre><code>/dev/md2 on /mnt/hd2 type jfs (rw) </code></pre> <p>to which i am trying to copy some folders into target folder <code>/mnt/hd2/videos/movies/</code>.</p> <p>note: I am actually not using this target folder directly, but a symbolic link in my home folder that points to the target folder.</p> <p>Now, the folder <code>/mnt/hd2/videos/movies/</code> has default group acl enabled:</p> <pre><code>nass@stargaze:/mnt/hd2/videos$ getfacl Movies/ # file: Movies/ # owner: nass # group: shares # flags: -s- user::rwx group::rwx other::r-x default:user::rwx default:group::rwx default:group:shares:rwx default:mask::rwx default:other::r-x </code></pre> <p>I copied the folders from a temporary folder and expected to get the group write permission to be set as well, instead the folder looks like this:</p> <pre><code>drwxr-sr-x+ 2 nass shares 24 Aug 6 01:12 The_Movie/ </code></pre> <p>I had set acls on the "videos" folder initially, and all the subfolders have inherited the default from that top folder. What have I missed?</p>synthnassizerMon, 05 Aug 2013 18:36:43 -0400http://linuxexchange.org/questions/3190/copying-a-file-on-a-jfs-filesystem-does-not-follow-acl-guidelinesfilesystemhow do i force upperdir overlayfs to reread/reload lowerdirhttp://linuxexchange.org/questions/2861/how-do-i-force-upperdir-overlayfs-to-rereadreload-lowerdir<p>i am having the following problem with an overlayfs: I can mount an overlayfs fine using the following line in my etc/fstab</p> <pre><code>none /home/student overlayfs lowerdir=/home/student,upperdir=/home/.student_rw 0 0 </code></pre> <p>this works great and the mount command displays the overlayfs corretly:</p> <pre><code> pc:~$ mount -l -t overlayfs none on /home/student type overlayfs (rw,lowerdir=/home/student,upperdir=/home/.student_rw) </code></pre> <p>so now when a student logs out of the machine i delete the contents of /home/.student_rw using a script - which also works fine.</p> <p>the problem is that the student logging in, should find a clean home directory with the settings preconfigured in (/home/student) as the overlayfs does not touch the lowerdir folder.</p> <p>the exact same approach worked very well for aufs, which are no longer supported in precise.</p> <p>interestingly, the overlayfs approach works fine as long as i reboot the machine. so how can i fix this problem? for me a possible solution seems to be to let the upperdir reread the lowerdir. how would i do that?</p> <p>thanks</p>badgerhillMon, 07 May 2012 08:53:25 -0400http://linuxexchange.org/questions/2861/how-do-i-force-upperdir-overlayfs-to-rereadreload-lowerdirubuntufilesystemsecure automatic connection to MS-Windows file share (cifs)http://linuxexchange.org/questions/2793/secure-automatic-connection-to-ms-windows-file-share-cifs<p>I can mount a windows file share with <code>sudo mount -t cifs -o credentials=~/Files/server-mount/credentials //sbs2008/local ~/Files/server-mount/</code>. I would like to do this but:</p> <ul> <li><strike>Without root privileges.</strike> (I can do this one, if I solve the other two.)</li> <li>Without storing password, unencrypted.</li> <li>Automatically on login.</li> </ul> <p>I am using kubuntu 11.10</p>daves dadWed, 29 Feb 2012 09:05:12 -0500http://linuxexchange.org/questions/2793/secure-automatic-connection-to-ms-windows-file-share-cifswindowssambacifsfilesystemWhat to think about when installing on an SSD?http://linuxexchange.org/questions/2708/what-to-think-about-when-installing-on-an-ssd<p>What do I need to think about when installing Linux on a SSD? You want to limit the writes/reads so the SSD don't get worn out right?</p> <p>What filesystems are preferred? What filesystems are not?</p> <p>What about swap?</p> <p>Anything else that is good to think about?</p> <p>I think I will use Debian or Mint.</p>aronWed, 21 Sep 2011 11:34:44 -0400http://linuxexchange.org/questions/2708/what-to-think-about-when-installing-on-an-ssdssddebianinstallfilesystemIdeal backup directoryhttp://linuxexchange.org/questions/2662/ideal-backup-directory<p>What is the ideal place for saving backups of code, websites, database, etc? /var/backups is reserved for backups of system files. I suppose one can create /var/backup but then users would have to be careful and pay attention to the distinction between backup and backups. Another possibility is to create a new partition and mount it at /backup, but that would be an over-kill. So, any other suggestions? Thanks.</p>henokMon, 15 Aug 2011 15:06:15 -0400http://linuxexchange.org/questions/2662/ideal-backup-directorybackupfilesystemCannot create files even though I have group write permissions.http://linuxexchange.org/questions/1494/cannot-create-files-even-though-i-have-group-write-permissions<p>I've run into a bizarre issue. </p> <p>I'm working on a project with a friend. I created a <code>team</code> group and added us both to it. I gave the directory group write permissions. I even set the sticky bit to make sure that the group setting persists. My friend is able to create files, but I am not. I get an error:</p> <pre><code>joe@server:/opt/project$ touch file touch: cannot touch 'file': Permission denied joe@server:/opt/project$ echo "test" &gt; file bash: file: Permission denied </code></pre> <p>Here are the permissions:</p> <pre><code>joe@server:/opt/project$ ls -al total 20 drwxrwsr-x 4 root team 4096 2011-02-12 20:31 . drwxr-xr-x 6 root root 4096 2011-02-12 17:10 .. </code></pre> <p>And I am sure I am in the group:</p> <pre><code>joe@server:/opt/project$ grep ^team /etc/group team:x:1003:joe,friend </code></pre> <p>Any ideas?</p>JoehillenTue, 15 Feb 2011 03:38:33 -0500http://linuxexchange.org/questions/1494/cannot-create-files-even-though-i-have-group-write-permissionsfilesystemIs BtrFS stable enough to be usedhttp://linuxexchange.org/questions/1081/is-btrfs-stable-enough-to-be-used<p>Hello,</p> <p>I heard a lot of good things about BtrFS. Everybody agree on his qualities (next generation file system for Linux).<br>Meego uses it as <a href="http://www.h-online.com/open/news/item/MeeGo-project-chooses-Btrfs-as-standard-file-system-999051.html" rel="nofollow">standard file system</a><br>Ubuntu may use it <a href="http://www.unixmen.com/news-today/998-btrfs-may-be-the-default-file-system-in-ubuntu-1010" rel="nofollow">for the next version</a><br>...</p> <p>So is BtrFS finally stable enough to use it to install my OS ?</p>martvefunFri, 16 Jul 2010 16:47:11 -0400http://linuxexchange.org/questions/1081/is-btrfs-stable-enough-to-be-usedfilesystembtrfsext3 part mounted as swap - can I recover?http://linuxexchange.org/questions/966/ext3-part-mounted-as-swap-can-i-recover<p>During mitigating a recent hardware failure (using another drive to boot from while waiting for the bad one to be fixed/replaced under warranty) I caused some self-inflicted damage.</p> <p>By mistake I reformatted(?) an ext3 partition to be used as swap because I thought that the partition has no useful data. I was wrong and now (after the failed drive is back) I realized that I was wrong...</p> <p>I have 4G memory and the partition was 4G also. I suspect that I did not run out of memory and needed the swap really. I was using a debian install CD and I do not recall that I asked for the partition to be cleared explicitly.</p> <p>What are my chances of recovering the contents of this partition? Any tool you can recommend?</p> <p>(The tags are not the best I am not allowed to create new ones: ext3 swap data-recovery).</p> <p>Thanks!</p>MatyasThu, 01 Jul 2010 17:28:20 -0400http://linuxexchange.org/questions/966/ext3-part-mounted-as-swap-can-i-recoverfilesystemext4How do I chmod a file in USB device with Built in Rom that displays as iso9660 (ro filesytem)?http://linuxexchange.org/questions/926/how-do-i-chmod-a-file-in-usb-device-with-built-in-rom-that-displays-as-iso9660-ro-filesytem<p>Hi - I am using a data transfer cable (by targus) to move files between computers. It moves files quickly between macs and pcs etc but I am unable to get it to work on Linux (Ubuntu Lucid Lynx). The problem is that the software is that is installed is autorun from the device itself by the usb device mounting itself as an iso9660 Cd rom. This is a brilliant idea but I am unable to chmod the executable bit on the program file in order to wine it up. I have tried links, symbolic links and mounting it in everyway I can think. It's an unusual device and I am not that experienced as a linux user (25 years + with pcs though so I can find my way about) so any help would be greatly appreciated.</p> <p>MAny thaks</p> <p>J.</p>James 1Sun, 27 Jun 2010 07:22:01 -0400http://linuxexchange.org/questions/926/how-do-i-chmod-a-file-in-usb-device-with-built-in-rom-that-displays-as-iso9660-ro-filesytemfilesystemsecurityfile with no inode numberhttp://linuxexchange.org/questions/498/file-with-no-inode-number<p>Hi,</p> <p>Here is a file which shows up on a webserver running debian 4 and joomla</p> <pre> ls -li ??--------- ? ? ? ? ? icon-48-stats&png </pre> <p>Any idea why ls displays such a nonexistent file?</p> <p>Regards,</p> <p>jk04</p>jk04Wed, 12 May 2010 01:39:10 -0400http://linuxexchange.org/questions/498/file-with-no-inode-numberfilesystem