Debian :: Cannot Mount DVD/CD In Squeeze

Oct 5, 2010

I installed Squeeze on an Acer Extensa 4420. My desktop is KDE. The problem is that I cannot mount DVD/CD in my laptop.

Here is my fstab

# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).

[Code].....

View 14 Replies


ADVERTISEMENT

Debian Installation :: Mount HFS During Squeeze Install?

Jun 11, 2011

I am trying to load Debian Squeeze from a net install CD on an old Wallstreet laptop. I am using BootX in OS 9.2. The problem I have is after the install gets to the bootloader section I tell it to continue without a bootloader, then open a shell so I can mount the Mac hard drive and copy the kernel and image file to the correct places. However, the Mac drive does not show up using df. I tried mounting to /dev/hda8 ( I know this is where the Mac HD is supposed to be) but get device not found error. I recall in previous version (etch) installing from full CD I had the option to install hfsutil, but I did not get that option with this netinstall CD. I changed the debconf priority to low hoping I would get more options of software to install but to no avail. Any ideas on how to get the kernel and image file to the Mac hard drive?

View 3 Replies View Related

Debian :: Cannot Mount After Upgrading From Lenny To Squeeze / Sort It?

Aug 25, 2010

I have a problem with my sumvision external hard drive which I cannot mount after upgrading from lenny to squeeze.
For some reason lsusb can see it but I'm unable to use it since a month.

View 8 Replies View Related

Debian :: Can't Mount Floppy Drive In Squeeze SOLVED

Mar 14, 2011

Just installed 64 bit Squeeze on a new build system Athlon quad core 3 GHz and 4 GB of ddr3 in a Gygabyte GA-870A-UD3 rev 2.1 mobo and I can't mount the floppy disk. The onboard controller is an ITE IT8720 chip. The floppy is a generic internal drive - Sony I think.I know the hardware is ok as various versions of Puppy linux mount and unmount it ok and.When I saved I got the message "Unable to mount floppy dev/fd0 is not a valid block device" editing back and saving got "Unable to mount floppy0 dev/fd0 is not a valid block device".Can anyone point me in the right direction?

View 4 Replies View Related

Debian :: After Upgrading To Squeeze - Can't Mount My HDD Partitions Anymore

Oct 23, 2010

Actually, the /root- filesystem still gets mounted, for all the others I get the following message:

When I type

I get:

But this only happens when using my custom kernel (2.6.32.24). When I use the kernel which was automatically installed (2.6.32-5-amd64), the problem doesn't occur.

Is there a kernel option I should have turned on?

I checked the UUID-numbers from the error messages with the output of "blkid" - they match. The rootfs is on sda2 (which gets mounted without error) - so I tried applying the fstab mount options of sda2 to the other partitions - same problem still. what makes the root partition so special? Is it because it's defined by grub.cfg?

View 2 Replies View Related

Debian Multimedia :: How To Mount Floppy Disk Using Squeeze/LXDE?

Sep 11, 2011

I am trying to configure my test Squeze install on an older PC with LXDE desktop, and I can't seem to find anything which would enable me to mount a floppy.Then I tried to use the konsole as root mount -w /dev/fd0 /media/floppy0

But although this device and this mount point exist, nothing is mounted. I double checked with various floppies which I know have data on them and none of them are being mounted. The umount command would I expect be umount /media/floppy0 /dev/fd0...I tried searching the web and this forum and didn't find anything helpful. Can anyone help?

View 2 Replies View Related

Debian Configuration :: Squeeze Shows "mount: / Is Busy" Message While Shutting Down?

Jan 13, 2011

I am running Debian Testing (Squeeze). I have just one problem... It always shows "mount: / is busy" message while shutting down and/or rebooting, though it halts soon thereafter. Is this error message fatal, will it cause any problem in future? If so, is there any quick fix?Here are few details of my system settings:

fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0

[code]...

View 7 Replies View Related

General :: Moving /usr From '/' On Sda1 To Sda7 -- System Is Debian Squeeze: Sda7 Doesn't Mount?

Apr 1, 2011

I am running a Postgres server and after I did the whole installation I realized the Postgres data was set in /usr/pgsql/data. Sda1 is just 10 Gig so I decided to re-organize the partitions to be able to move /usr to say /dev/sda7 with a mount point as /usr. The / partition is on the only primary partition and the rest is on an extended partition. When I tried to resize the primary partition GParted did not give me that possibilty so I decided to move /usr

Original partitions:
sda1 / 10 G on primary partition this includes /usr /var and all others
sda5 swap 2 G on extended partition
sda6 /home 140 G on extended partition
So I did create another partition using Knoppix and Gparted the disk:here is the new picture:
sda1 / 10 G on primary partition this includes /usr /var and all others
code....

I did rsync to copy all the file to /dev/sda7/usr and then mv /dev/sda7/usr* /dev/sda7. I stop the postgres database and services then I mv /dev/sda1/usr to dev/sda1/poufusr . When I rebooted it reports errors from kbd files on /etc File not found. It brings me to a terminal (No GUI) I did a check with :#mount: nothing is reported about sda7

What am I missing ?

View 5 Replies View Related

Debian :: Unstable Squeeze To Stable Squeeze?

Apr 10, 2011

I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade

View 1 Replies View Related

General :: Mount External USB Drive In Debian To A Mount Point Based On The Volume Name

May 5, 2011

How do I configure my Debian installation to mount external USB drives to mount points based on the volume names of the drives? For instance, if I have a thumb drive with the volume name of "SWORDFISH," how do I have Linux mount it at /media/SWORDFISH? I'm aware that this can be setup in FSTAB, but that requires that I know the UUID of the device beforehand and that I take the time to set each external device up in FSTAB first. That does nothing for me when I have a thumb drive that has never been plugged into my computer before.

This seems to be setup by default in Ubuntu/Kubuntu, but is not working for me with a fresh installation of Debian Squeeze and KDE4. I've spent the past 2 hours Googling for a solution and have turned up nothing. UPDATE: My results are inconsistent. Sometimes Debian mounts devices to mount points based on the volume names, and other times it gives them generic mount points (e.g. /media/usb1).

View 2 Replies View Related

Debian :: Mount Sshfs At Startup - Get Mount For UserA To Happen On Boot

Mar 18, 2011

I am struggling with getting an sshfs mount mounted on system boot. I have a script that mounts the sshfs for "userA". When userA runs the script all is well - user A can access the remote filesystem, root user can't see it as expected. The basic command is: sshfs userA@remote host:/home/userA /home/userA/mountdir -p 21212 -o password_stdin < passwordfile. I can prepend the sshfs command in the script with su - userA -c and when I run this script logged in as root all is well, userA has access and all is well. If I then put this script in /etc/init.d and reference it properly in the rc. directories the mount doesn't happen. If I prepend the sshfs command with sudo, same thing. Logged in as root I can run the script and UserA has access. Run the script in /etc/init.d during startup and the mount doesn't happen. Echoing text to a log file shows that the script is being executed but no mount happens.

View 4 Replies View Related

Debian Configuration :: Dropbox Install For Debian Squeeze From Source Code

Feb 19, 2011

how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.

View 7 Replies View Related

Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check

Aug 18, 2011

Below is the recipe I've used to compile dwm from source on Squeeze

su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit

It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!

View 6 Replies View Related

Debian :: Upgrade Debian Stable Kernel From Squeeze Version?

May 26, 2010

I've just install debian squeeze version, or the testing one, but I am not really happy with it. Is not listening me all the time. If I install the debian stable I don't have internet connection. Is it possible to update the kernel somehow using the testing version?

View 12 Replies View Related

Debian :: Debian Squeeze / Gnome Icon Themes Don't Change

Feb 8, 2011

I installed Debian Squeeze with Gnome today. I'm unable to change from the default icon theme. I can change themes, but the icon theme remains default.Things I've tried:

- I've made a new user account.

- .gtkrc-2.0 in my home is auto-generated, .gtkrc.mine does not exist.

# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Darklooks/gtk-2.0/gtkrc" include "/home/haunted/.gtkrc.mine"

# -- THEME AUTO-WRITTEN DO NOT EDIT

- I've tried installing a theme into my /home/.themes.

- I've reinstalled gnome-settings-daemon.

- Tried changing themes then doing a full reboot.

- Cursed it periodically.

View 2 Replies View Related

Debian Installation :: ISO Image For Installing Debian 5.06 On Squeeze Repo

Sep 18, 2010

I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?

View 6 Replies View Related

Debian :: Installing Command Line Debian Squeeze System On Eee PC 701

May 29, 2011

I have been trying to install a command line Debian Squeeze system on n Eee PC 701., but have run into a number of problems:

1) All install info I can find assumes that the person wants to install a GUI system of some sort.
2) The Eee PC has a unique 2 MB. partition that needs to be preserved, so no guided install.
3) The Eee PC has an SSD instead of an HD. Most postings I have seen recommend an install without a swap partition, but the install (both live and text) seems to choke and despite a fresh formatting of the existing partition, claims to be overwriting existing files.
4) I can understand from the wiki that the Eee PC wireless driver (Atheros) should be included in Squeeze, but when the wireless connection and password is added, the installer claims that the password is not correct, despite me having checked it a number of times.

I hope someone can help me out. I just want to use the Eee PC for low resource stuff done on the cli like using a text based web browser to access the net through a wireless router and to hook it up to an external USB HD and to my stereo, to play my music collection.

View 14 Replies View Related

Debian Configuration :: Installed Firestarter Firewall On Debian Squeeze?

Apr 5, 2011

I installed Firestarter firewall on debian Squeeze.Now i note there is a gui available in System->Administration which apparently does not need to be running all the time - its not set up to start on boot.When I boot I notice the boot message has a line saying "Starting Firestarter firewall .... failed"When I am logged in and type "/etc/init.d/firestarter status" as the Firestarter FAQs say, I get"Firestarter is running... ... (warning)"I can run the gui manually and still same message.

View 2 Replies View Related

Debian Multimedia :: Customize Desktop Debian Squeeze Xfce?

May 11, 2011

I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.

View 1 Replies View Related

Debian Multimedia :: 'Startup Disk Creator' For Debian Squeeze?

Jun 14, 2011

Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.

View 2 Replies View Related

Debian Multimedia :: No Synaptic Package Manager In Debian Squeeze?

Aug 22, 2011

I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.

[Code]...

View 5 Replies View Related

Debian Hardware :: Debian Squeeze Memory Amount Incorrect?

Feb 23, 2011

Fresh install of Debian 6.0 (squeeze) and the memory shows 3.8 GB. I have 6 sticks of 2 gb on the board.

Pertinent dmesg lines: AMI BIOS detected: BIOS may corrupt low RAM, working around it.

3083MB HIGHMEM available.
883MB LOWMEM available.
Bios tests 12 gb of ram fine.

View 4 Replies View Related

Debian :: Radeon Xpress 200 Problem On Debian Squeeze - Kernel 2.6.30

Sep 18, 2009

After dist-upgrade a few days ago, X refuses to kick in.

Xorg.0.log reads

Code:

Fatal server error:

no screens found

Please consult the The X.Org Foundation support at http://wiki.x.org

Please also check the log file at "/var/log/Xorg.0.log" for additional information. lshw reads that Xpress 200M is claimed by radeonfb driver.

At this moment, no fglrx packages are installed.

System is Toshiba laptop.

I do not think ATI dropped support, however, even without fglrx, nothing works.

View 7 Replies View Related

Debian :: Installing Latest Nvidia Driver On Debian Squeeze ?

Nov 9, 2010

I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]

Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run

Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.

Did as folows:

Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.

Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.

View 14 Replies View Related

Debian :: Unable To Mount Using Udisks But Mount Is Working

Mar 6, 2011

I am using Debian 6.0. When I try to mount a drive (USB) in GNOME or using udisks, I end up with following error message:

Code:

And the when executing

Code:

Code:

Seems like it is trying to mount a CD.

But I am able to mount the same using

Code:

I tried the same with different filesystem and getting same message form udisks.

I am able mount other hard disk partition using udisks:

Code:

How to mount drives using udisks. I don't know how I can configure udisks.

View 1 Replies View Related

Debian Installation :: Debian Squeeze On The Dell Mini 9?

May 22, 2010

This topic began in the Debian Development forum here I have successfully completed both the install and the after installation configuration. I have a fully functional system on this little baby, inspite of the fact that wireless (Broadcom bcm4312), ethernet (Realtek) and sound were initially broken.

There is a lot of assistance out there on the web. In the previous thread, I was having trouble installing any debian on a usb stick. The issues that needed resolving were 1. Bad stick

2. Incompatible kernels between boot.img and .iso

3. The method of copying .iso to the stick that finally worked was wget My first successful usb install was Lenny. Even though I upgraded the stock system with lenny-backports, I could not get wireless, ethernet or sound working the only connection I could get to the internet was through my 3g stick and that was not performing up to it's capability. I manually configured wvdial to get that working.

I attempted an upgrade to squeeze several times and each time the upgrade trashed the system. I finally found squeeze boot.img and .iso files from an eee pc blog. This allowed a fresh install of Squeeze and I was making progress. The little atom processor would not handle the b43-fwcutter driver, so I compiled one from the Broadcom site written especially for the atom processor. Now I had cable broadband supplied wireless. I got my ethernet working with help from the Gnome site technical specs on Network Manager. Simply changing ifupdown=false to ifupdown=true in the network manager config file.

Sound was activated by help from a blog entitled "Debian on the Dell Mini 9" My head is spinning now or I would be more specific and instructive on all I did to get this baby up and running. If anyone asks, I may do a how-to.

PS: Posted from that Dell Mini 9 running Debian Squeeze.

EDITED: Correction of typing errors.

View 6 Replies View Related

Debian Installation ::Can Only Get To Command Prompt With Debian Squeeze

Feb 10, 2011

Debian Lenny worked just great. That was my first experience of Debian. The installer recognised all my hardware and the system was soon up and running brilliantly with a few tweaks. Confident of Debian's reliability, I decided to move to Debian 6 and did a fresh install, with downloads of the new operating system rather than a distribution upgrade. The installation routines have not worked for the same computer system. I don't know if its hardware not being recognised by Debian 6 that were recognised without a problem by Debian 5??

At first, the boot-up flipped at "Waiting for /dev to be fully populated," there was a kernal panic then Debian disappeared. No signal was sent to the monitor and I had to switch off the computer manually
I was able to look into the Debian 6 OS from Arch Linux, installed on different partitions of the same hard-drive. I am able to overwrite the Debian files as root from Arch.
My i686 machine has PATA IDE drives.

Why are 2) dbus and the 3) avahi-demon failing? I need to get them started first so that I can get an internet connection and try and correct the problem with X and the wrong Nvidia driver. Is there some configuration I can do either from Arch, where I am now, or the bash prompt on Debian? Thanks in advance.

View 14 Replies View Related

Debian Multimedia :: Install VGA Driver On Debian Squeeze

May 22, 2010

I want to install VGA driver on debian squeeze. my VGA is "Intel Corporation 82G33/G31 Express Integrated Graphics Controller".I do not know which driver I must install for this VGA.Does Linux recognize related driver ?

View 3 Replies View Related

Debian :: Kde Paralyzed - System Has Debian Squeeze

Sep 24, 2010

Once in kde, after an undefined time (can be minutes or hours), mouse cursor start to have a fixed shape (if i am in iceweasel on a link, the mouse can get locked with the hand shape). In this state, the mouse cursor can still be moved, but no program can be launched or closed (X) in kde. I still can launch a new console now (ctrl+atl+F2), "ps" don't show any process consuming cpu (all processes are near 0). "sensors" shows 55*C. Other commands as "kill" going to lock, they don't work and at the same time they don't return the cursor to the shell.

View 14 Replies View Related

Debian :: Revtex Installation On Debian Squeeze Os

Apr 26, 2011

On my squeeze OS I have texlive-latex3 installed and I wanted to install revtex package of the American Physical Society. While trying to install I was prompted to run #unzip revtex4-1-tds.zip -d /usr/local/texlive/texmf-local/ However my machine does not have /usr/local/texlive/texmf-local/ Instead it has /usr/local/share/texmf/ Will it be all right if I insert this location after -d ?

View 1 Replies View Related







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