OpenSUSE Install :: Gaining Permissions For Windows?

Nov 21, 2009

How to gain the necessary permission to transfer files from my opensuse drive to my Windows drive. I can access the windows drive and call up files from it, but I cannot save file to it. I have looked at the permissions on the Windows folder but one is not able to change them. I have just changed from Mint linux and one could do this with no problems,

View 9 Replies


ADVERTISEMENT

OpenSUSE Network :: User Permissions And Auto-mount On Windows Drive

Feb 11, 2010

I'm running OpenSuse 11.2. I've got it running mostly the way I want and it connects to my wireless internet no problem. I have a external hard-drive on my Windows machine setup as a share folder. I can mount the drive with:

Code:

mount //10.13.23.2/D /home/james/mnt/win However when I do mount like this it doesn't give my any read/write privliages on the drive. Also on a slightly different issue but still mounting related I have my HDD partitioned into four main drives (not including swap etc). They are my Windows drive, a seperate storage partition formatted for Windows, my main linux drive and a seperate parition for linux storage.

I want to have my Windows drive, my Windows storage drive and my linux storage drive all mounted on boot. I tried adding these to fstab, and they mount fine but again I have no read/write permissions. My fstab looks like this:

Code:

/dev/disk/by-id/ata-WDC_WD2500BEVT-35ZCT0_WD-WXE908AE4273-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD2500BEVT-35ZCT0_WD-WXE908AE4273-part6 / ext4

[code]....

Lastly I would like my Windows Share drive to mount on boot but I have been advised that I would need to write a shell script for this, to do network checks as obviously I won't always be connecting to my network.

View 6 Replies View Related

OpenSUSE Network :: SAMBA - Changing Default Permissions On Files And Directories Created From Windows Clients

Mar 9, 2010

I have a fileserver running openSUSE 11.2 and samba services for file access from MS Windows based workstations. My question relates to changing default permissions on files and directories created from the windows clients.

Following are extracts of the /etc/samba/smb.conf file :

Even with the above entries, sometimes there are files and directories created by the windows clients having permission

Probably my lack of understanding in ACLS.

View 9 Replies View Related

OpenSUSE Install :: /tmp Permissions Failures In 11.3

Jul 20, 2010

At first log-in as user all was fine yesterday. Today I must have rebooted for the first time because it was all different. I tried to log-in to KDE this morning and it failed with some weird error messages that don't repeat here. It seems it all boils down to the fact that the /tmp folder has the wrong permissions. Whatever I try it always has the permission 755.

It is an encrypted /tmp permission mounted in fstab like this:

Code:
/dev/mapper/cr_sda2 /tmp ext4 acl,user_xattr,nofail 0 0

I can login as root in failsafe and look at the tmp folder:

Code:
ls -h |grep tmp
drwxr-xr-x 6 root root 4.0K Jul 20 12:26 tmp

So the wrong permissions. How to solve this?

I tried to go into rescue mode and change the permissions of the folder, but nothing helps. In rescue mode it is like it is in my OS 11.2 on another computer:

Code:
drwxrwxrwt 6 root root 4.0K Jul 20 12:26 tmp

A temporal work around is to change de permission as root and then I can login, but how to get the permissions right at boot up? What is wrong?

View 3 Replies View Related

Ubuntu :: Gaining Premission For A Hard Drive?

Mar 12, 2010

I have used Storage device manager to mount a newly in stalled drive but don't have permission to write to the drive. how can I change the permission using the above program

View 3 Replies View Related

Ubuntu :: Preferred Use Of Sudo For Root-gaining

Oct 2, 2010

Which use of sudo do you prefer to get a root shell?

View 14 Replies View Related

OpenSUSE Install :: /dev/null Changing Permissions At 2:20 AM

Jan 19, 2011

At 2:20AM /dev/null's permissions are changing to a restrictive setting that allows root access but not normal user access.

I am not seeing anything obvious in cron or /etc/permissions* or /etc/udev. And

# udevadm info --path=/dev/null
device path not found

View 8 Replies View Related

OpenSUSE Install :: Chroot Permissions At Login?

Aug 11, 2011

I'm trying to get it so that for a particular user, at login, they are chrooted to a specific directory. I've set up the directory and everything such that I think it should work. I wrote a new login shell that chroots the user and set it to be the login shell for that user in yast. Everything works great, except that when the user logs in, it asks for two passwords : the user's password, and then the root password (because chrooting requires su privileges). Is there a way around this? This is what my login shell looks like:

Code:
#!/bin/sh
/usr/bin/sudo /usr/bin/chroot /home/raid/dictation /bin/bash

[code]....

View 8 Replies View Related

Ubuntu :: Gaining Remote Acess To University Computer With VPN?

Oct 1, 2010

I managed to install the Cisco AnyConnect VPN Client provided by my university (Ohio State) and successfully connect to the school's server ( vpn.service.ohio-state.edu). However, after I have connected, I cannot figure out how to get into this directory: \fc1student.mecheng.ohio-state.edustudentusername

The website (search "ohio state mechanical engineering vpn" in google = top non sponsored link result) says that this address must be entered in Windows Explorer; however, I am using Ubuntu 9.04, so I cannot use Windows Explorer (with the exception of WINE). I tried using the "connect to server" program listed under "Places", but have not had any luck. I also think the computers in the lab I'm trying to connect to are not using Samba. Any ideas on how I might connect to this location?

View 3 Replies View Related

OpenSUSE Install :: Change Folder / File Permissions?

Jul 28, 2011

I've migrated to Suse from Mandriva. I installed all my backup folders/files to my "home" folder but they have come up locked. I remember in Mandriva to change the permissions I pressed Alt F2 and then entered a command. How do I do it in Suse?

View 8 Replies View Related

OpenSUSE Install :: Ext4 Pen-drive Formatting / Permissions?

Sep 2, 2011

Tired of fat32 fragility, I reformatted a 4GB pen-drive as ext4 using Yast's partitioner. I chose format as ext4 and checked fstab options "can be mounted by user", "no access time" and "ordered journaling". I thought that these fstab options would be ineffective since a removable device won't be added to fstab. when I insert the pen-drive it auto-mounts and the folder /media/EMTEC is created (EMTEC is the volume name). The relevant mount entries are:

Code:

:~> cat /etc/fstab | grep sde
:~> cat /etc/mtab | grep sde
/dev/sde1 /media/EMTEC ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
:~>

There's no fstab entry, as it should be, and there is a mtab entry corresponding to the pen-drive, /sde1. However the /media/EMTEC as created (by udev, I suppose) is owned by root, I can't write to it. But if I change (as root) the /etc/EMTEC folder permissions so it belongs to the regular user, i can (obviously) write to it *and* it stays so *between* remounts. Haven't tried a reboot yet. What I'm not sure is if ordered journaling is OK for a pen-drive - or any kind of journaling, for that matter. Or will this significantly decrease flash memory life? Also, the fstab options set in Yast appear to be remembered by whatever creates mtab, as well as /media/EMTEC permissions. Is that so? Where are these settings kept? How does this work?

View 2 Replies View Related

OpenSUSE Install :: Permissions For Shared Directory - R / W For All Users

Sep 12, 2011

I would like to have a directory
Code:
/home/shared
Where all human users have r/w permission for all files and sub-directories under this path. Can I achieve this buy just setting the permissions correctly or do I need to do something else?

View 7 Replies View Related

OpenSUSE Install :: New Partition On External Drive - Permissions: Root Drwxr-xr-x?

Apr 21, 2010

I tried two times to make an new partition (after the FAT partition on it) on my external hard drive with YaST>Partitioner.Fist I had tried ext3 now I have ext2 on it.Both times the partition (or the corresponding folder in /media) was only writeable to the superuser/root but not to a normal user (readable to the normal user). Root is the owner.The FAT-Partition on the same external drive is owned by the normal user who was logged in as I plugged the USB-cable in.I can unmount both partitions als normal user in natilus.1. Can I start nautilus as root to change the permissions?2. What have I done wrong? Should I use an SuSE Live-CD or an CD with an special partitioning-program instead?ng X20) openSuse 11.1 and Gnome 2.24.1 (mostly, 1 account is using KDE) and Kernel Linux 2.6.27.45-01.1-pae. "/home" is on an separated partition (as part of an extended partition). I have also 2 NTFS partitions for Windows XP (System and Data), and a FAT, a root (/) and a swarp partition.

View 9 Replies View Related

OpenSUSE Install :: Copy A File Into Root Folder - Setting The Access Permissions?

Jun 23, 2010

I want to copy a file into my Root folder but I cant.what should I do?

View 2 Replies View Related

OpenSUSE Install :: Multiboot Opensuse And Windows 7 With Windows Bootloader?

Jun 8, 2011

I installed opensuse in my laptop in which I already installed opensuse.Now the grub shows first, on boot up. I want to set windows bootloader in front. In order to do that, I did the following,

1. unmount all devices "umount /windows/*"
2. my hard disk partition:- see the link cfdisk /dev/sda | Flickr - Photo Sharing!
3. mount the C drive (where win 7 is installed)
"ntfs-3g /dev/sda3 /mnt/windows -o force "
4. dd if=/dev/sda8 of=/mnt/windows/suse.bin bs=512 count=1
5. kwrite /mnt/windows/boot.ini and write the following,

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(1)partition(1)c: suse.bin
[operating systems]
c: suse.bin="openSUSE"

6. change the boot to sda3 using "sudo /sbin/cfdisk /dev/sda"

Problem is,

now windows bootloader shows when boot up, showing two options,
windows
openSUSE

windows option works normally; but openSUSE option doesn't work.

View 9 Replies View Related

Ubuntu :: "expand" The Partition Gaining Space From The Storage One?

Mar 10, 2010

I have a 300 Gb Hard drive, I used to have windows xp on it but decided to install ubuntu, so what I did (after some suggestions) was to create 3 partitions, one of 30 Gb for windows (I use Adobe software), one of 10 Gb for Ubuntu 9.10 and the rest as a common partition used for storage. Started ok, but I really got hooked with ubuntu and now my partition is full!. My question is ( and here is where I show my deep ignorance and shame): can I "expand" the ubuntu partition gaining space from the storage one? If not, how many Gb would you recommend for an Ubuntu partition? I'm using a lot of music/video/graphics production software.

View 9 Replies View Related

OpenSUSE Install :: Revert The Changes Or Change The Permissions Again To Root:root Or Make Sudo Work

Aug 10, 2011

Accidentally I changed the ownership of all the directories under / to my own instead of root:root. Now I am unable to use sudo and many bad things are happening. Is there a way to revert the changes or change the permissions again to root:root or make sudo work ?

View 3 Replies View Related

OpenSUSE Install :: How To Setup OPENSUSE To Find/access My Windows Home Server

Aug 9, 2010

I installed the latest version...Everything works like a charm. I have Windows Home Server 2003 running and would like to access all of my folders. How can i setup OPENSUSE to find/access my Windows Home Server 2003. Can you help me with this. Just to let you know. Am i missing something so i can access them locally.

View 1 Replies View Related

OpenSUSE Install :: Unplug Windows Hard Drive While OpenSUSE Installs?

Jun 14, 2010

I want to dual boot openSUSE 11.2 and Windows 7. I already have Windows 7 installed but I have encountered multiple issues in the past with trying to make dual boots. Usually when I install Linux, GRUB decides it wants to go into world domination mode, and "breaks" my Windows installation. I have reason to believe this is because the distros I use come with legacy GRUB, (v0.97) and for some odd reason it lacks commands such as "update-grub" etc. This means I cannot add Windows 7 to the boot menu without going into extreme complications, which have NEVER, I repeat NEVER succeeded. When I boot the Windows drive directly, I get some error about GRUB not finding the device, and it puts me into a grub rescue command line. Now I am no expert in this field at all, but wouldn't that mean that GRUB wrote itself to the MBR of...oh I don't know, ALL of my hard drives? I really want to install openSUSE 11.2, but from bad experience I am really put off as I know that it ships with legacy GRUB v0.97.I am also running Fedora 13 at the moment, I have quite an experimental dual boot running..been trying to get GRUB 2 for hours now, it is definitely there but no commands work, "upgrade-grub-from-legacy" and "update-grub" return with command not found. I've heard this is just a bug but can anybody confirm that there will definitely be a way for me to "fix" my windows installation after it gets "broken" by GRUB?Second idea, unplug my windows hard drive while openSUSE installs?

View 9 Replies View Related

OpenSUSE Install :: Option (Installation Regarding To Opensuse And Windows Server 2008?

Mar 20, 2011

right now, my machine runs ubuntu 10.10 due to work issue, i need to use windows server 2008 R2 (its a windows exclusive company) but i never used any of the active directory or anything from the windows server (only experience with windows is visual studio and those GAMES!), so i figure i need to practice a bit on my own b4 starting the job and just at the same time I found out as a univ student i get it for free! And plus, I am finding opensuse a better option for me than ubuntu So im wondering what i should do regarding these 2 systems here s some option

1). Install openSuse 11.4, and install VirtualBox and use windows server 2008 R2 on vbox
2). Install windows server 2008 R2 and then install openSuse alongside with it
3). Install windows server 2008 R2 and install openSuse in virtualBox

I have been using linux as my primary OS for more than a year now and I rlly need it for both school and my own entertainment. So wondering which option would best work out for me

wat are your opinions? PS: my machine is about 2 years ago a Dell laptop, with core 2 duo p8700 (2.53ghz) 4GB ram, and nvidia gfx, which even tho is still fast, but isnt rlly that snappy when it comes to virtualization even running xp in a virtual machine is quite laggy at times :S

View 7 Replies View Related

OpenSUSE Install :: 80 Is Too Small To Dual Boot OpenSuse And Windows 7?

Jan 19, 2010

ere's my issue I've got an 80GB SATA drive and a 320GB IDE drive, I've already installed Windows 7 on the SATA drive. 80 is too small (in my opinion) to dual boot openSuse and Windows 7. Can someone explain me how to use a partition from the 320 IDE to install openSuse, and how to setup grub so I wouldn't have any problems booting to Windows?

View 4 Replies View Related

OpenSUSE Install :: Install Rdesktop To Connect Windows System?

Sep 22, 2010

I'm newbie to opensuse. I want to install rdesktop to connect windows system from opensuse linux system. I have downloaded rdesktop rpm from net and installed with YAST. Error occured, the error states that "rdesktop cannot be install due to missing dependency". Now what to do to install rdesktop.? Is there any way other than rdesktop to connect windows system from opensuse?

View 9 Replies View Related

OpenSUSE Install :: Revert To Windows Bootloader To Install Win7 SP1?

Feb 25, 2011

Currently I am running a dual boot with Windows 7 and openSUSE 11.3. Windows has two partitions, one for the system partition and another for the OS. I have 3 Linux partitions (swap, root, and home). Obviously I am running GRUB to boot, but this seems to be impacting my ability to install Windows 7 SP1. I would like to revert back to the Windows boot loader, install the Service Pack, and then revert back to GRUB. How do I do this?

View 9 Replies View Related

OpenSUSE Install :: Windows And OpenSuse 11.4 Dual Boot?

Apr 24, 2011

I have installed openSuse 11.4 and works perfectly. The main problem is, I have another system on my HD, Windows XP, and unable to boot to my XP system. If I choose Windows on Grub menu, its just show me the same text as in the menu.lst at Windows' section. I am able to boot in Windows, by adding 'makeactive' but then, I unable to see the grub menu. And to boot to oS again, I must insert DVD installer and made an update. How tiring.

[Code]...

View 9 Replies View Related

OpenSUSE Install :: How To Partition My HDD To Install OpenSUSE + Windows 7

Jun 3, 2011

I am almost newbie at Linux OS, but I want to install openSUSE. Unfortunately I have some programs which probably will not work on Linux, so I want to have a Windows 7, just in case. I will partition my 250 GB HDD as follows:

1. openSUSE partition/s (... GB)
2. Windows 7 system partition (100 MB)
3. Windows 7 partition (30 GB)
4. My files' partition (the rest unallocated space) - I wish both OS's to read this partition, that's why it will be NTFS.

I would like to know how many and how big the openSUSE partition/s should be. Could it be installed on one partition, or it requires separate swap, root, etc. ones?Does those NTFS partitions slow down openSUSE?

View 4 Replies View Related

OpenSUSE Install :: XP Windows Install And Will Loss GRUB?

Mar 10, 2010

I virus got my XP installation this morning. I have to install it. When I install windows it will write over the GRUB and I will no longer be able to re-boot my openSusie OS. My question is After XP is installed is there a way to re-install GRUB without having to re-install openSusie 11.2?

View 9 Replies View Related

OpenSUSE Install :: Install Suse 11 - Without Distrubing Windows 7

Oct 23, 2010

I have installed windows 7 in my laptop. i have only c drive with a memory space of 284mb. now i like to install suse 11 in c drive itself without distrubing windows 7. after installing i should be able to go for either windows 7 or suse 11 easily. i must have the both. I had partitioned windows 7 in fat. i had not use ntfs.

View 1 Replies View Related

General :: Permissions On A Windows Share

Mar 31, 2011

It seems that by default a Windows share mounted at /mnt/Windows/ will be owned by root and have 755 permissions set on all files. I usually do a chown or chmod to allow my user to have write access to these files. Does that affect the Windows files in any way? It takes quite some time to complete the chown/chmod when there's a lot of data. Where is the Linux permission data kept for the Windows share? On the Linux computer where I set the permissions? I just want to get a better understanding how this works.

View 5 Replies View Related

Ubuntu :: How To Change Permissions For Windows Access

Jun 20, 2011

I am using Ubuntu after a BSOD error. Ubuntu is awesome, I can access all my windows files, however, I need to access my programs on windows. Here's what happened - I accidentally changed permissions after getting a virus. I then tried to do a system restore and during that process the computer crashed. When I try to boot to windows in every possible mode, I am always left with the dreaded blue screen of death.

View 3 Replies View Related

General :: Knoppix Live CD And Permissions On Windows?

Apr 19, 2010

I have successfully used a Knoppix Live Boot CD to read the disks of a Windows Computer running XPI need to move some registry files around to make it boot into XP again, but I get a denied access error when pasting files into a directory

View 8 Replies View Related







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