Ubuntu :: Creating A Share With 10.04?
Jul 26, 2010
I'm having issues creating a share with 10.04 - but those I'll try and sort out by myself, how Ubuntu creates samba shares these days?
On a test machine I can create shares, but am having some permission issues. I go to the smb.conf file but can't find the created share? Where does Ubuntu store the new config file for creating samba shares? I assume I can just override by creating a share by hand in the smb.conf file like a always do, but I'd rather try and work with, rather than against 10.04.
View 1 Replies
ADVERTISEMENT
Mar 16, 2010
how-to use the 'net' command to add/remove and list net work shares on a ubuntu box, you'd think it would be slam dunk to get it working, but alas, this is linux we're talking about. I've attempted to create a new share using the following command:
net share add Music=/home/joeblow/Music -C testing -M 1 -S joeblow-desktop -Ujoeblow%joeblowpass
which results in this error:
NetShareAdd failed with: Access is denied
I've also tried deleting an existing share using the following command:
net rpc share delete documents -S joeblow-desktop -Ujoeblow%joeblowpass
which results in the error code (5) and no error message. Note, I'm logged in as joeblow the user and I'm attempting to create create/delete shares in joeblows HOME directory. Also, I can create and delete shares from joeblows desktop via "Places->Home Folder->..." method and I can access these shares remotely.
View 3 Replies
View Related
Jan 15, 2010
I've just installed Ubuntu 9.10 and Samba 3.4. I've shared a folder and have accessed the share from a Windows 7 client. However, I've struggled to configure the share and folder so that the Win7 client can create files and/or folders in the share. Kept getting Permission Denied errors. Finally, (using Webmin) I set the permissions on the file folder so that "Other" had write access. I don't understand why this was necessary (and how unsecure this is). I already had the write access checkbox ticked for "User" but it wasn't enough.
View 1 Replies
View Related
Sep 20, 2010
1. I have Ubuntu 10.04.1 installed alongside Windows Home premium 7 on a Compaq CQ5110f with 2 dual processors, 320 GB HDD, 4 gb Ram, less than a year old/ It is giving me some error messages. It is wanting to lock the drive or various programs after being left unused for a few minutes, I have not found where I can disable this. I do not need passwords, really. I am the only user. I reinstalled it once, on top of itself (Ubuntu) and it worked fine briefly, then started doing it all again.
I use to sometimes install Ubuntu as a windows app. on a previous version, maybe 9.04 - 9.10, but think I can not do it on this version?
So, Can I install as WIndows app on this version of Ubuntu? CAn I install Ubuntu on one drive alone, and windows on the other drive alone, install both in same computer and get dual booting? I think before, to do that I had to reset boot drives in BIOS to whichever I had the OS I wanted to use?
Or MUST they be installed on same drive for dual booting to be available?
I am attaching screen shots of the messages I get, etc. I have tried to share files and folders, but it does not allow me to select Share this folder as some security thing is not installed, And the time I am required to enter password to use comp[iter after being idle a few minutes, seems to be tied to my folder, which is JOHN. I may have to think about removing Ubuntu from this drive, add a SATA drive and use two, one for Windows and one for Ubuntu.
View 5 Replies
View Related
Apr 28, 2011
equivalent of "force_user" when sharing with nautilus-share? To put this question into context, I have shared out a folder with "Allow others to create ..." and "Guest Access ..." turned on via the GUI (I believe nautilus-share is applicaition behind the GUI). When Guest accounts create files or folders, I want the owner of the files or folders to be a specific user, rather then "nobody". In a Samba Server, I know you can use the parameter "force_user" in the smb.conf (under an individual sharename) which will specify the owner of the files and subfolders created through the share.
I have tried to add this parameter to the files created in /var/lib/samba/usershares but the owner of the files and folders are still "nobody" (NOTE: I rebooted the PC after making the change to the file) I have just done a fresh installation of Ubuntu 10.10 Desktop with nothing else installed (except the current Updates and the necessary components needed when sharing folders) As a follow on question, I also want to set the permissions for files and folders. To replicate what the "create_mask", "force_create_mode", "directory_mask" and "force_directory_mode" parameters do within a Samba Server.
View 1 Replies
View Related
Jun 8, 2010
this has happened in different distros, so far i have tried slack, arch, and mint at work i have an xp box with a shared folder i created. on my linux box i setup fstab as follows
Code:
//winxp/temp$ /home/user/temp cifs rw,uid=1000,gid=1000,credentials=/home/user/.creds 0 0
this gets mounted correctly and i can read/write the shared folder at home i have a win7 box that i create a share on and use the exact same code in fstab, but it wont mount the share. i get something like permission denied or access denied is there a difference in how winxp and win7 share folders? my usernames on the linux boxes match those of my windows boxes at each location. i have given my win accounts full access and control over the win shares.
View 9 Replies
View Related
Mar 18, 2011
I am attempting to share a folder from an existing drive that has been formatted in NTFS. I simply right click on the folder, goto share, and I can see the option to share to UNIX and that works with no problems. My question is; why is the SAMBA sharing dialog grayed out?
View 1 Replies
View Related
Jan 22, 2011
I have installed ubuntu 10.10 and the Samba addon to configure my shares to my Windows terminals.This is what I got
Firewall off (utf disabled)
Internal Sata /dev/sda1 (EXT4 FS)
External USB HDD /dev/sdb1 mounted at /media/SG1500GB (EXT4 FS)
I have two shares
1. //home/test - Which I can see and access with no problems (can't write to it though even though I set the share as writable?, but, I can read from it). This is available to everyone. My windows terminal can see this folder and access it. This is on my main 80GB internal drive /dev/sda1.
2. //media/SG1500GB/Music. I set this up for everyone full access and I can see it at all my Windows machines but,I can't get into the folder. Windows keeps giving me an error stating network path not found.I also try to access it via the Nautilus (Places/Network/system/music) and get an error message "unable to mount location, Failed to mount windows share". This drive is mounted per the disk utility.
View 4 Replies
View Related
May 24, 2010
Have an NFS Server running on RHEL 5.4 with the following setup/export/home is mounted from a SAN and shared out (no problems there)In oneome directory I have recently mounted another partition (e.g. /export/home/user/foo) This directory is also shared via NFS.When logging into an NFS Client you can access /home/user as expected. If you CD into foo there are no errors, you can even read/write files there.On the NFS Server those files can only be seen by umounting /export/home/user/foo.The idea is for 'footo contain files are churned at a very high rate and that this partition will not be replicated offsite
View 2 Replies
View Related
Jan 4, 2010
i have 2 dvds and i want to create an iso image out of it. is there any way to do that?
View 1 Replies
View Related
Jul 21, 2010
I am trying to make an app launcher for Ubuntu which replaces the top bar (default) in gnome. It will be a menu system in the middle of the screen which you would click on parts to bring up lists of apps and locations. What would be the easiest way to do this, and in which code?
View 2 Replies
View Related
Sep 6, 2010
if anyone knows any trick to create a folder that deletes its contents on every boot, like "/tmp" but on a different hard drive since i have 2 internal hdd's.
[For saving massive temporary cache files, to increase overall speed (1 hdd for use, 1 hdd for storage/temp storage).]
View 2 Replies
View Related
Mar 10, 2011
Any idea how one can accomplish this? Oh, and is there a GUI tool that can help with the process?
View 8 Replies
View Related
May 11, 2011
i have backed up a dvd on my hard driveit is in the standard videots/.vob formation & plays fine using vlc / movie player.how do i transfer it to a dvd disc to play on an external dvd player?i have tried using k9copy / brasero / k3b but none have produced a playable dvd. the dvd's produced fail to load on the dvd player connected to my tv.
View 4 Replies
View Related
Aug 2, 2011
I was in the process of registering with the ubuntu bug squad. As i was finishing the UbuntuCodeofConduct agreement form, I ran this command to create a signature key to sign the form.
#sudo gpg --clear UbuntuCodeofConduct-1.1.txt
After the program ran I got this message.
gpg: no default secret key: secret key not available
gpg: UbuntuCodeofConduct-1.1.txt: clearsign failed: secret key not available
Apparently, I don't have a default secret key. How do I create one?
View 3 Replies
View Related
Jan 18, 2010
I want to make a script to create a videos , photos, and documents folder in all of my (or anyone's) user's home folder. Wildcards don't seem to work if I try to put in: sudo mkdir /home/WILDCARD/videos here is my error.
mkdir: cannot create directory `/home/*/videos1': No such file or directory
and just to clarify i want all user's to have there own seperate folders not shared.
P.S. I tried with the -p switch and no luck. I just got a new home folder for * with the videos folder inside.
View 6 Replies
View Related
Feb 3, 2010
I recently created a new user account in ubuntu linux, and created a file called xsession so that I can boot directly into xmbc when I log into that account. Is there anyway to delete the home folder for that account. I can view the file but when I try to delete it is says I do not have apporite permisions to delete the file.
I removed the account and deleted the group but it still shows up when I type in the address /home/xmbc
Is there anyway I can delete this file. It also will not let me create any new user accounts is there any way I can fix these prolbems without totaly reinstalling the system.
View 2 Replies
View Related
Feb 6, 2010
Is it possible to create a new command prompt in Ubuntu? I have a assignment and I don't fully understand it. I have to make c files and then open them in the command prompt. Would this happen in a new command prompt or I'd have to use the already existing one? Is this even possible?
View 4 Replies
View Related
Feb 8, 2010
I have a scheduled backup that runs via anacron, and I currently am writing the output to a log file and mailing the output to root via local mail, see I have tried implemented a notification using libnotify, see Two problems:) I don't get a notification when anacron runs the backup script, I get a notification (sent to my primary user) when root runs a "test" notification script (I strip out the rsync command)) I don't think that this notificication will get delivered if another user is logged in when the backup script is run.I have become accustomed to the notifications that I get from evolution calendar, and I know that if the computer is off when the alarm is to be triggered I still get the notification next time I log in.For what its worth, I am running a Jaunty desktop computer for househould use, and there are two users.
/etc/cron.daily/backup:
#!/bin/sh
#
[code]....
View 2 Replies
View Related
Mar 3, 2010
Is there a guide on creating a package from PHP scripts or something? Example: if I've developed a system and I want to make it to a deb file to deploy to my friends and such. I've tried looking for one but I have not been lucky so far.
View 4 Replies
View Related
Mar 6, 2010
I am in the tasks section of the following tutorial [URL] I did the list package thing to see what packages there are. However now I cannot leave the list in order to run the purge command. How can I get back to the previous section so I can remove packages from the custom live cd. I want to make sure I am editing the live cd and not the current install. I am going to make two images. One cd that will still have a gui but I plan to build as a recovery tool. The other one is a dvd and will be for installing everything I want on any machine. I am doing the tutorial with Karmic. Also I have cursors, themes and icons I installed from gnome look. I then went to customize and created my own personal mix I like. I would like to make this a standalone theme and come as the default theme on the live cd and dvd. I have no clue what I am doing, however wish to learn to build my own custom live cd. Also I would like to know how to ad repositories to the live cd and how to add programs pre installed that are not usually included.
View 2 Replies
View Related
Apr 7, 2010
I need to print some documents I created in OO (.odt), but our printers are not Linux compatible, which means I somehow need to transfer the files to a Windows computer. I can't use the .odt files because MW can't open them (I can't install OpenOffice on the machines), and saving in either .doc or .docx does not work either because it totally messes up the document. So I tried print to file and created several pdfs, but again Adobe Reader on Windows can not open them. I am sort of running out of ideas, and the other thing is I am not really sure if the files I created are pdfs at all. When you open them in gedit they all start with
%!PS-Adobe-3.0 which to me looks more like a post script file.
View 8 Replies
View Related
Apr 9, 2010
I tried to recreate my Grub setup after restoring a backup tar file to a new hard drive. Here is what I did.
I created a tar backup of my working 9.10 server install. I used fdisk to create the same partition structure as the old hard drive:
sda1 Primary bootable ext4 (83)
sda2 Extended
sda5 Linux / swap (82)
I mounted the new drive with the newly created partitions on the current system and extracted the tar backup to the new sda1 partition. I then recreated all the directories which were excluded in the tar backup (mnt, media, home, proc, sys, etc).
I then shut down, unplugged the old OS hard drive, plugged the new hard drive into the same cable as the old OS HD and powered it up. It told me that there was a GRUB error.
I did some looking around and found that I could use an Ubuntu Live CD to fix/install Grub on that hard drive. I burnt a 9.10 desktop CD, booted, installed Grub and here I am.
I am having a difficult time figuring out the GRUB commands.
This is what I was planning on doing:
Code:
1. Pop in the Live CD, boot from it until you reach the desktop.
2. Open a terminal window or switch to a tty.
3. Type "grub"
[Code].....
View 8 Replies
View Related
Apr 9, 2010
I recently downloaded Storybook, and using the default storybook.sh from the terminal, or from nautilus works fine launching the application. The command being ./storybook.sh. I have the file set to allow executing the file as a program.The various combinations I've tried in the launcher include:
Code:
/home/tim/storybook/storybook.sh
sh /home/tim/storybook/storybook.sh
[code]....
View 2 Replies
View Related
Apr 29, 2010
To install ubuntu 10.04, I've tried to create partitions on my hard drive, and an external hard drive. Both have failed. I have apparently exceeded the max number of partitions on my hard drive (came with 4 on it. Recovery, OS, and 2 others I don't want to mess with.), and the external hard drive won't let me shrink the NTFS volume to create space for a new partition. Can I get steps to create a new partition, preferably on the external drive (it has more space). My computer is a dell inspiron 1525 with a 225 Gb hard drive, And my external drive is a windows system Seagate 1 Tb Hard drive (I've checked, external drive works with ubuntu).
View 9 Replies
View Related
May 2, 2010
I want to install Windows on my netbook. In order to to so I need to create a bootable disk-on-key.How do I do that?
View 7 Replies
View Related
Jun 8, 2010
I have a Dell Vostro 1400 with the Nvidia GPU running ubuntu 10.04. There is a problem with the GPU and dell has recommended that you upgrade your BIOS. I have the executable that can run from either dos or windows. The problem is, I can't boot the system long enough before the screen goes blank on me, my option is to boot from a USB disk to a dos command prompt and then execute the update. I have the file, I just need instructions on how to create a bootable dos disk using a USB pendrive.
View 1 Replies
View Related
Jun 16, 2010
Do you know any software that is usable by ubuntu to create HDR photographies?
View 8 Replies
View Related
Sep 2, 2010
Installed 10.04 as a LAMP. I want to be able to create a new intranet site for testing purposes.
When creating a new site with in apache, what is the recommendation for the folder? With in the var/www? Everything appears to want a domain address and since its local only, what do I use as a domain?
I have webmin installed and I would think creating a virutual server would be my first step, but I am getting hung up on the domain address.
View 2 Replies
View Related
Sep 21, 2010
I've spent the past several hours trying to determine how I can mount a Windows 7 ISO onto my USB drive using Ubuntu. I have followed this post, as it is the only thing that came up on Google after hours of searching (mostly it shows how to make a Ubuntu USB drive on Windows, not vice versa.)
Using the method in that post, it seems like I was successful. However, after a few seconds it gave me an error like this.
Code:
Load Driver
A required CD/DVD drive device driver is missing. If you have a floppy disk, CD, DVD, or USB flash drive, please insert it now.
Note: If the Windows installation media is in the CD/DVD dive, you can safely remove it for this step.
View 9 Replies
View Related