<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kelso78</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kelso78"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Kelso78"/>
	<updated>2026-04-19T16:53:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=999</id>
		<title>SharingToLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=999"/>
		<updated>2008-12-01T18:12:23Z</updated>

		<summary type="html">&lt;p&gt;Kelso78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Connecting to a Server by Mounting your HDA =&lt;br /&gt;
&lt;br /&gt;
I was having trouble in Ubuntu accessing my network drives. I used &amp;quot;Connect to server...&amp;quot; under &amp;quot;Places&amp;quot; and I was able to access the files fine until I needed to access them in Firefox or other programs to upload them.&lt;br /&gt;
&lt;br /&gt;
It was explained to me that it's being mounted via Nautilus and that's not truely &amp;quot;mounted&amp;quot; in the linux sense.&lt;br /&gt;
&lt;br /&gt;
Here's the resolution.&lt;br /&gt;
&lt;br /&gt;
I opened up a terminal window. In my user folder, there were already folders called &amp;quot;Music&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Documents&amp;quot; and &amp;quot;Vidoes&amp;quot;. I wanted to use those folders so I didn't have to create more. If they didn't exist though, they could be created using the command:&lt;br /&gt;
&lt;br /&gt;
mkdir Music&lt;br /&gt;
&lt;br /&gt;
Then of course repeat the command replacing the word &amp;quot;Music&amp;quot; with &amp;quot;Pictures&amp;quot; &amp;quot;Documents&amp;quot; and &amp;quot;Movies&amp;quot; or &amp;quot;Videos&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now time to mount.&lt;br /&gt;
I used the following commands (of course, replace the username with your username unless you are also kevin):&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\music' Music -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\pictures' Pictures -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\docs' Documents -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\movies' Videos -o user=kevin&lt;br /&gt;
&lt;br /&gt;
And that was it. Now the files in Amahi are mounted as if they are local files on my computer.&lt;br /&gt;
&lt;br /&gt;
Just to check, I opened up Firefox, logged into Gmail, composed a new message and clicked &amp;quot;Attach a file&amp;quot; then &amp;quot;Browse&amp;quot;. Sure enough, the files were all there.&lt;br /&gt;
&lt;br /&gt;
Keep in mind, this does not auto-mount so you would have to do this again each time you boot to linux. An auto-mount solution would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Connecting to a Server with the File Browser =&lt;/div&gt;</summary>
		<author><name>Kelso78</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=996</id>
		<title>SharingToLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=996"/>
		<updated>2008-12-01T01:15:37Z</updated>

		<summary type="html">&lt;p&gt;Kelso78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Connecting to a Server by Mounting your HDA =&lt;br /&gt;
&lt;br /&gt;
I was having trouble in Ubuntu accessing my network drives. I used &amp;quot;Connect to server...&amp;quot; under &amp;quot;Places&amp;quot; and I was able to access the files fine until I needed to access them in Firefox or other programs to upload them.&lt;br /&gt;
&lt;br /&gt;
It was explained to me that it's being mounted via Nautilus and that's not truely &amp;quot;mounted&amp;quot; in the linux sense.&lt;br /&gt;
&lt;br /&gt;
Here's the resolution.&lt;br /&gt;
&lt;br /&gt;
I opened up a terminal window. In my user folder, there were already folders called &amp;quot;Music&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Documents&amp;quot; and &amp;quot;Vidoes&amp;quot;. I wanted to use those folders so I didn't have to create more. If they didn't exist though, they could be created using the command:&lt;br /&gt;
&lt;br /&gt;
mkdir Music&lt;br /&gt;
&lt;br /&gt;
Then of course repeat the command replacing the word &amp;quot;Music&amp;quot; with &amp;quot;Pictures&amp;quot; &amp;quot;Documents&amp;quot; and &amp;quot;Movies&amp;quot; or &amp;quot;Videos&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now time to mount.&lt;br /&gt;
I used the following commands (of course, replace the username with your username unless you are also kevin):&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\music' Music -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\pictures' Pictures -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\docs' Documents -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\movies' Videos -o user=kevin&lt;br /&gt;
&lt;br /&gt;
And that was it. Now the files in Amahi are mounted as if they are local files on my computer.&lt;br /&gt;
&lt;br /&gt;
Just to check, I opened up Firefox, logged into Gmail, composed a new message and clicked &amp;quot;Attach a file&amp;quot; then &amp;quot;Browse&amp;quot;. Sure enough, the files were all there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Connecting to a Server with the File Browser =&lt;/div&gt;</summary>
		<author><name>Kelso78</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=995</id>
		<title>SharingToLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=995"/>
		<updated>2008-12-01T01:14:48Z</updated>

		<summary type="html">&lt;p&gt;Kelso78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Connecting to a Server by Mounting your HDA =&lt;br /&gt;
&lt;br /&gt;
= Connecting to a Server with the File Browser =&lt;br /&gt;
&lt;br /&gt;
I was having trouble in Ubuntu accessing my network drives. I used &amp;quot;Connect to server...&amp;quot; under &amp;quot;Places&amp;quot; and I was able to access the files fine until I needed to access them in Firefox or other programs to upload them.&lt;br /&gt;
&lt;br /&gt;
It was explained to me that it's being mounted via Nautilus and that's not truely &amp;quot;mounted&amp;quot; in the linux sense.&lt;br /&gt;
&lt;br /&gt;
Here's the resolution.&lt;br /&gt;
&lt;br /&gt;
I opened up a terminal window. In my user folder, there were already folders called &amp;quot;Music&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Documents&amp;quot; and &amp;quot;Vidoes&amp;quot;. I wanted to use those folders so I didn't have to create more. If they didn't exist though, they could be created using the command:&lt;br /&gt;
&lt;br /&gt;
mkdir Music&lt;br /&gt;
&lt;br /&gt;
Then of course repeat the command replacing the word &amp;quot;Music&amp;quot; with &amp;quot;Pictures&amp;quot; &amp;quot;Documents&amp;quot; and &amp;quot;Movies&amp;quot; or &amp;quot;Videos&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now time to mount.&lt;br /&gt;
I used the following commands (of course, replace the username with your username unless you are also kevin):&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\music' Music -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\pictures' Pictures -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\docs' Documents -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\movies' Videos -o user=kevin&lt;br /&gt;
&lt;br /&gt;
And that was it. Now the files in Amahi are mounted as if they are local files on my computer.&lt;br /&gt;
&lt;br /&gt;
Just to check, I opened up Firefox, logged into Gmail, composed a new message and clicked &amp;quot;Attach a file&amp;quot; then &amp;quot;Browse&amp;quot;. Sure enough, the files were all there.&lt;/div&gt;</summary>
		<author><name>Kelso78</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=994</id>
		<title>SharingToLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=994"/>
		<updated>2008-12-01T01:13:14Z</updated>

		<summary type="html">&lt;p&gt;Kelso78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Connecting to a Server by Mounting your HDA =&lt;br /&gt;
&lt;br /&gt;
= Connecting to a Server with the File Browser =&lt;br /&gt;
&lt;br /&gt;
I was having trouble in Ubuntu accessing my network drives. I used &amp;quot;Connect to server...&amp;quot; under &amp;quot;Places&amp;quot; and I was able to access the files fine until I needed to access them in Firefox or other programs to upload them.&lt;br /&gt;
&lt;br /&gt;
It was explained to me that it's being mounted via Nautilus and that's not truely &amp;quot;mounted&amp;quot; in the linux sense.&lt;br /&gt;
&lt;br /&gt;
Here's the resolution.&lt;br /&gt;
&lt;br /&gt;
I opened up a terminal window. In my user folder, there were already folders called &amp;quot;Music&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Documents&amp;quot; and &amp;quot;Vidoes&amp;quot;. I wanted to use those folders so I didn't have to create more. If they didn't exist though, they could be created using the command:&lt;br /&gt;
&lt;br /&gt;
mkdir music&lt;br /&gt;
&lt;br /&gt;
Then of course repeat the command replacing the word &amp;quot;music&amp;quot; with &amp;quot;pictures&amp;quot; &amp;quot;documents&amp;quot; and &amp;quot;movies&amp;quot; or &amp;quot;videos&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now time to mount.&lt;br /&gt;
I used the following commands (of course, replace the username with your username unless you are also kevin):&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\music' Music -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\pictures' Pictures -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\docs' Documents -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\movies' Videos -o user=kevin&lt;br /&gt;
&lt;br /&gt;
And that was it. Now the files in Amahi are mounted as if they are local files on my computer.&lt;br /&gt;
&lt;br /&gt;
Just to check, I opened up Firefox, logged into Gmail, composed a new message and clicked &amp;quot;Attach a file&amp;quot; then &amp;quot;Browse&amp;quot;. Sure enough, the files were all there.&lt;/div&gt;</summary>
		<author><name>Kelso78</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=993</id>
		<title>SharingToLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=SharingToLinux&amp;diff=993"/>
		<updated>2008-12-01T01:09:47Z</updated>

		<summary type="html">&lt;p&gt;Kelso78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Connecting to a Server by Mounting your HDA =&lt;br /&gt;
&lt;br /&gt;
= Connecting to a Server with the File Browser =&lt;br /&gt;
&lt;br /&gt;
I was having trouble in Ubuntu accessing my network drives. I used &amp;quot;Connect to server...&amp;quot; under &amp;quot;Places&amp;quot; and I was able to access the files fine until I needed to access them in Firefox or other programs to upload them.&lt;br /&gt;
&lt;br /&gt;
It was explained to me that it's being mounted via Nautilus and that's not truely &amp;quot;mounted&amp;quot; in the linux sense.&lt;br /&gt;
&lt;br /&gt;
Here's the resolution.&lt;br /&gt;
&lt;br /&gt;
I opened up a terminal window. In my user folder, there were already folders called &amp;quot;Music&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Documents&amp;quot; and &amp;quot;Vidoes&amp;quot;. I wanted to use those folders so I didn't have to create more. If they didn't exist though, the could be created using the command:&lt;br /&gt;
&lt;br /&gt;
mkdir music&lt;br /&gt;
&lt;br /&gt;
Then of course repeat the command replacing the word &amp;quot;music&amp;quot; with &amp;quot;pictures&amp;quot; &amp;quot;documents&amp;quot; and &amp;quot;movies&amp;quot; or &amp;quot;videos&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now time to mount.&lt;br /&gt;
I used the following commands (of course, replace the username with your username unless you are also kevin):&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\music' Music -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\pictures' Pictures -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\docs' Documents -o user=kevin&lt;br /&gt;
&lt;br /&gt;
sudo mount.cifs '\\hda\movies' Videos -o user=kevin&lt;br /&gt;
&lt;br /&gt;
And that was it. Now the files in Amahi are mounted as if they are local files on my computer.&lt;br /&gt;
&lt;br /&gt;
Just to check, I opened up Firefox, logged into Gmail, composed a new message and clicked &amp;quot;Attach a file&amp;quot; then &amp;quot;Browse&amp;quot;. Sure enough, the files were all there.&lt;/div&gt;</summary>
		<author><name>Kelso78</name></author>
		
	</entry>
</feed>