Ubuntu :: Mounting A Partition On A Partition Unstable?
Jan 19, 2011
I have come across the following statement: " When a FAT32 partition is mounted at '/media/windows', all access to '/media/windows' and everything below it is transparently handled by the Linux kernel using the 'vfat' module. Applications need not know they're dealing with anything else. However, mounting a partition at a location inside of another mounted partition is unpredictable, unstable, and generally a bad idea. "
Is it correct? Most of my partitions are mounted on /home, which is on a separate partition; and I have one "level 3" partition. I have been using Ubuntu for nearly three years so far with no problems (except for /home losing it's format once).
View 4 Replies
ADVERTISEMENT
Apr 3, 2011
The default partition manager which OpenSUSE DVD 11.4 uses (Expert Partitioner) is not creating any logic partition with / mount because another system is already using it, is there anyway to fix this?
View 9 Replies
View Related
May 27, 2011
I installed Debian stable and I see these errors in the xsession error file
/etc/gdm3/Xsession: Beginning session setup...
GNOMEKEYRINGCONTROL=/tmp/keyring-j0E6Br
SSHAUTHSOCK=/tmp/keyring-j0E6Br/ssh
GNOMEKEYRINGCONTROL=/tmp/keyring-j0E6Br
[code]....
View 4 Replies
View Related
Mar 13, 2010
I have a dedicated server that Ubuntu 9.04 operating system has been installed on it. Before this dedicated server, I had another server that according to some reasons, it was put aside and I requested my datacenter support team to attach previous server's HDD to my new server in order to transfer its information to the new server's HDD. On the disks of previous HDD, Ubuntu 8.04 LTS OS had been installed and most of its capacity was full, but while I mounted that HDD on the new server, the contents of the primary partition were visible but the contents of the extended partition weren't visible. After some inspectings, I observerd that the extended partition type is converted to LVM. Before this, I didn't deal with this kind of partition. I tried to mount this partition but I failed. I read many articles about this problem and implemented instructions on the HDD but the LVM partition was never mounted that returns many different errors and even I pursued the reasons of this errors but non of these remedies didn't solve this problem. Since the datacenter had determined a specifies time for transfering information. then I had to return the SCSI HDD on the specified time, so I was forced to make an image of the hard disk by "TestDisk" software. I've made that image from the LVM partition which its capacity amounts to 150 GB but still I'm not able to mount the image according to instructions on the different related websitres. Since I'm really dummy in Linux Fle System field, I request you to help me to mount this image or extract its contents.
View 1 Replies
View Related
Mar 2, 2011
how to make my other partition mount at Ubuntu startup? I have a shortcut to my windows XP documents folder, but the shortcut is broken every time I restart because the other partition has not been mounted. I assume there is a terminal command I need to type into my start-up manager?
View 9 Replies
View Related
May 11, 2011
Ubuntu has been complaining about swap not being ready during boot. The swap partition was showing up un-known in gparted. I booted off CD, reformatted it to swap. Error message gone but system monitor > resources shows my swap size to be 86GB (the exact size of my shared NTFS volume). gparted shows the swap partition as not 'swapped on'
I am running Ubuntu 11.04 along side Windows 7 (as well as my factory restore partition) and an NTFS shared partition.
My partition structure in order of location on disc. Screen shot below to help.
sda1-2 Windows 7
sda4, extended partition
--sda6 Ubuntu
--sda7 swap
--sda5 NTFS shared partition
sda3 Factory restore image
View 9 Replies
View Related
Mar 5, 2010
I am trying to mount 3 NTFS partitions, but they aren't showing up in the /dev directory. If I fdisk the drive, the partition shows up, but nothing in /dev...
Here is the output of fdisk -l as well as the results of my attempt to mount the partition.
View 6 Replies
View Related
May 16, 2010
I'm currently trying to mount a hfs partition at boot as part of my quest to have a shared music folder across ubuntu and OSX. Here's the output of fdisk -l
Code:
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
[code]...
View 8 Replies
View Related
Jun 19, 2010
yesterday I did an upgrade from 9.10 to 10.04 and this time it was a mixed experience, most thing worked, but some things like gdm, sound and other setting need(ed) corrections to work again (as in 9.10).In 9.10 I setup my system so that the second partition (data) was only manually mounted after asking for my password.
After updating 10.04 I asking me at every bootup whether I want to manually mount or skip the mounting. And when I manually mount the partition I don't need any password anymore.Why did the upgrade change my setting?Not being an linux-expert, having not documented how I have done the previous setup and being unlucky with google, I could use some pointers in the right direction.Even if I sound not so happy at the moment I really appreciate the good work that went into ubuntu. After setting up my system after each new installation or upgrade I enjoyed a carefree time with ubuntu (where I forget everything I need to setup my system because it just works as it should).
View 4 Replies
View Related
Nov 27, 2010
I'm having trouble mounting my Vista partition through the terminal. I'm typing
Code:
sudo mount -t ntfs dev/sda3 /media
But that's where I'm getting tripped up, because I'm fairly confident that my mount-point is "40 GB Filesystem" and I'm unable to change the name. How to open files/directories that have spaces in them in the terminal. How to mount a DVD drive or USB from the terminal.
View 3 Replies
View Related
Jan 1, 2011
Besides having Ubuntu I also have Windows 7 and to keep data between the two I keep a separate partition. So far I have been automatically mounting this partition in /media by editing fstab. The partition shows up in Places and on Desktop. Now I have changed mount-point to be in /mnt and this works fine, the partition mounts. The problem is that it doesn't show up in Places nor on the Desktop. I have changed back the mount-point to /media and the partition shows up on the Desktop and in Places fine, but when the mount-point is changed it won't show up anymore.
View 6 Replies
View Related
Feb 11, 2011
I have successfully mounted the NTFS partition containing win7 via Ubuntu.
I followed these 3 steps:
Code:
Now I have unmounted the partition and want to remount it again except this time so that it is mounted as Read-Only.
View 1 Replies
View Related
Feb 18, 2011
I have just installed ubuntu 10.10 on my win7 laptop (Acer Timeline 3810T) with wubi. I can mount the laptop's windows partition with no issues using NTFS Config (after installing hal), but every time after I reboot ubuntu tells me that it cannot mount the windows partition. If I reopen NTFS config after reboot now my previously-mounted partition shows as having 0Gb of data and there is a new /host partition that represents the windows partition. I can then mount it again by renaming it into /media/Windows and it again works until a reboot.
View 3 Replies
View Related
Mar 8, 2011
currently my fstab entry for a partition is this:/dev/sda6 /media/Media ext4 defaults 0 0 But that seems to not give me any permissions on it, i can't create/copy/paste or anything with files onto it
View 1 Replies
View Related
May 29, 2011
I am running 11.4 from a thumb drive,mainly because something is fishy with my main hard drive, but installation is not my reason for this thread (though I think fixing one problem will remedy the other). My winbloze install is short stroked with ~50gb for OS and ~200gb for media storage. I have no problem accessing the storage from windows, but I am unable to mount the storage partition under Ubuntu. I get the following error:
Error mounting: mount exited with exit code 14: Hibernated non-system partition, refused to mount.
Failed to mount '/dev/sda2': Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows properly, or mount the volume read-only with the 'ro' mount option, or
mount the volume read-write with the 'remove_hiberfile' mount option.
For example type on the command line:
mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /media/Laptop Storage
When I run that command, I get this:
su: invalid option -- 't'
View 6 Replies
View Related
Jul 12, 2011
Is there any way to specify the mounting point of the windows partition(/dev/sda2 in this case) and make it mount on startup?
View 4 Replies
View Related
Mar 31, 2010
I've migrated back to Fedora as I am just displeased with the majority of debian based distros and Sabayon at the moment. Fedora has grown up quite a bit since FC9 and I'm here to stay. I keep all of my media and documents on a seperate partition on my disk and am wondering how I can have it set to automatically mount it upon startup. It gets kind of annoying having to re-enter my password every reboot just to mount the partition that 90% of my time is spent on.
View 4 Replies
View Related
May 31, 2011
I have the swap partition configured normally in fstab but it doesn't automount when I boot up. Not only that but I can't manually mount it either (ie with 'swapon -a', 'swapon -L /dev/sda7' etc). When I try I get this error -
Code:
[spoovy@kermitfed ~]$ sudo swapon -a
swapon: /dev/sda7: read swap header failed: Invalid argument
fstab -
Code:
/dev/sda7 swap swap defaults 0 0
The swap partition is used by another installation (Ubuntu dual-boot), which mounts it fine each boot.
View 12 Replies
View Related
Jul 9, 2010
I have an external Western Digital Hard drive with two HFS partitions with journaling disabled.When I connect it to a computer running Linux (Debian or Ubuntu), frequently both partitions are mounted read-only. In the past, mounting them on my Macbook and executing the command to disable the journaling often worked (even though it would tell me that journaling was already disabled) but I would love to have a solution which works every time.
View 1 Replies
View Related
Feb 8, 2010
I wanted to know if it is possible to mount an ISO image to a partition and boot from that instead of a CD or DVD. I know it is easy to do it from a CD but I would like to know if I can also do it this way.
View 3 Replies
View Related
Aug 28, 2010
I have an NFS mount that is in my NFS client's fstab file
Code:
192.168.1.102:/mnt/mythtv /mnt/mythtv nfs defaults 0 0
sudo mount -a will mount it after i have booted the system.
[code]....
View 2 Replies
View Related
Sep 29, 2010
How to mount ntfs partitions into red hat linux. I'm trying to mount but not mounted that
View 8 Replies
View Related
Nov 1, 2010
I want to mount my all windows partition in my "Red Hat Linux", please help me to mount all my windows partition in linux.And please tell if i mount windows partition is it harmful for windows/partition?
View 3 Replies
View Related
May 16, 2010
I have created a Virtual Machine with following partitions
OS: Fedora 11
Code:
Device boot start stop blocks id system
/dev/sda1 * 1 13 102400 3 Linux
/dev/sda2 13 587 4608000 8e Linux-LVM
Then I added One more Volume group with ext3 file system
Code:
Device boot start stop blocks id system
/dev/sda1 * 1 13 102400 3 Linux
/dev/sda2 13 587 4608000 8e Linux-LVM
[code]....
After mounting I am not able to access only lock and lost+found file under /var
View 4 Replies
View Related
Apr 7, 2010
I need to split a logical volume ( only have /boot and lvm partitions on drive)
This new logical volume needs to take up most of the existing space.
I'm just wondering about the sequence of steps to take before I do this.
How do I resize the new/old LVM partitions - and would I need to re-size the underlying fs?
View 4 Replies
View Related
Sep 6, 2010
I have installed a new hard drive and partitioned some space that I am wanting to use for keeping my Music files on. I have entered a line into the /etc/fstab file that I believe mounts the partition properly, but it is giving root owner ship of the partition. Is there a better way of doing this? perhaps mounting the drive some where else and using a hard link? the line I have so far in my fstab is
/dev/sdb1 /home/me/Music ext4 defaults,user 0 2
But this is still sowing the drive on my desktop, it also replaces the the name of Music in my places with the fact that it is a drive of such a size.
View 1 Replies
View Related
Mar 24, 2010
I'm setting up a server, and someone asked me (after I was done installing and formatting) whether the external hard disk attached to this server (with the /var partition) could also be mounted as a network drive for easy file transfer (i.e. drag-drop file transfer without ssh/scp or sftp). If someone has any ideas on how a pre-formatted (ext4) partition can be simultaneously made available as a network drive readable by a Windows machine.
View 3 Replies
View Related
Dec 19, 2010
Is it possible to use the 'discard' option when mounting an ntfs-partition? Because I'm buying an ssd and I intend to dual-boot windows xp (which doesn't support TRIM) and Ubuntu 10.10 (which does).
View 3 Replies
View Related
Jan 22, 2011
I have Linux Mint (LMDE) on another partition and I guess I need to do some 'fixing' so I need to mount the partition. I can't, though, not by just clicking the partition (obviously?). I assume this is because I need root access to mount it.
how I can do this?:
1) CLI - mount via CLI by mounting at some point - for e.g., mine is /dev/sda3 so mount as ?
2) Use an 'editor' or file manager - such as Dolphin - how would I do this?
3) Use a Live CD/DVD - I think this way is unnecessary but it's a way, right?
Anything I missed? I guess gparted could mount it?
Which method would you use?
I think one could ssh into it but I'm not able to do that yet.
I need to exit the xorg.conf file which is recently really messed up.
View 3 Replies
View Related
Nov 20, 2009
Every time I reboot PC I have to enter the admin password to mount ntfs partition. Is there any way to avoid this. In Fedora 10 there was remember authorization option, is there any option like this in F12?
View 4 Replies
View Related