Fedora :: Remembering Authorization For Mounting Partition?
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
ADVERTISEMENT
Jul 27, 2010
Normally when you have a partition that isn't mounted, when you try to mount it, it asks you for the root password.
I have two partitions. One that I wanted mounted at boot, one that I wanted you to have to know the root password to mount. In the process of trying to setup that one partition to automount at boot, I accidentally changed something (through Pysdm) that made it so the other partition no longer displays that root password verification screen. Now all it does is give me an error saying I have to be root. How can I restore that screen?
View 1 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
Aug 4, 2009
I recently was playing with some gnome settings and I went to System > Preferences > Startup applications then I hit the Options tab and checked "Automatically remember applications when logging out" was testing to see if it actually worked... and it did.. so I unchecked it and restarted again and... it's the SAME 3 applications I was running.. and its stuck..tried checking it again and then closing everything but now it's still doing it with the same 3 apps I had running (Totem, Firefox, Pidgin).Anybody know how to wipe where it's remembering the applications I'm running? so this can stop when I log in.
somehow checking it again and closing everything worked this time, but does anybody know where I can find the find the remaining information for this function? so i can wipe it clean, whatever may be left.
View 2 Replies
View Related
Jul 17, 2010
I'm on Fedora 13 (64 bit) and using tvtime (latest version 1.0.2-13.fc13 installed via yum) which I've managed to get to work with my old WinTV card (bt878 chipset I think) by having it start with its mixer-device set to "hw:0/Line" (the WinTV card outputs the sound via a cable to the Line In socket of the soundcard).
This all works (I can control the volume in tvtime using the left and right keys) except that the volume resets to zero every time I restart. tvtime remembers all my other settings (and the previous volume is even saved in its config file) so I think the issue is related to ALSA/PulseAudio resetting the appropriate mixer (Line In on the internal sound card).
However, I can't find which mixer tvtime is accessing. In 'Sound Preferences', changing the Master Volume affects the sound from tvtime, but none of the other mixers seem to be related to it (and tvtime doesn't appear on the 'Applications' list). I've also tried finding it in alsamixer, which gives me a choice of 'default' (PulseAudio), 'HDA Intel' (the internal sound card) and 'Brooktree Bt878' (the TV capture card) and again the 'Master' and 'Front' mixers do affect the sound, but are not the mixer that tvtime is accessing.
I know this is a very specific and minor thing, but it's a bit annoying seeing as I've got everything else set up near-perfectly.
Or alternately, as a workaround, is there an easy way of creating a script to lanuch tvtime and send some volume up commands (right arrow key) the first time it is run after a restart (but not the times after that)?
View 14 Replies
View Related
Aug 19, 2010
I used to have it set up where fedora remembered startup programs, I turned the feature off, and it continues to remember everything?
View 4 Replies
View Related
Mar 11, 2010
I am having trouble mounting a nfs network partition. I think my problem is related to the firewall in my server.
1. - When the firewall is disable in the server, all the clients are able to mount the network partition without a problem. This is good, but I want the firewall active.
2.- When the firewall enabled, without any port opened, none of the clients are able to connect to the server (expected behavior). This is the message I got:
mount -t nfs 192.168.1.103:/home/username /mnt/myHomeCaraota/
mount: mount to NFS server '192.168.1.103' failed: System Error: No route to host.
3.- When I open port 2049 only (see lines below) Nothing changed. I got the same message. No connetion
-A INPUT -m state --state NEW -m tcp -p tcp --dport 2049 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 2049 -j ACCEPT
4.- If I open ,additionally, ports tcp/udp 111 thre is an improvement because at least I get:
usename@laptop ~]$ sudo mount -t nfs 192.168.1.103:/home/username /mnt/myHomeCaraota/
mount: mount to NFS server '192.168.1.103' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.103' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.103' failed: timed out (retrying).
[Code]...
But in the last case I am opening everything to the clients (192.168.1.100-192.168.1.104) and I believe it is not a good use of the firewall. In summary, I think my nfs configuration is o.k, because I am able to mount the partitions when the firewall is down or when all the ports are open for a given number of clients. I also believe that I need to open ports 111 and 2049 because at leas the server is responding, but I know that I need something else, but I can not figure out what that is.
View 2 Replies
View Related
Aug 3, 2011
i am having troble with the permisions of a partition(/dev/sda3) that i have mounted as /home/stewi and wish to use it as my home dir, the only probolem is that it only lets the root user do anathing with the partition wen it is mounted as /home/stewi. i have tried running
Code:
chown stewi:stewi stewi
and
Code:
chmod 777 stewi
while root, but i just get an eror mesage:
[Code].....
View 9 Replies
View Related
Jul 24, 2009
Anybody know how to make an ext3 or 4 partition start up at boot with only the owner and its group having read and write access permissions.I don't want 'others' to have folder access. This is what i have done. / etc/fstab:/dev/sdb5/media/Data ext4 owner 1 2 The folder starts on the boot since it has been allocated a folder as u can see. Next i changed the the ownership and the group ownership of the folder:chown johnny:johnny /media/DataThe problem is that other users can few my partition since 'others' have read access. How do i change that to zero access?
View 1 Replies
View Related
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
Jun 4, 2010
I'm having issues with the gnome-packagekit not working as a user. It runs fine as root but I don't want to have to login each time to run it.
The gnome-packagekit used to ask for root password but has stopped doing so. Anyone remember or have a fix for this?
The cancel button does not work either, I need to close with the X for the window...
It now gives this error.. Authorization Failed You have failed to provide correct authentication
View 7 Replies
View Related
Apr 6, 2011
I just discovered that using the web interface to CUPS on my localhost I cannot apparently, authenticate. The dialog pops up, but will not accept my root user name or any other. I tried using lppasswd to create add root, but it just keeps failing. Don't remember having this problem with F12, but I recently upgraded to F14...
View 2 Replies
View Related
Aug 24, 2009
It took me a while to get VNC going. It was easier with FC8-10. Once I got finished and was actually able to log in and see my remote desktop I tried to add some software... virtualbox.When I double click on the RPM I get popup that states."The action could not be completed. Failed to install file. You do not have the necessary privileges to perform this action" When I close that dialogue another one pops up that states" "The action could not be completed." When I click on more details the dialogue states. "Policykit authorization failure" How can I make this work?
View 1 Replies
View Related
Mar 11, 2010
Whenever I try and add software through packagekit I get an error telling me that Authorization failed. I would assume that I need to enter my password before the install begins but the utility never asks for it. I am able to start package kit with sudo and it then adds the software but that keeps most of the packages from running as they were added as root.
View 10 Replies
View Related
Dec 12, 2010
Using SSH all the time on my home network. I use ssh-keygen and ssh-copy-id to generate and then copy the key file. On one of my computers I've changed the default ssh port and see no way to copy the key without reverting the configuration to port 22 temporarily. This is not a big deal and would probably take less time than it has taken me to type this message.
View 3 Replies
View Related
Jun 11, 2011
The short story: I am trying to install Flash, and get this error:
I tried from the terminal, starting with su and authenticating myself, then running the .rpm file, and I get this:
Code:
[jason@Jaslinfed temporary_downloads]$ su
Password:
[root@Jaslinfed temporary_downloads]# ./adobe-release-i386-1.0-1.noarch.rpm
bash: ./adobe-release-i386-1.0-1.noarch.rpm: Permission denied
[root@Jaslinfed temporary_downloads]#
The long story: I used to use Ubuntu religiously, but with the more recent updates it's become somewhat buggy, and too Microsoft-like for me, so I decided to try a different distro. I heard Fedora was supposed to be really good, so I went ahead and snagged it. I'm relatively familiar with Linux in general, but know nothing about Fedora specifically. So far I've just had a couple of minor issues (my panel crashes and then disappears, for example) but this one is kinda big. If I can't arbitrarily install software on a whim, I might as well be using Windows.
For the record, yum seems to be working just fine; I've already installed several other applications, but for some reason I cannot install Flash. I've tried from both Opera and Firefox, and again, I even tried straight from the command line as root, but still no luck.
In case it helps: Linux Jaslinfed 2.6.38.7-30.fc15.i686 #1 SMP Fri May 27 06:02:17 UTC 2011 i686 i686 i386 GNU/Linux
View 5 Replies
View Related
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
View Related
Aug 30, 2011
How can I get palimpsest to get authorization to mount partitions when started as a regular user? It works when started from a root session.
View 2 Replies
View Related
Jun 27, 2010
Just did a clean, fully updated install of Lucid. Unlike the development version I was running, Firefox now will not remember usernames or passwords for sites. I have "Remember passwords for sites" under Preferences checked.
View 2 Replies
View Related
Aug 9, 2011
I recently tried gnome 3 on my netbook to see if it would work (via PPA) on ubuntu 11.04, it didn't.URL...I rolled backed to gnome 2 (by removing the PPA - comment 7 in the above link), however, now when I use unity as my desktop any changes I make to the docked icons are not saved when I logout. This seems to happen on a couple of different users, so it doesn't seem to be a user setting problem (i.e. a weird file version problem).As a work around I have unity 2D installed on my netbook (an eee 1000H) and this works fine.
View 2 Replies
View Related
Dec 3, 2010
I'm using vim 7.2.330 on 64 bit ubuntu 10.04, sometime in the last week every time I reopen a file it places the cursor at the top of the file. I can see in ~/.viminfo where it's saving the last position used, but it doesn't seem to be honoring it.
View 1 Replies
View Related
Dec 10, 2010
I'm trying to figure out how to tell the shell (tcsh) to remember when I've gone into a symlinked folder, and allow 'cd' to navigate back out of the symlink rather than just navigate to the parent directory of the linked-to folder...
For example:
$ ls -al /jobs
tech -> /mnt/projects1/tech
temp -> /mnt/projects2/temp
$ cd /jobs/tech
$ cd ../temp
../temp: No such file or directory.
$ pwd
/mnt/projects1/tech
View 2 Replies
View Related
Aug 18, 2010
I have Ubuntu 10.04 x86 on my laptop. I think I had this problem with older versions, but I can't remember. Needless to say it's been going on for a while. Firefox is set explicitly to go to my home page [URL] when opening, but it frequently (50% or better) instead opens my tabs from my last session.
How can I fix this?
View 7 Replies
View Related
Jan 8, 2011
I clicked "remember" on a page, and now I have to depend on my USER login to provide me security. I am SCARED of this thing.
View 4 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
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
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