Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 05-07-2007, 10:26 AM   #1 (permalink)
Registered User
 
Join Date: Nov 2006
Posts: 77
OS: Vista Ultimate


two important issues

#1

I'm trying to move files to my usb flash drive but it keeps telling me no permission.

How do I create a folder on my usb drive via command line AND drag/drop via places > usb?

chad@Secured:~$ sudo mkdir /media/Backup
Password:
chad@Secured:~$ sudo chmod a+w /media/Backup
chad@Secured:~$ sudo mount /dev/sdb1 /media/Backup
mount: /dev/sdb1 already mounted or /media/Backup busy
mount: according to mtab, /dev/sdb1 is mounted on /media/Backups

#2

How do I upgrade my hardware drivers in Ubuntu 7, and yet how do I know IF I need to upgrade? I'm specifically referring to network, graphics. Sound is not working (5.1) via my SB Live 24 bit external, as dozens others are having this issue here

http://ubuntuforums.org/showthread.php?t=402650
http://ubuntuforums.org/showthread.php?t=419166

For one thing, my display is not as bright in linux as it is in Vista. Not sure why.

My networking always shows up as "restricted driver".

#3

Also, any way to do a complete Ubuntu system snapshot even if it is only a small partition created in Vista? For example, in Vista you can do the whole computer snapshot which I've done, took 2 DVD's. I'd like to do the same only on the Ubuntu partition. If possible, would I be able to restore that snapshot and entirely wiping out any current partitions on my laptop?

Specs:
Sony Vaio FE770G Laptop
Core 2 Duo 1.83GHz
2GB Memory
Creative Soundblaster Live! 24-bit External USB
Intel 945GM / 950 Chipset (graphics)
Intel PRO/Wireless 3945ABG Network Connection
Intel PRO/100 VE Network Connection
15.4" Widescreen (1280x800)
Intellipoint Wireless Laser 6000 Mouse
Chadi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-07-2007, 10:49 AM   #2 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: two important issues

Quote:
Originally Posted by Chadi View Post
#1

I'm trying to move files to my usb flash drive but it keeps telling me no permission.

How do I create a folder on my usb drive via command line AND drag/drop via places > usb?

chad@Secured:~$ sudo mkdir /media/Backup
Password:
chad@Secured:~$ sudo chmod a+w /media/Backup
chad@Secured:~$ sudo mount /dev/sdb1 /media/Backup
mount: /dev/sdb1 already mounted or /media/Backup busy
mount: according to mtab, /dev/sdb1 is mounted on /media/Backups
try df -h it will tell you what is already mounted, and where they are mounted. - looking at the problem, that should help you out.

The sound issue sounds like a Ubuntu problem, I don't think its an Alsa problem. Try filling a bug report.
To update alot of drivers, means installing a newer kernel.

Last edited by PureEvilDan; 05-07-2007 at 10:51 AM.
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-07-2007, 10:53 AM   #3 (permalink)
Registered User
 
Join Date: Nov 2006
Posts: 77
OS: Vista Ultimate


Re: two important issues

Code:
chad@Secured:~$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              20G  4.0G   15G  22% /
varrun               1002M  112K 1002M   1% /var/run
varlock              1002M     0 1002M   0% /var/lock
procbususb           1002M  152K 1002M   1% /proc/bus/usb
udev                 1002M  152K 1002M   1% /dev
devshm               1002M     0 1002M   0% /dev/shm
lrm                  1002M   39M  964M   4% /lib/modules/2.6.20-15-generic/volatile
/dev/sda1              91G   14G   78G  15% /media/sda1
/dev/sdb1             7.8G  3.6G  4.2G  46% /media/Backups
Chadi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-07-2007, 11:56 AM   #4 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: two important issues

Your usb pen is already mounted in /media/Backup.
Code:
cd /media/Backups && ls
Should show you all your files.

I've just noticed that was in the first post, and I missed it
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-07-2007, 11:59 AM   #5 (permalink)
Registered User
 
Join Date: Nov 2006
Posts: 77
OS: Vista Ultimate


Re: two important issues

Quote:
Originally Posted by PureEvilDan View Post
Your usb pen is already mounted in /media/Backup.
Code:
cd /media/Backups && ls
Should show you all your files.

I've just noticed that was in the first post, and I missed it
I'm aware its already mounted, but see my first sentence

"I'm trying to move files to my usb flash drive but it keeps telling me no permission. "

I just cannot write to the USB. It mounts as root instead of user which even in ubuntu forums (I asked there too) they cannot figure out why - hence the unmounting and remounting (their suggestion)
Chadi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-07-2007, 04:43 PM   #6 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: two important issues

ahh sorry, miss read that.

I think Ubuntu has Udev, if so we are going to create a rule for it, in udev, this will allow you to add the device to fstab, & be able to read it as a user.

Please note, I do not have a copy of Ubuntu, and as such, I'm going of what I would do to get the results I need.

== The CODE box messes this up, so I'm not going to use it for this ==

sudo su - Change to root first.

udevinfo -a -p `udevinfo -q path -n /dev/sdb` | grep ATTRS{serial}=

/dev/sdb is the location of your usb pen.

What we need to find is the serial number, its going to look something like this:

iv3d@BugsBunny ~ $ udevinfo -a -p `udevinfo -q path -n /dev/sdb` | grep ATTRS{serial}=
ATTRS{serial}=="000A27001877E1AD"
ATTRS{serial}=="0000:00:02.2"
liv3d@BugsBunny ~ $


We need the LONG ATTRS{serial}

cd /ec/udev/rules.d/ (Here you need to locate & find your udev rules directory, this bit is vital).

nano -w 60.usbpen.rules On Gentoo 50-udev.rules are run first.

SUBSYSTEMS=="usb", ATTRS{serial}==" 000A27001877E1AD", KERNEL=="sd?1", NAME="%k", SYMLINK="usbpen"


Note: This all needs to be on one line, and replace the orange with the code taken from above.

Ctrl + X (Close & save nano)

udevstart (restarts udev)

-- Now for your fstab --

nano -w /etc/fstab

#Usb Pendrive
/dev/usbpen /media/Backups auto nodev,nosuid,user,rw,noauto 0 0

Close & Save

== END ==

Try that, you should be able to write to your usb pen now.
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 10:08 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85