Software :: Automount Show Mounted Partitions?
Jan 20, 2011
I am using direct mounts because I like being able to cd to the directory and use tab completion..versus indirect mounts where you can not do that since the directories are virtual.But, why does the /proc/mounts show these directories mounted(I have not cd to them)? Are they technically mounted? The reason why I use automount is because if I ever have power failures at least not all filesystems that are not being used will be unmounted and not corrupted.
Code:
localhost init.d # cat /proc/mounts
rootfs / rootfs rw 0 0
[code]...
View 2 Replies
ADVERTISEMENT
Apr 29, 2009
I know I do fdisk -l /dev/sda and see all the partitions on that disk, and I know I can do mount and see all the mounted partitions. Is there a way to do both at the same time? Ideally what I'd like to see is the output of fdisk -l but with an additional column that shows if a partition is mounted or not.
View 2 Replies
View Related
Apr 5, 2010
how do i set additional partitions to automount on startup ie. so id don't get prompted for a password?one other thing, how do you switch off the 60 second pause when shutting down
View 3 Replies
View Related
Apr 8, 2011
I placed some new partitions in my hard disk but have been unable to write the correct entry in fstab to get them to automount. I can see them in nautilus and manually mount and use them, but I get failures when I try to add them to fstab, unsure what I am doing wrongI mounted two new partitions, one ext4 and one ntfs formatted partions.The fstab file reads as follows
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda5 / ext4 errors=remount-ro 0 1
[code]....
View 3 Replies
View Related
Aug 9, 2011
I recently installed UbuntuStudio. I have five partitions on the harddrive that I like to have automounted, because they contain a lot of virtual links between each other, and if the links are to an unmounted partition they appear to be dead links and do not mount the partition when selected.I have tried every combination of the media mount options in gconf-editor, but nothing works.If I have to edit etc/fstab, what do I need?
Code:
# /etc/fstab: static file system information.
#
[code]...
View 3 Replies
View Related
Jun 18, 2010
What should be added to the fstab file? I want to automount partitions sda2 (HFS+) and sda5 (FAT32) at startup.
View 2 Replies
View Related
Jul 1, 2011
I've a clean installation of Ubuntu 11.04 (AMD64) and i'm having problems with automount ntfs partitions/disks.
[Code]....
View 1 Replies
View Related
May 23, 2015
I've just upgraded my system and I'm having some issues to boot with the latest kernel (cf: [URL] ....)
Hopefully I can still use the previous kernel (vmlinuz-3.2.0-4-686-pae).
I'd like to watch a movie that is on an NTFS partition.
From gnome-classic, I went in Places->datas (name of my partition) and I get this error message:
Code: Select allFailed to open "/media/mb/datas".
Error when getting information for file '/media/mb/datas': Input/output error.
The result of a df -h gives me:
Code: Select all/dev/sda3 fuseblk 96G 60G 37G 63% /media/mb/datas
mb is the username I'm currently using.
Previously it was only trying to mount the partition (after asking for the root password) in /media/datas
Is it normal that now it tries to mount it only for my current user in another folder?
If I look in the /var/log/messages, I only see this:
May 22 23:53:06 Tieum-Latitude gnome-session[2092]: Thunar: Failed to open "/media/mb/datas": Error when getting information for file '/media/mb/datas': Input/output error
View 3 Replies
View Related
May 11, 2011
I'm just wondering because I'm going to to test out just how many partitions I can make and mount on GPT. Is there a theoretical limit on the amount of partitions or mounts allowed? I was thinking there would be depending on if you were running i386 or x86_64 because both can only handle up to a certain interger.
View 7 Replies
View Related
May 26, 2011
Created partitions, some of them LVM, in a server, say A. Did the same for another server, B, but created one more LVM partition.
Installed RHEL in A, and some other applications. Made dump files for each partition of A and restored all of them them in B. No error in that process, except B wouldn't boot. Did chroot /mnt/sysimage and grub-install /dev/sda--still no good. B came to a halt with GRUB> dispalyed. <tried many things many times.. searching Googles..but w/o luck) Gave up, and restored the bootloader part using OS CD -- I say restored because now B boots ok and I can see application that I had installed in A. So far so good.
Problem: that extra LVM partition is missing! I did not knowingly overwrite it, so where did it go? Somebody is keeping it from being displayed!
Is it the grub.conf that tells the OS what to mount and what not to? If yes, problem is , grub.conf is missing in B. In A, it is in /boot/grub/. df -kh shows other partions (some of them LVM) just fine.. what is going on?
I tracked a file called menu.lst in a strange place, in /usr/share/doc/grub-0.97.. but I didn't see any entry that loads partitions.
View 1 Replies
View Related
Jun 1, 2011
i reinstalled opensuse yesterday.when i turn on my system every time i need to enter my root password to mount my partitons.please see the following image.i want to automount all partitions on startup without giving root password(before reinstalling opensuse it didn't ask root password to mount my partitions)
View 9 Replies
View Related
Sep 27, 2010
How can I hide NTFS partitions so that can't be mounted?I noticed when I'm working on Ubuntu that I can delete files on my Windows NTFS partition, I think that's a risk
View 5 Replies
View Related
Jan 14, 2011
My Laptop has Ubuntu 9.04 and I am using it for the past one year. I have four partitions. Gparted Screen Shot attached.
/dev/sda5 was mounted as "Laptop 2"
/dev/sda6 was mounted as "Laptop 3"
But from today morning I was not able to access any of the files from my hard disk. When I press the "Computer" Menu Item from the "Places" menu I could access all the files on my hard disk. It shows an error message attached with this thread. The system boots perfectly and work perfectly. "Laptop 2" and "Laptop 3" disappeared.
I searched the net and found ways to mount the Partitions with these following commands.
sudo nano /etc/fstab
# /etc/fstab: static file system information.
# Use 'vol_id --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) .....
Is there any way I could use "Laptop 2" and "Laptop 3" as my mount points as it was earlier.
View 9 Replies
View Related
Mar 19, 2011
Does anybody know how to have partitions (not removable media) auto-mounted at boot?It would be great so I do not have to click them for first use.By the way, may it be pre-configured in ubuntu to do that for everyone?
View 1 Replies
View Related
Apr 18, 2010
I have two partitions in LVM. They are added in /etc/fstab to mount automatically. But, they are not working. The process to mount partitions seems to be happening before the service /etc/init.d/lvm2 is started. I can get it mounted using "mount -a" command, but not during the boot time. What should I do get it automatically mounted on every boot?
View 5 Replies
View Related
Jan 24, 2010
How do I...
* Prevent the sdb1 + sdb2 ext4 partitions from being shown in Nautilus/Thunar Places sidebar.
* Prevent the Western Digital SmartWare VirtualCD, sdr1, from being shown in Nautilus/Thunar Places sidebar. It is just a VCD that is part of the firmware of the external (sdb) hard drive. *GAG!*
I don't care if they are mounted or not, though I prefer if they aren't. As long as they don't show up on the Places sidebar AT ALL, I'll be happy. I never use them, but keep mounting them by accident.
Here's my fstab, can you tell me why it's not doing the above?
Code:
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
[Code]....
View 9 Replies
View Related
Jul 25, 2011
the permission remains the same after changing it without any errors
# cat /etc/fstab
Quote:
/dev/sda3 swap swap defaults 0 0
/dev/sda4 / ext4 defaults 1 1
/dev/sda1 /win/C ntfs-3g fmask=111,dmask=000 1 0
[code]....
View 1 Replies
View Related
Dec 5, 2010
I am using Gnome and Squeeze. I am wondering if I have a problem of understanding, or a problem that I found with Gnome.
My configuration is with a 3 hard disk system.
disk1 (Debian)
disk2 (XP and Fedora)
Disk3 (W7 and a Data partition)
When I boot and log in, all partitions for disk2 and disk3 are mounted read-write. Only by going to command line am I able to unmount the drives with the following sequence
cd /media
umount *
umount *
I should be able to mount and umount a drive by providing or responding to a root password. But I am not given the option to present a password. My request is blocked.
I also do not want to see the drives remounted after a boot. I tried to find out how this was managed, but I was unable to discover the module and it's parameter list that controls or does this task.
View 1 Replies
View Related
May 8, 2010
I just got ubuntu installed for the first time, I tried mounting my hard drive to my desktop so i can have easy access to it, but when i restart ubuntu it always dissapears and i have to go to places then click on the hard drive again to mount it to my desktop.
Is there a way of keeping this on the desktop without having to do this all the time? I have the latest ubuntu version.
View 9 Replies
View Related
Jan 4, 2011
Is it possible to forbid a non-root to umount a partition that was mounted via fstab-entry?
View 2 Replies
View Related
Feb 19, 2010
I have roughly 5Tb of movies spread out on 6 drives in my system. I'd like to create a folder that will display the contents of certain folders without actually moving the data. For example, I have 3 drives with /HDMovies and 3 with /SDMovies. How do I create two new folders /HDMovies and /SDMovies and have the data from the drives be collected?
View 4 Replies
View Related
Jan 20, 2011
I am using Ubuntu 10.04 x86_64. I log in to the machine using nfs. For a problem with mounting my home directory, I had to copy all the contents of my home directory (including all configuration files) from a recent snapshot on to itself. That is, I did something like,
Code:
cp -r /home/user/user /home/user
All of my recent data and program configurations were in /home/user/user. So after the copy operation, I logged out and logged back in again to see that all my configuration and data was restored to what I wanted. But the problem is that now on my desktop I see hundreds of mounted volumes. These are coming from an hourly/weekly snapshot program. The tech support guys for my lab have suggested copying all relevant data to a backup and then deleting the home directory altogether. But I don't want to configure all programs all over again. I think I should be able to get rid of the problem by editing/deleting one or more desktop configuration files. I just don't know which ones. I tried looking around the gconf-editor but was overwhelmed at the amount of information on there.
View 3 Replies
View Related
May 4, 2010
I just upgraded from Karmic to Lucid and have the following problems:
(1) My unmounted partitions used to be visible in "Places" on the left of Nautilus, so I could mount them when needed, but now they are not there. Also,they do not show in "Computer" view
(2) When I open Disk Utility from System/Administration, there is nothing at all showing - it takes quite a while to start up, but when finally the window opens, no devices or partitions are shown.
View 4 Replies
View Related
May 17, 2011
GNOME commander (latest stable version) does not show mounted volumes at panel. OS: openSUSE 11.4 GNOME 64bit
View 3 Replies
View Related
Sep 23, 2010
I try to install 10.04 from CD Rom. At the prepare partitions step, no devices appear.Some details: - I already check the md5sum of the CD.- GParted see it and I'm able to partition it. But always nothing detected with the prepare step.- Intel P4 with 80 GB with 1GB of ram
- No windows already installed on the machine
View 9 Replies
View Related
Jul 15, 2011
I have been setting up my laptop as a dual boot with Win7 (yuckkk!) and Ubunutu 11.04. My HP Pavilion dm4 came with 4 primary partitions used by Windows! (Again, yuckkk!) I got rid of Windows_recover partition (I don't remember the exact name) converted that primary partition to an extended partition and then installed Ubuntu in virtual partitions. All that works.What I don't like is that the partition HP_TOOLS shows up in Nautilus, and if you click on it, it self-mounts and makes that partition accessible.
View 8 Replies
View Related
Oct 6, 2010
I went to install the 10.10 RC yesterday but to my surprise when I got to the partitioning stage it showed up my drive as being blank, with no existing partitions.
Has anybody else had this issue? I'm not sure what to do as I had the same issue on the beta, I just assumed it would be fixed.
I have a 500GB Sata HDD and i'm running an AMD64 processor so the RC was the amd_64 version.
View 3 Replies
View Related
Aug 20, 2015
Entries from fstab:
Code: Select allUUID=04E2891117C6D1E8 /mnt/Movies auto user,nosuid,nodev,nofail,x-gvfs-show 0 0
UUID=22C19F6A209C7999 /mnt/Storage/ auto user,nosuid,nodev,nofail,x-gvfs-show 0 0
UUID=366C25EB7664050D /mnt/Recovery/ auto user,nosuid,nodev,nofail,x-gvfs-show 0 0
UUID=2983C8A82A5FEF6C /mnt/Down/ auto user,nosuid,nodev,nofail,x-gvfs-show 0 0
The only one that shows in PCMANFM is the Movies partition. All others listed here are missing.
I checked syslog and it looks like they all mount correctly.
This puzzles me since all of them have the same options set.
View 0 Replies
View Related
Apr 4, 2010
I am booting from a USB stick live CD image of Kubuntu 10.04 Beta. When I run the installer, and choose the "manual select partitons" option, it lists only my full hardisk, whereas I have atleast 5 partitions on it, and none are shown. Could anybody help me with this? I want to install on one of the partitions and leave the rest intact. I am dual-booting BTW.
View 4 Replies
View Related
Mar 22, 2011
I used Ubuntu before, without problems but since the 10.04 version it won't recognize my partitions. I formated my laptop and partitioned it, installed Windows 7 64bit, which I need for my work, and wanted now to install Ubuntu 10.04/10. I then used GParted to check my Harddisk and it is having troubles to recognize my partitions, too while Windows finds them. GParted is giving me an error message saying my partitions are oversized. I am still in the beginning of my Linux experiences and so I don't know what to do. I have two 250GB harddisks (how Windows recognizes them),
[Code]....
View 9 Replies
View Related