Debian Hardware :: Adding 4 TB HD To Wheezy

Sep 6, 2014

I will preface this post by stating I am a beginner in Linux in general. I am trying to add a 4TB hard drive to my LVM set up. I started by partitioning the disk using fdisk. After that I went to add the disk as a physical volume. When I ran pvdisplay I noticed that the disk was only showing as 2 TB.

After some research it appears that anything over 2 TB isn't supported by fdisk. Instead I need to use "parted" or "gdisk" . So I used the following command "sudo gdisk /dev/sda" and recieved this,

Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present

Found invalid GPT and valid MBR; converting MBR to GPT format. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format!

I was about to pull the trigger and enter "w" when I saw the message "THIS WILL OVERWRITE EXISTING PARTITIONS" which scared me away.

So does this message only refer to the previous partition I had created on /dev/sda? Or is it all partitions?

View 6 Replies


ADVERTISEMENT

Debian Hardware :: Adding Scsi Hard Disks To Wheezy

Feb 17, 2015

Installing two scsi hard disks on a debian system.

It is a physical old HP machine (netserver lc2000) with a fresh debian wheezy 7.0.8 installed.

It has two scsi hdds (73GBs) that I don't know how to add to the system so I can partition, format, mount, etc.

This is what I have tried so far:

1. dmesg output
Code: Select all# dmesg | grep scsi
[    2.173909] scsi0 : pata_serverworks
[    2.174377] scsi1 : pata_serverworks
[    2.417276] scsi 0:0:0:0: CD-ROM            LITEON   CD-ROM LTN485S   JKF1 PQ: 0 ANSI: 5
[    2.622195] sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[    2.623194] sr 0:0:0:0: Attached scsi CD-ROM sr0

[Code] ....

2. lsscsi output
-I installed lsscsi and here is the output:
Code: Select all# lsscsi --device
[0:0:0:0]    cd/dvd  LITEON   CD-ROM LTN485S   JKF1  /dev/sr0
[2:0:0:0]    disk    HP       Net Mirror       V1.0  /dev/sda
[2:2:0:0]    disk    HP       9.10GB C 80-P94N P94N  -       
[2:2:1:0]    disk    HP       9.10GB C 80-P94N P94N  -       

[Code] ....

3. force scsi scan
-I tried to use this command to force a rescan for the hdds, but nothing happened:
Code: Select allecho "- - -" > /sys/class/scsi_host/host3/scan

-no errors, but log says nothing
-tried the above with host0 - 4, same result

4. fdisk -l
Code: Select all# fdisk -l

Disk /dev/sda: 9098 MB, 9098887168 bytes
255 heads, 63 sectors/track, 1106 cylinders, total 17771264 sectors
Units = sectors of 1 * 512 = 512 bytes

[Code] ....

5. tried to specifically add one device but it didn't work:
Code: Select all# echo "scsi add-single-device 2 2 8 0" > /proc/scsi/scsi
-bash: /proc/scsi/scsi: No such file or directory

View 2 Replies View Related

Debian Multimedia :: Debian Wheezy Xfce4, No Reboot, No Shutdown?

Sep 3, 2011

i have fresh installed debian wheezy xfce4, and using slim to start it but i can't get reboot, shutdown and thunar can't open flash and others volumes. i using .xinitrc (exec ck-launch-session startxfce4)

View 3 Replies View Related

Debian Multimedia :: Debian Wheezy / Screen Blinking

Mar 30, 2011

I am giving Wheezy a whirl and am having with screen blinking ever 30 seconds.

View 5 Replies View Related

Debian :: Squeeze Vs Wheezy ?

Nov 29, 2010

But when Squeeze goes from 'testing' to 'stable' in December... does Wheezy get promoted from 'sid/unstable' to 'testing' at the same time?.

I started my life in Linux with and currently use Ubuntu, and it runs decent(barely). However, I just upgraded to Ubuntu 10.10, and because of strange little issues and increasing bloatware, I have been forced to strongly consider the "mother OS": Debian.

The reason for my original question is that I want to run whatever the current "testing version" is. And if Wheezy gets promoted at the same time Squeeze does, then I will just wait the 4 weeks instead of slogging through another install(I prefer fresh installations vs upgrading within). I know the test versions of Debian are a bit more active than stable, but I have used Ubuntu for over 2 years, so I have some experience dealing with Terminal commands, package management, gnome, etc...I am also currently VirtualBoxing a copy of Squeeze.

View 6 Replies View Related

Debian :: How To Upgrade To Wheezy

May 20, 2011

I got "stuck" with stable up to now and want to upgrade to Wheezy. But, although I've done this before, I'm having a dependency problem I wanted to ask about before breaking my system somehow. This is the /etc/apt/sources.list, ready for Wheezy:

[URL]

So, I regularly use aptitude as my package manager. After updating the database with aptitude update, trying aptitude full-upgrade gives me a huge of conflicts.

[code]....

But, if I use apt-get dist-upgrade, I get no conflicts. if I dist-upgrade with apt-get, will that affect my daily usage of aptitude (which I prefer)? I know APT is a single database and apt-get and aptitude are just different interfaces, but I guess differences might rise when marking packages as automatically or manually installed.

View 7 Replies View Related

Debian :: Possible To Run Kde In Wheezy Without Udev?

Aug 7, 2011

Is it possible to run kde in Wheezy without udev? I am asking this because the modesetting failure is manifested as soon as udev tries to populate the /dev directory.

View 6 Replies View Related

Debian :: Can't Install JDK 8 In Wheezy

Apr 19, 2015

I dont want openjdk packages on my system, in Kubuntu I had a few troubles with them trying to make SqlDeveloper to work around. So this is what I see after a java -version:

Code: Select alledgardo@debian:~$ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
edgardo@debian:~$

I've been uninstalling openjdk from synaptic and with other few commands on the terminal so far and I think I probably broke it. I have no /usr/lib/jvm folder only /usr/lib/java/jdk1.8.0_45.But everytime I wish to start up Eclipse it shows the logo for a few seconds and that's it.... never gets opened. And in /usr/bin$ I only have this symbolic link....

Code: Select alllrwxrwxrwx 1 root   root          22 abr 19 18:57 java -> /etc/alternatives/java

I've tried different tutorials I found surfing the web but none of 'em seem to work.

View 2 Replies View Related

Debian :: Spring On Wheezy But Not Jessie

May 19, 2015

I've had a weird issue recently with Java/Spring. Basically, it would work on all machines but my trusty Debian box. Macs for devs, Ubuntu for production and some devs have it too. This annoyed me, because of course Debian is the greatest and it must work there too! Also, Java is based on the whole write once run anywhere concept, I have never really had a problem with code behaving differently on different Java installs of the same version, even on completely different OSs it seems to behave itself very well. URL....

I moved up to Jessie and the problem goes away. I can only conclude that some library that is called by Java got upgraded, somehow influences the order in which Spring resolves its dependencies. Probably the fact that other devs build on Ubuntu and have got it working there, and the upgrade to Jessie brings my libs more in line with what Ubuntu will be running has done the trick.

View 0 Replies View Related

Debian :: Install Octave 4 In Wheezy

Nov 19, 2015

I am trying to install octave 4 in my debian wheezy, and I am getting following error after I have executed ./configure

checking for sgemm_ in -lmkl... (cached) no
checking for sgemm_ in -framework vecLib... no
checking for sgemm_ in -lcxml... (cached) no
checking for sgemm_ in -ldxml... (cached) no
checking for sgemm_ in -lscs... (cached) no
checking for sgemm_ in -lcomplib.sgimath... (cached) no
checking for sgemm_ in -lblas... (cached) no
checking for sgemm_ in -lblas... (cached) no

configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings.

I have tried to find a solution about issues installing octave 4 from binaries. I can not use octave from the repository as it is old for my studies.

View 1 Replies View Related

Debian :: When Gnome 2.32 Might Be Ready For Wheezy

Jun 1, 2011

when gnome 2.32 might be ready for Wheezywhen gnome 2.32 might be ready for Wheezy. I'm in hopes that Wheezy will NOT have gnome3, and I'm somewhat confident of that, but I play in both Debian and Ubuntu and I'm thinking about trying to get the Ubuntu devs to port Debian's gnome version 2.32 into their Oneiric Ocelot via package 'gnome-desktop-environment'. (It's currently at 2.30).

View 5 Replies View Related

Debian Installation :: Wheezy To SSD Drive?

Jan 6, 2013

Just re-installed Wheezy to ssd-drive and noticed that everything works much faster than before. For the older install I made some changes to /etc/fstab (I think) which I found from the web. I don't remember exactly what changes.

Question is: what's the situatation with Wheezys beta4-release and ssd-drive? Do I have to edit something at the moment, or does the installer notice ssd-drive and make everything needed?

View 7 Replies View Related

Debian :: Wheezy Errors After Upgrades

Nov 11, 2015

I have upgraded the packages on wheezy and I see lots of errors

Code: Select allaptitude update aptitude upgrade.

I see Code: Select allErrors were encountered while processing:
 
mysql-server-5.5
 ntp
 rsyslog
 apache2.2-common
 apache2-mpm-prefork
 apache2
 bind9
 corosync
 
[code]...

Still I am not able to install the dependencies.

View 13 Replies View Related

Debian :: Upgrading The Squeeze To Wheezy?

Jul 12, 2011

My Squeeze version is extension three and I had it loaded on my Seagate 1 TB SATA drive. Extension three Squeeze is still on the SATA drive. I loaded Wheezy on my 80 GB Western Digital IDE setup up as a master with my Plextor IDE CD/DVD ROM setup as the slave drive.

Squeeze on my version was LXDE and Wheezy on my version is Gnome gdm3. My Squeeze was loaded with Lilo 22.8 and my Wheezy worked with the regular bootloader. I am just wondering if I use Disk Utility to delete the extension three of Squeeze if it will make both versions unusable.

View 4 Replies View Related

Debian Configuration :: Kernel 2.6.38 In Wheezy?

Apr 11, 2011

This is Wheezy x86_64. I tried two different ways to install kernel 2.6.38 on my machine and both have failed. First thing I did was to follow this guide [URL]... el-26.html) and try to compile the latest stable from kernel.org. I don't know why, but it turns into kernel panic when I try to run it. Second thing I did was to install the liquorix 2.6.38, and that also fails, seeming to boot but hanging a second short from the login. I don't know what I'm doing wrong. Is there a special way to install kernels in Debian? This is the first time I tried compiling a kernel, so it's quite likely that the problem is sitting 6 inches from the computer screen. Also, how would I remove those kernels since they're obviously not working? I know I could remove them from the grub menu but I'm not sure how to completely delete them.

View 12 Replies View Related

Debian :: Can't Access System Settings - Wheezy

Jun 8, 2013

Every time i click 'System Settings', it says that it is Starting, but nothing else happens after that. I can access 'Advanced Settings', but not 'System settings'. A

View 13 Replies View Related

Debian :: No Internet After Upgrade From Wheezy To Jessie

May 27, 2015

I upgraded my Wheezy 7.8 to make sure all packages were installed Before taking the next step to upgrade to Jessie.I upgraded to Jessie and it seemed to run OK....but after reboot I had no network Connection..I checked ifconfig and the wrong network card mac address is being assigned to the wrong card....?I have a clonezilla server on my server, so this was my network interfaces before and after upgrade

Code: Select all# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback

[code]...

I even checked nano /etc/resolv.conf and sure enough my gateway was the same for my Internet eth0.When I ran ifconfig I could see that the eth0 mac address was set as eth1..I tried to reset my drbl for clonezilla but that only sees the vmware Connection and not my actural cards.. have taken alook at /etc/udev/rules.d/70-persistent-net.rules and the assignment is right but not ifconfig?

View 14 Replies View Related

Debian :: Wheezy To Jessie Upgrade Will Not Boot

May 28, 2015

With "quiet" removed from the grub linux line, I'm getting the following error messages when the boot hangs up early in the boot process (19.768231 seconds into boot).:

input: HDA NVidia HDMI/DP,pcm=3 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input6
input: HDA NVidia HDMI/DP,pcm=7 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input7
input: HDA NVidia HDMI/DP,pcm=8 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8

So, is this a NVidia issue or a sound card issue?

View 1 Replies View Related

Debian :: Samba - 7.0 Wheezy And Windows 7 Cannot Login

Feb 23, 2016

I'm using Windows 7 & Debian Wheezy,and samba is the software that I use to share the folders/files for Linux & Windows.

The issue is one of my users(nv) cannot login to her folder in Linux using his windows credentials(the password keep prompt).But If I'm using my windows password she can access to her linux folder.But it is a temporary solution as when she restart the pc,the password authentication will prompt again.

This is my smb.conf file:
==============================================================================================
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example

[Code] .....

View 1 Replies View Related

Debian :: Compile MPV On Wheezy - Harfbuzz Required

Mar 2, 2016

How to compile mpv on wheezy? if requires nowadays "harfbuzz" and says

configure: error: Either DirectWrite (on Windows), CoreText (on OSX), or Fontconfig(Linux, other) is required. If you really want to compile without a system font provider, add --disable-require-system-font-provider

but if if i do

./rebuild --disable-require-system-font-provider

is still get same error. i really need mpv on wheezy because jessie is too new for system. it used to work some months ago.

View 1 Replies View Related

Debian :: Compile Wheezy's 2.6.38 Kernel On Squeeze?

Apr 16, 2011

I'm trying to compile the 2.6.38 kernel (from the Wheezy sources) on my Squeeze laptop and get the following error: "dpkg-buildpackage: error: debian/rules build gave error exit status 2" After doing apt-get build-dep linux-image-2.6.38-2-amd64 and apt-get source linux-image-2.6.38-2-amd64 I did dpkg-buildpackeg and here is what happened:

[Code]...

View 2 Replies View Related

Debian :: Install Ubuntu's Kernel In Wheezy ?

Jun 13, 2011

I know from a myriad of posts on these forums that Ubuntu is more bleeding edge than Debian Testing. Since, Debian'w own kernel is misbehaving rejecting my video chip (i915), I am tempted to install Ubuntu's kernel in Wheeze.

So, the golden question is: Is it logical and feasible to install Ubuntu's kernel in Wheezy? Wheezy's kernel is 2.6.38.

View 4 Replies View Related

Debian :: Wheezy Update Manager Stalling

Jun 14, 2011

Wheezy gets daily small updates.General things go smoothly - get the notification and install, job done.By occasionally it stalls - it says do partial or full updates and just sits there. For last week this persistent problem.Only way around is boot up and do manual update before notification kicks.As I type the update manager is sitting there doing nothing. Another reboot needed.

View 2 Replies View Related

Debian :: Installation Of The Liquorix Kernel In Wheezy

Jun 15, 2011

I searched the forum about installing the liquorix kernel but I cannot understand why the file /etc/apt/sources.list is not mentioned to invoke the liquorix repository.

Instead, I found: Alternative Performance Kernel for Debian wrote:For anyone interested, just add the following to a sources file (/etc/apt/sources.list.d/liquorix.list): deb [url] or for you scripters, echo "deb [url]

View 2 Replies View Related

Debian Installation :: Overwrite Wheezy With Jessie

Jun 20, 2015

I already have a Notebook with windows (for some reason it needs 3 partitions..) and wheezy. When I installed wheezy I create 2 logical partition inside a primary one: one logical for /home and the other one for filesystem. Now I would like to overwrite wheezy and get get jessie, but without touching windows and home.

I already try to upgrading and it went wrong, so I prefer overwrite, what I have to do during "manual installation" phase?

View 11 Replies View Related

Debian Installation :: Moving From Squeeze To Wheezy?

Apr 2, 2011

I'm wondering I've read in some places that if people would like to move from a stable branch of Debian to the testing you can usually just replace the lines in sources.list with the testing release and update and then dist-upgrade. Is this true...and if so is it safe?

View 1 Replies View Related

Debian Installation :: Upgrade To Wheezy Successful But No CLI And No GUI?

Jun 9, 2011

I upgraded one of my Squeeze installations to Wheezy, but after selecting it in grub, nothing is displayed on screen: no CLI and no GUI. I tried Ctrl + Alt + F[1-7] and I got nothing. My laptop is Acer Aspire 7715Z. I am attributing this to module as there seems to be disk activity, but without a screen, I cannot be certain.

View 14 Replies View Related

Debian :: Nautilus-dropbox Installation On Wheezy

Nov 9, 2014

I added the following line to my sources.list

Code: Select alldeb [URL] ..... wheezy main non-free

and then after:

Code: Select allapt-get update

I run:

Code: Select allapt-get install nautilus-dropbox

but I got stuck (console freeze) and I had to reboot hoping to sort out somehow...

After reboot I try to apt-get again but I got the following message (my traslation)

Code: Select allE: dpkg was interrupted.

It's  necessary to do "sudo dpkg --configure -a" for correcting the problem

So I went in the console again for that command and I get

Code: Select allConfigurazione di nautilus-dropbox (1.4.0-3)...

Dropbox is the easiest way to share and store your files online. [URL] ....

but nothing fruitful seems to happen; and now how to proceed?

View 11 Replies View Related

Debian :: Calibre Not Recognizing Kindle On Wheezy

Feb 22, 2015

The kindle device is seen as per lsusb:

Code: Select allmax@max-debian:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub

[Code] ....

But this is my output of calibre debug device detection

calibre 2.20 isfrozen: True is64bit: True
Linux-3.2.0-4-amd64-x86_64-with-debian-7.8 Linux ('64bit', 'ELF')
('Linux', '3.2.0-4-amd64', '#1 SMP Debian 3.2.65-1+deb7u1')
Python 2.7.9
Linux: ('debian', '7.8', '')

[Code] ....

what does exactly means that device error?

View 4 Replies View Related

Debian :: 7.8 Wheezy - How To Disable Hardware (Mic And Camera)

May 26, 2015

System: Debian 7.8 Wheezy

I'm curious about how could I disable hardware manually. I'm interested in how to disable integrated microphone and camera, since I don't use any of these features. How could I re-enable, in case I needed to use these devices?

I tried running modprobe -b uvcvideo to disable and then modprobe uvcvideo to enable - but I don't know if it would be enough, because, when I restarted, in syslog I could like USB Camera being detected (and possibly loaded) again.

Here, some useful information (I think):

/var/log/syslog
Code: Select allMay 26 13:09:27 debian kernel: [    9.184327] uvcvideo: Found UVC 1.00 device USB Camera (0bda:57b5)
May 26 13:09:27 debian kernel: [    9.192892] input: USB Camera as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
May 26 13:09:27 debian kernel: [    9.193364] usbcore: registered new interface driver uvcvideo
May 26 13:09:27 debian kernel: [    9.193368] USB Video Class driver (1.1.1)

Code: Select all# lsmod | grep uvc*
uvcvideo               78997  0
videobuf2_vmalloc      12816  1 uvcvideo
videobuf2_core         47704  1 uvcvideo
videodev              130540  3 uvcvideo,v4l2_common,videobuf2_core
media                  18305  2 uvcvideo,videodev
usbcore               199395  3 uvcvideo,ehci_hcd,ehci_pc

View 2 Replies View Related







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