OpenSUSE :: No Access To Other Partitions
Mar 8, 2011
I am currently testing for the first time openSUSE.I experience some problems right away, the most important problem:I can not get through the explorer (Dolphin) on another partition.When I try, I read underneath:
There was an error while accessing 'Disk 2'. The system notified:
org.freedesktop.Hal.Device.PermissionDeniedByPolycy: org.freedesktop.hal.storage.mount-fixed
auth_admin_keep_always <- (action, result)
I've already started looking at different solutions. But I'm not familiar enough with KDE to just be able to solve this problem. Anyone have any idea what to do to acces other partitions or drives anyway? Another problem is that the GUI is very slow, moving windows and scrolling is not smooth. Anyone have any idea what I can do about this?
I also have a black taskbar since I've moved it to my main screen as it automatically appeared on my small screen. How do I get it brighter again so the clock is readable again?And finally, the Explorer (Dolphin) has a very annoying behavior, I need only to click a folder to open it then as I really only want to select. How can I make a folder only open when I double click on it?
View 3 Replies
ADVERTISEMENT
Jan 9, 2010
I have vista and opensuse 11.2 on my computer, the problem is i can't open ext3 partitions from vista but i can the other way. I tried Ext2fsd but the linux partition is always in a read only mood even when i change this option. Also, all folders are empty I downloaded the program as admin and compatable with XP SP2.
View 3 Replies
View Related
Feb 22, 2010
i just installed 11.2 and it works fine,however im not very familiar w/suse.i would like to access my storage partition,but it doesnt show up anywhere?in other distros it shows up in places. how can i access this ,and have it mounted automatically?
View 4 Replies
View Related
Nov 13, 2010
I need to access sdc2 & sdc4 from SUSE, have shared the partitions already but i am unable to write data there. I checked permissions, it says only owner can change the permission. I need to get rw access for a normal user. Have chmod it already but it didnt work.
View 9 Replies
View Related
Dec 31, 2010
I am currently using Xubuntu after i used Ubuntu and Kubuntu. So far, i'm preferring it over both. The only problem is I can't access my other partitions. I have my Windows partition and another partition just for storage and such, and I can't access it. I can't even see them using the default File Manager of Xubuntu. I've downloaded Dolphin to try and somehow work it out, and i do see them now but i still can't access them.
Xubuntu 10.10, if it means anything. Also, I do have Xubuntu on a separate partition alone.
View 1 Replies
View Related
Dec 5, 2010
I can not access NTS partitions .
View 9 Replies
View Related
May 13, 2011
To make a very low level backup of my laptop prior to upgrading it, I decided to create an iso of the harddisk; while it is doing this, but a bit too far to just cancel and start anew, so I cannot test it out right now I decided to post here.
of course, there are partitions on /dev/sda (there's a swap for example)I may (am pretty damn sure I will) want to access the files within the iso, and that's where I wonder how to tackle that; I'm thinking along the lines of setting up a loopback device (losetup) but I don't think that that will be enough to recognize the partitions. Any thoughts? (or just re-create an image of /dev/sda1 ?)
View 4 Replies
View Related
Jun 10, 2011
This might be a really silly question, but I installed Ubuntu yesterday (which is awesome) but I can't seem to locate any of the other drives that I had hooked up. It's as if the partition with the install is the only one in existence. Is there some trick of the trade I'm not aware of or what's up?
View 1 Replies
View Related
Feb 12, 2010
How can I access ext4 partitions from windows 7?
View 9 Replies
View Related
Jul 3, 2010
I figured I could just go in to my Kubuntu desktop and look at the drive. But it has only a lost and found and grub folder with a few files on the root named config-[version]-server (note this is a SCSI). Guessing I'm looking at the boot partition? So how do I mount the other partitions? When I do a fdisk -l I see 3 sdb 1,2,3 (2 and 3 are large, 1 is my boot partition) but when mounting them I get wrong fs type. I was sure its ext3 ( also tried 2 and 4 )? I just left the default 7.04 fs when I installed it. I'm able to put it in my desktop and my server but for the life of me I can figure out how to get at the data.
View 4 Replies
View Related
Feb 6, 2016
I have recently installed debian jessie on my laptop , during installation i didn't mount 2 of my partitions , now when i want to access them i have to give the root password every time i click on them , i searched the google , i found that i have to add a line in fstab file : so i i checked the partition that i wanted to mount (by typing fdisk -l) , and i added this line to the end of the fstab file :
Code: Select all/dev/sda3 /mnt/2 ext4 users,noatime,auto,rw,nodev,exec,nosuid 0 0
(i had created /mnt/2 before ) ..... and this is the output of fdisk -l :
Code: Select allDisk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x4a373773
[Code] .....
After adding the line at the end of my fstab file , something strange happened , i rebooted the computer and mate didn't come up , it was a console like screen , i had to access fstab from there to delete the line and enter mate . i did this for 2 times and both times the same thing happened . How can I mount my partition permanently ?
View 11 Replies
View Related
Oct 6, 2009
I'm currently running a dual boot (VistaFedora 11) system. I've noticed that the first time I access files on the Windows partition (via Nautilus GUI) I'm prompted for root access. However, on subsequent attempts to access the Windows partition I am NOT prompted for root access (even after I close/re-open Nautilus). My concern is that I'm leaving my root access "open".
View 4 Replies
View Related
Feb 3, 2010
I still have to dual boot with Windows (for now!) but having the various NTFS partitions show up in Nautilaus, etc. is a problem.Also I would like to share some data between Win7 and Ubuntu 9.10 but I cannot create any more partitions due to well know limitations. In my case I already have 3 primary Windows partitions that I want to keep and 1 primary Linux with ext4 and swap as logicals for Ubuntu. BTW my laptop had all 4 primaries used up an I got rid 1 for Ubuntu. I could get rid of more but really do not want to now.
I found many great ideas and suggestions here in the forums but could not find exactly what I was looking for so I cobbled together a couple of I ideas and I think I have a working solution.First to hide a Windows partition and protect it this works great when you add this line to fstab:
Quote:
/dev/sda2 /Windows/sda2 ntfs-3g defaults,umask=777 0 0
Of course change your partition to the correct one and make sure the /Windows directories are created.I have used this many times and it works great except I want to have access to 1 or 2 directories without exposing the whole drive.I turned to symbolic links to help solve but when sda2 is "hidden" with the above there is a rights problem for my normal user. I could probably solve it with umask somehow but I just did this instead:
Quote:
/dev/sda2 /Windows/sda2 ntfs-3g defaults,locale=en_US.utf8 0 0
I found this allows me to access the directory but it is still hidden from Nautilaus. I am guessing it is because it is mounted in a location it does not normally look in.After this I created a symbolic link to the directories I want access like this:
Quote:
ln -s /Windows/sda2/Temp /home/myuser/windir
Note I did not use sudo here because that was causing me rights problems at one time. This is permanent until you rm the windir file since symbolic links are just special files.
So now I can access windir in my home directory on the NTFS partition without me accidentally messing up my other Windows system files. If I try hard I can mess it up but this provides just enough protection for me. I can also drag the link to my desktop or the Naultilaus left nav pane and it acts like a regular directory.I sure there are a 100 ways to achieve what I wanted to do but thought I would share this method since it took me a while to figure it out.
View 1 Replies
View Related
Jun 22, 2011
On my system have to partitions instead of ext4 and swap, that is ntfs partitions and have two account one is sysadmin and my name csmct. Sysadmin have admin power and csmct is a user account. If I login ed as user csmct. I cant able access those ntfs files. Ubuntu asking me for the sysadmin password authentication. How can I access those ntfs partitions with rakesh password. For frequent access I changed both passwords to same <snip>
View 7 Replies
View Related
Jan 30, 2010
I have a 2GB file which is a dd image of a block device. The block device (a USB-connected flash memory) contains multiple partitions, and therein lies the problem. I want/need to access the various partitions in the image file, but need to do this without actually using a physical flash memory device. If the image was that of a single partition, I could simply mount it on a loop device, and access the filesystem as necessary. However, I can find no kind of virtual block device upon which to write/mount the image.
I've searched the net exhaustively for anything that would seem to allow me to do what I need, but without even a sniff of success. Sadly, I have seen bits of information that suggest "you can't get there from here". Even the outstanding dd tutorial by AwesomeMachine on LQ didn't help. Anyone know of a kind of virtual block device on which a multi-partition image can be written and mounted? Or any other way I can access individual partitions (with various filesystem types on each) and then re-assemble them back to a single image?
View 2 Replies
View Related
Dec 8, 2010
I installed Fedora on a VMWare, hosting OS is Windows 7
How can I access Disks and NTFS Partitions on the Host OS "Windows 7"
From Fedora?
View 1 Replies
View Related
Nov 20, 2010
How can I get access to my NTFS Partitions in VirtualBox running Windows XP Pro? I saw it somewhere once saying something about setting up shared files but it was confuseing and did not work.
View 1 Replies
View Related
Feb 12, 2010
is there a way to access disk druid once all of the partitions have been created in rhel 5.3?
View 3 Replies
View Related
Aug 9, 2009
I'm dual booting Mac and Fedora 11. My music is on the mac side, and is too large to copy to the Fedora partition. What is the best option for sharing between the two partitions.
I used to copy the itunes folder to public, but that allows anyone access.
What's the best way to do this without allowing complete access?
View 14 Replies
View Related
Feb 8, 2011
i have a fedora 11 server which can't access the ext4 partitions on lvm logical volumes on a raid array during boot-up. the problem manifested itself after a failed preupgrade to fedora 12; however, i think the attempt at upgrading to fc12 might not have anything to do with the problem, since i last rebooted the server over 250 days ago (sometime soon after the last fedora 11 kernel update). prior to the last reboot, i had successfully rebooted many times (usually after kernel updates) without any problems. i'm pretty sure the fc12 upgrade attempt didn't touch any of the existing files, since it hung on the dependency checking of the fc12 packages. when i try to reboot into my existing fedora 11 installation, though, i get the following screen: (click for full size) a description of the server filesystem (partitions may be different sizes now due to the growing of logical volumes):
Code:
- 250GB system drive
250MB/dev/sdh1/bootext3
lvm partition rest of driveVolGroup_System
10240VolGroup_System-LogVol_root/ext4
[code]....
except he's talking about fake raid and dmraid, whereas my raid is linux software raid using mdadm. this machine is a headless server which acts as my home file, mail, and web server. it also runs mythtv with four hd tuners. i connect remotely to the server using nx or vnc to run applications directly on the server. i also run an xp professional desktop in a qemu virtual machine on the server for times when i need to use windows. so needless to say, it's a major inconvenience to have the machine down.
View 1 Replies
View Related
Mar 24, 2011
I have installed reFIT-based triple boot. Here is the partition scheme:1. GPT Protective Partition (GPT and MFT). Mac OS X (GPT and MFT)3. Windows 7 64-bit C: (GPT and MFT)4. Windows 7 64-bit D: (GPT and MFT)5. Ubuntu 10.04 / (only GPT)6. Ubuntu 10.04 swap (only GPT)Windows only supports MFT and thus sees last two partitions (5 and 6) as unallocated space. Can I somehow make it see these partitions to be able to access files from Ubuntu?P.S. I know this is rather Windows problem, but I don't know any good forums where I can ask that, because mostly on these forums the answer is "Why would you need anything but Windows?".
View 8 Replies
View Related
Dec 8, 2009
I did shrinking of windows drive to give 10 gb raw space for OpenSuSe 11.2 installation on my T60 laptop.OpenSuSe installer failed to create partitions out of single 10 gb RAW partition.Is there any other way to slice single RAW partition in to / , /home & swap?
View 3 Replies
View Related
Aug 26, 2010
I installed 11.3amd64 as a VM under Vista/VMWare Player - all worked fine. I have now installed it as a physical system. It nstalled cleanly BUT during first boot it could not access the repos. With each repo it gave the message
- download (curl) error for (repo)
- error code connection failed
- error message could not resolve host (repo)
This was followed by a message box containing
- UI syntax error
- no widget with ID 'contents
Firefox could not access the internet (cannot find server) until I disabled IPV6 (I used about:config), now it works fine. I think the repos problem is because of IPV6 - I usually have trouble with IPV6. I tried disabling IPV6 with the following (How To Disable ipv6 on SuSE Linux | Linux Poison)
[code]......
View 8 Replies
View Related
Mar 11, 2010
I have two external hard drives. One is a 2.5" 80GB USB HDD and the other is a Seagate 3.5" USB 500GB HDD. Both hard drives are mounted properly and I can access the data on both hard drives. I can access the small 80GB HDD via ssh from another computer and delete files, but when I try to access the 500GB drive via ssh it says access denied. When I try to access it with root, I can access it but I cannot see any files listed.
View 5 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
Mar 3, 2010
Xubuntu 9.04 installation CD not detecting any of the current partitions. This all started when I reinstalled windows XP a few days ago.After, the computer wouldn't boot into GRUB and would boot directly into windows.Other threads have dealt with a similar issue, that of overlapping partitions causing libparted/parted/gparted to detect the whole drive as unallocated space. The problem in these threads seemed to be a corrupted partition table, in which the partitions overlapped with each other. So of course I checked the output of fdisk -l for overlapping partitions, but I don't see any obvious overlapping partitions. I've noticed that the partition that used to be linux swap isn't showing up in the partition table at all. I might just be missing something simple here and would like another set of eyes to help me figure this one out. Does the problem have anything to do with the partition table being out of order (ie. not in order of what regions they cover on the drive)? From the liveCD I've run
Code:
sudo fdisk -lu
sudo sfdisk -d
sudo parted /dev/sda print
and have received the following output:
Code:
ubuntu@ubuntu:/mnt$ sudo fdisk -lu
omitting empty partition (5)
Disk /dev/sda: 60.0 GB, 60011642880 bytes
[code]....
View 3 Replies
View Related
Mar 28, 2010
I've installed Arch Linux onto my Western Digital SATA drive.I love it, best ever, however, I need the fglrx proprietry driver for better 3-d performace, and decided to create a new partition. I decided to install Linux Mint.Sadly, in all my noobishness, I forgot about the 4 primary partition limit (oops!) and as I have /, /home, swap, and /boot partitions (all primary) already installed, I have run into a bit of a problem.I resized my /home partition (almost 500GB) to about 225, and was then told I have over 200GB unusable space. Is it possible for me to change at least 1 of my primary partitions to logical partitions AND keep all the data intact (AND edit the arch configuration so that it'll still work) so I can install a second linux? I sincerely doubt it
View 10 Replies
View Related
Feb 9, 2011
I am installing Ubuntu on the same hard drive as Windows 7. The partitions of Windows 7 have already occupied the left part of the hard drive. From left to right, the Windows partitions are one partition for Windows booting, one for Windows OS and software installation, and one for data which is planned to mount on Ubuntu. I was wondering how to arrange the order of partitions of root, home and swap, i.e. which is on the left just besides one Windows partition, which is in the middle and which is on the far right?
View 1 Replies
View Related
Dec 9, 2009
I had a Windows 7 RC/openSUSE 11.1 dual-boot on this computer running on RAID 1. When I installed Windows 7 final, somehow it screwed up my RAID 1. I fought with it for a while, but decided to wipe the logical drive, and then go into BIOS and disable RAID. I reinstalled Windows 7 on the HDD, but I have no RAID now. BIOS shows 4 SATA drives. Windows sees all of them just fine. But the openSUSE 11.2 install DVD can't see any partitions on sda, sdb, sdc or sdd. It however says I still have two RAID logical drives, which I don't. I'd really like to install openSUSE 11.2, but I want it to recognize my Windows partitions, if for no other reason that to see my MP3 collection, my eBooks, etc.
View 8 Replies
View Related
Apr 11, 2011
I have problem with XEN Citrix server I can not understand ; what is sda2 and sda3 partitions ?
Code:
root@cl-500 ~]# fdisk -l
Disk /dev/sda: 2000.4 GB, 2000407625728 bytes
64 heads, 32 sectors/track, 1907737 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
[Code]...
View 4 Replies
View Related