General :: Why .tar.gzs Include Their Mount Points And Drives As Empty Folders

Sep 27, 2010

I created some .tar.gz archives, and later discovered that the archives include their mount points and drives as empty folders. How can I avoid that happening in the future? I suppose I did something wrong when creating the archives. I mean, what is the point of the archives having empty folders that represent the mount points and drives of the archived data?

View 2 Replies


ADVERTISEMENT

General :: USB NTFS Drives With Empty Folders?

Jul 9, 2011

I have a bunch of NTFS externals set up as samba shares on Linux Mint and they'll work just perfectly, but after a while they will stop functioning and the folders will be empty. It fixes itself if I restart my computer but only for a little while. This happens whether i access them locally or over the network through samba. I don't want to set the as ext3/4 because I need to access on windows from time to time (i'm dual booting) and I don't want to set them as fat32 because they I have files over the filesize limit on there.

View 4 Replies View Related

General :: Different Folders In A Partition As Mount Points?

Apr 7, 2010

i want to have 2 partitions. one is called system. the other is private.

in the private partition i've got some folders i want to mount into system as system folders.

folders in private:

- www
- home

mount points in system:

- /var/www
- /home

is this possible? cause it seems that you can only specify a whole partition to use for a mount point and not a folder in a partition or am i wrong?

i run ubuntu server.

View 2 Replies View Related

General :: Use Network Drives As Mount Points During Installation?

Apr 7, 2010

Is it possible to use network storage locations as mount points during installation?

cause i want to separate system (ubuntu) with data (personal files).

eg. if i have 5 computers i don't want to recreate /home/david 5 times.

so i want to mount networkdrive/home to /home in local ubuntu server.

so ALL users home folders could be used and maybe also networkdrive/projects to /projects.

in that way its ok if i by accident repartitioned the local ubuntu server cause all data is not there on that server, but in the data server.

is separating "data" from "logic" good in this case?

and is it possible? what protocol should i use for the mapping over internet? (maybe the server is in Sweden, and the data is in Norway).

View 1 Replies View Related

OpenSUSE Hardware :: Mount Points And Disk Drives Not Visible?

Jul 29, 2010

Since I installed 11.3 I have noticed the /srv and /local mount points are empty! I also can no longer see my hard drives that have no mount points. I couldn't mount any hot plug media either but now have that fixed. I won't go into the mess I have with my video card and getting the x server started....

I did have Xampp installed to /srv/www but don't even know where it is now!

fdisk -l
Disk /dev/sda: 36.4 GB, 36401479680 bytes
255 heads, 63 sectors/track, 4425 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code]....

I had no problems with this in 11.1 until a month ago when I updated and it seemed to keep losing the permissions for these drives as once I accessed them via Dolphin they would be accessible. Now they are not even visible in a file manager!

View 2 Replies View Related

Slackware :: Create Mount Points Automatically For Removable Drives?

Jan 9, 2010

At work I use Ubuntu and one nice thing about it is that it creates mount points for removable drives automatically.

In Slackware I can set up XFCE so that it mounts drives when they are plugged in, but only if they're already specified in the fstab (which means I must have used them and set them up in advance).

This is becoming a problem now that removable usb drives of all sorts are so common.

View 2 Replies View Related

General :: How To Delete All Empty Folders

Jun 7, 2010

I just had a bad experience with a server, and now i have a 17GB lost+found. It appears a lot of the stuff in there are folders which are empty. Since those really serve no purpose as far as recovering data from what I can tell, is there a slick way to delete just the empty folders from my /data/lost+found folder, leaving me with just the stuff I truly need to look through?

View 3 Replies View Related

General :: In Ubuntu 9.04 - Mount The Different Folders On The Partition To Different Folders In Home?

May 12, 2010

I have a shared NTFS partition ("shared") that I use for data for both Windows and Ubuntu. How can I mount the music folder on shared to $Home/Music, and the Videos folder on shared to $Home/Videos? I want to mount the different folders on the partition to different folders in home.

View 2 Replies View Related

General :: Vanishing Mount Points On Unmount?

Jun 19, 2011

When I insert an SD card in the reader, slackware creates a mount point and mounts my card volumes. On unmounting the volumes, the mount point vanishes. How do I achieve this manually?When I attempt to mount a volume using the mount command, the mount point folder must exist and the folder does not vanish on umount. Is there a way to create a mount point if it does not exist? and ensure that the folders vanish on umounting?

View 2 Replies View Related

General :: Show All The Current Mount Points?

Apr 9, 2009

I would like to know how to show all the current mount points in the file system. I tried mount but it didn't show the nfs mount point.

View 5 Replies View Related

General :: NAS Mount Points Not Visible On System

Apr 18, 2011

Coming from non linux bod - but to create mount points on nas that are visible do we have to put entries in both fstab and rc.local?

View 1 Replies View Related

General :: Sequence Of Partitions / Mount Points?

Mar 1, 2011

figure out the best partition layout for my linux installation which I'm about to have on my laptop. Having read numerous articles on partitioning in linux I've gathered some ideas, still there was no let's say a clear explanation as to the sequence the mount points should be arranged on the disc...What I have in mind is to use a single disc space as efficiently as possible considering the head travel. The pc is a laptop, 160GB HDD and will be used as a normal desktop with some simple sound processing. Distro Linux Mint 10. I'm planning to have such partitions and all will come after a Win7 installation:

/boot -> some write it's not necessary in dual-booting, some that it's good to have for security
swap -> with 4GB of RAM i don't suppose i'll use it
/

[code]....

have the most heavily utilised partitions close to each other so the head doesn't move for large distances. The placement also makes a difference as the closer to the inner rim of the disc the worse performance. I'm also not sure about the sizes. Read posts with recommendations but still judging by installations on a different laptop and virtual machine e.g. 5GB for /opt is a bit too much as there's almost nothing in there. Certainly /usr fills up, /var too from what I've observed. / also has scarce data in it so I'm wondering if giving them e.g. 5 gigs each won't be a waste of space resulting in greater head travel.

View 10 Replies View Related

General :: Mount Points And Primary Partitioning Queries?

Mar 17, 2010

1. What difference will it make if I set the mount point to "/" instead of "/boot" and vice-versa ?

2. I heard somewhere that the data on a primary partition can be easily recovered in case of some failure.

If it is so then what out of the following should IDEALLY be created as primary partition ?
/usr
/home
/boot

I think /usr and /home both need a primary partition , then what about /boot, Will I be not able to recover something in case of failure if I don't set /boot as a primary partition ?

View 5 Replies View Related

Ubuntu :: Mount Single Directory To Multiple Mount Points

Jan 27, 2011

I have a requirement that seems to be unique in nature. I have multiple clients who are caged to their home directories. I would like to "share" a directory which exists above these chroots with all these caged users. I know this can be accomplished using mounts but my problem is, how can I mount a single directory to multiple mount points located in each users home dir? Can this be done in the fstab file?

View 9 Replies View Related

Fedora :: Updating The Installed To Include And Operate With AHCI Mode Drives?

Dec 15, 2010

I have successfully installed a dual boot system with Fedora 14 on drive sdb and WIN7 on drive sda, with Fedora 14 being the major (default) OS. The system is an AM3 with a quad core CPU and all SATA drives. The drives are set to IDE mode, and I am wondering:-

1. What are the benefits of AHCI - will it improve the speed and responsiveness of my system? And

2. If it is worth installing, do I have to do a complete re-install of the OS, or is there some way of updating the installed Fedora to include and operate with AHCI mode drives?

I'm quite happy with the system as it is now, but if there is a way to squeeze extra speed out of it I'm willing to give it a go. And never having been involved with SATA drives and Linux previously, I'm completely ignorant on the subject.

View 2 Replies View Related

Red Hat :: ISCSI Connection Mount Points?

Feb 18, 2010

want to create a iSCSI connection which mounts /home directory to a share on my NAS via iSCSI. Does anyone know if this is possible on a RHEL 5.4 machine? I am building the server from scratch and then creating the iSCSI mount point in /etc/fstab. After the /home directory is mounted on the mail server, I will copy all the mailboxes over to the /home directory via iSCSI.

View 4 Replies View Related

Ubuntu :: External Drives / Flash Drives And Other Partitions Will Not Mount

Jun 21, 2010

I recently had issues with the latest version of the Linux Kernels and I got that fixed but ever since that has happened none of my Drives will mount and they aren't even recognized.

View 1 Replies View Related

Ubuntu :: Display Mount Points On A Partition?

Jan 27, 2010

If there is a partition. e.g /dev/sda1 is there a command that I can use toisplay all mount points on this particular partition.

View 3 Replies View Related

Ubuntu :: Why Does Nautilus Display A Dropdown Button On Empty Folders

Nov 2, 2010

I can't use images on Ubuntu Brainstorm.

View 2 Replies View Related

Debian Configuration :: Fresh Install - Using LVM For Mount Points

Feb 6, 2011

I'll start a fresh installation of a debian stable server and I would like to use LVM on this. So, I started to read lots of documents about LVM and found different flavors on partitioning with it. I'm thinking in a partition schema which might use LVM for those mount points that tends to grow in time, for instance:

/boot (primary partition)
/ (primary partition)
/home (lvm)
/usr (lvm)
/var (lvm)
swap (lvm)

Am I right on this schema?

View 2 Replies View Related

Fedora :: Convention For Permanent Partition Mount Points?

Aug 24, 2009

If /mnt & /media are for temporary mount points and removable drives, what is the usual convention for locating permanently mounted partitions for all users on the computer? e.g. I have a partition for photographs, I'll just call it "photos" would it be bad form to mount it as /photos or something like /my_hdd/photos ?In practice it probably won't matter, but I want to make sure it's easy for anyone else to perform admin tasks on the computer when I'm not available.

View 2 Replies View Related

OpenSUSE Hardware :: How To Put Mount Points For New Extra Disks

Aug 24, 2010

how do i mount extra harddrives...?

- After a hardrive crash which took out my opensuse 11.2, I installed three new harddrives instead of the old ones. I have installed xp. To see of I could triple boot, i thereafter put in linux mint. I did not like that and installed opensuse 11.3 - to ensure it would place itself on the two second harddrives (formatted in ntfs and with some data on) i before installation took those cables off.. And now alas.. there are no mount points.

So I tried yast, and found the partitioner, chose edit tried to put mount points .. however.. nothing seemed to have happened...

View 9 Replies View Related

Ubuntu :: Permissions Of Mount Points For Automounted Devices

Jan 14, 2010

Ubuntu 9.10. I have a problem - when I mount other partitions of my hdd or the system automounts usb disks these are mounted in /media directory with permissions 0700. So there are two problems there:
- When I switch user on my desktop to another that user can't read data from the usb disks
- I can't share data through network because smbd doesnot have read permissions on the created mount points

I think editing /etc/fstab is wrong way, there would be more right way to change permissions on mount point. I tried to change/add parameters umask, allow_other in gconf-editor (/system/storage/default_options, subsections vfat and ntfs-3g) but that does not show any results. Article [URL] recommends Open Places → Computer. Every volume except the generic File system one should have a Drive and Volume tab in its properties dialog where you can set mount options. But I did not find those tabs. Where should I set option to mount usb disks with permissions rwx for every user of my system?

View 9 Replies View Related

General :: Mount Different Folders On Disk To Different Locations ?

Mar 13, 2010

I have a disk with two folders, folder1 and folder2. I'd like to mount these folders separately in my home folder, that is, to the locations:

Code:

View 5 Replies View Related

Ubuntu :: Nautilus Side Pane Shows Full Folders As Empty

Sep 26, 2010

When browsing my external hard disk I noticed that Nautilus' side pane marks directories that contain files as empty. Is this a bug or a misconfiguration on my part?

View 1 Replies View Related

General :: Unable To Mount Drives

May 9, 2010

I installed backtrack3 but i am not able to mount my drives, i have windows-xp

View 5 Replies View Related

General :: How To Mount Windows Map Drives

Jan 17, 2010

I am looking for mounting windows map drives into linux system. How I will do this?

View 1 Replies View Related

Ubuntu Installation :: Two Hard Drives Vista On SATA Empty IDE

Jul 21, 2010

I have two drives one is a 500 gig SATA drive running Vista SP 2 now the other Maxtor 160 Gig drive is empty. I would like to install Ubuntu on that drive. Now I just though of installing from the setup however would this screw up my Vista partition ?

View 1 Replies View Related

OpenSUSE Hardware :: Label USB Stick So It Will Mount At Unique Points?

Mar 1, 2010

I have a few generic USB sticks lying around, and a few more SD/microSD chips that I use with openSUSE. Is there any way to label/ID them so they mount at unique points in /media, so I don't blast one accidentally? In mkfs.vfat there is a "-n volume-name" that looks promising, but I can't find a way to set that after the mkfs.

View 2 Replies View Related

Ubuntu Installation :: Manually Setting Partitions And Mount Points?

May 24, 2011

I have figured out manually setting the swap partition and setting "/" as the mount point for the primary partition during install. If during install, I want to create another partition to keep the OS separate from installed programs and such, to be able to do a clean install every 6 months and not loose everything (or anything) I have done prior.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved