General :: Access Dd Command In System Mint 8?

Jan 24, 2010

I would like to use the dd command to make a low level copy of a hard drive. How do you access the dd command in Linux Mint? I am going to install the source and target in the computer, boot up to Linux Mint with a Bootable CD and then copy one drive to the other.

View 3 Replies


ADVERTISEMENT

General :: Pendrive System Mint - Access My Files?

Mar 18, 2011

I am running the latest version of linux mint from my 16GB flash drive. Is there any way for me to access the other files I have saved on the flash drive? I have tried to searching through folders myself but haven't had any luck.

View 3 Replies View Related

General :: Run A Command With The 'at' Scheduler In Mint 9?

Jul 12, 2010

I'm trying to run a command with the 'at' scheduler in Linux Mint 9. It's basically a ssh connection to my Smoothwall firewall to tell it to shut down, but that part isn't really important. The problem I have is that I can't get the 'at' schedule command to do much. I can type commands into the terminal and they work perfectly. If I enter exactly the same command into 'at' nothing happens.

For example, I can type 'plink -load smoothwall' into a terminal and a new ssh terminal comes up asking for my password to make an ssh connection. If I create an 'at' job with the same command, ie:

Code:
$ at now + 5 minutes
at> plink -load smoothwall
at> <Ctrl-d>
$

then nothing at all happens when the 5 minutes are up. I've checked that the job exists by doing an 'atq' command. Obviously there's something about 'at' that I don't understand. I've googled, I've looked in this forum and I've looked in a copy of 'The Linux Bible 2010' all without success. I've tried various alternative ways of entering the command for a couple of hours and I'm still stuck.

View 13 Replies View Related

General :: Translate Command Equivalent For Mint?

Feb 14, 2010

title's confusing, but can't edit it. I may not know what I'm talking about, but does anyone want to have a go at translating this suggestion I dug up into one that Mint 7 would act on?

sudo insmod /lib/modules/`uname -r`/kernel/drivers/usb/serial/usbs erial.ko vendor=0x16d8 product=0x6280

Object is to get drivers for telstra turbo which isnt recognised at all yet.

View 8 Replies View Related

General :: Can't Log In To Desktop - Root Can't Access My Files Mint 9 XFCE?

Mar 9, 2011

A couple weeks after I installed the xfce desktop version of Linux Mint, I became unable to log in to my own desktop. I enter my password, but the screen fades to black and then fades back in to the login screen.

I am able to log in using the recovery mode terminal and everything works as expected. I can log in to the Mint desktop as root, but the superuser can't view my files. Instead, there are only a .desktop file and a README telling me that my files have been unmounted (they're not on their own partition) and they give me instructions on how to remount them.

So I follow the instructions. Running the .desktop through the browser GUI quickly opens and closes a terminal, doing nothing. Running ecryptfs-mount-private, as the README recommends, reports:

Code:
ERROR: Encrypted private directory is not setup properly
And that's where I'm stuck.

View 13 Replies View Related

General :: Put Windows Xp In The GRUB Boot Command For Mint?

Apr 3, 2010

I have Microsoft Windows Xp installed on my Primary Drive C: and I had a Mint boot disc that I would pop in and load from. Well I got tired of this disc and installed a new hard drive in my computer so I could use Mint as a secondary OS. Everything went good in the install, and I put Mint on the second drive. But when I boot my computer the GRUB menu only shows Linux Helena Mint 8 to load from and no Xp. Xp is still currently installed on the computer in the Primary drive, but how do I inlcude it in the GRUB boot menu or boot it at all?

View 2 Replies View Related

General :: Upgrade To 64 Bit In System Mint 8?

Feb 4, 2010

I'm pretty new to Linux, but I know enough to run only Linux mint 8. (I hate windows)
But I just noticed yesterday, I have a 64 bit processor, and Im running 32 bit version.
The website says that its less stable (The 64 bit), but is it really worse? I find that my processor gets bogged down very easy in my 32 bit. (No freezes though, I love linux )
How do I upgrade to 64 bit without reinstalling the OS?Is that even possible?
What other solutions could there be?

View 6 Replies View Related

General :: Install Xdebug In System Mint?

May 5, 2011

How to install xdebug in Linux Mint?

View 1 Replies View Related

General :: System Mint 10 Won't Shutdown / Solution For This?

Jan 28, 2011

I have double boot windows xp and linux mint 10 on a dell desktop. from the start, linux mint would not completely shutdown. the windows xp shuts down completely. i have tried the commands sudo poweroff, sudo telinit 0 and sudo shut down -h now. not one works. i also have updated to the dvd version and is updated on everything else.

i do not know how to go to bios or perform any programming tasks. may i then request that instructions, if any, be detailed?

View 3 Replies View Related

General :: Mint 8: Regular User Can't Access Ext3 Partition On Mounted MicroSD Card?

Feb 19, 2010

I have an HP laptop with a recently installed copy of Mint 8 KDE Community Edition. I created the initial admin user account ("joseph") when I installed.

I had an existing home directory under a different name from another installation, so I added a user with that name ("joe") and imported a copy of the original home directory. The user "joe" didn't have the same admin privileges as the initial "joseph" account, so I added "joe" to the sudoers file and the same groups as the initial admin user.

Everything works perfectly under this arrangement, for the most part. Now here's the problem:

I have a T-Mobile G1 phone that uses Android. I've rooted and ROM-modded the G1, and have the microSD card in the phone set up with two partitions. The vfat partition stores all the photos, music and other stuff the phone needs. The ROM mod allows me to store apps on the SD card, so that second partition uses ext3 for its file system.

When I'm logged in as the admin "joseph" account and I insert the SD card in the laptop's card slot (or plug the phone into the USB port), the SD card can be mounted, and I have full access to both card partitions. I can see all folders. I do this to backup the contents of the card to an external drive (especially the apps in the ext3 partition, since that's been trashed on me once before on the phone).

However, when I log in as "joe", I cannot view the contents of the ext3 partition at all. I can see the vfat drive fine, and the ext3 partition mounts, but with user/group "joseph/joseph." When I open Dolphin to view the mounted ext3 partition, I get the error "could not enter folder /media/disk-1" at the bottom of the view window in Dolphin.

Here are the relative entries returned when I run "mount" to view the mounted drives:

/dev/mmcblk0p1 on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,uid=1001,utf8,shortname=mixed,flush)
/dev/mmcblk0p2 on /media/disk-1 type ext3 (rw,nosuid,nodev,uhelper=hal)

Note that the uid listed on the vfat mount is 1001, which is the gid for the "joe" account.

I know there must be a configuration setting somewhere that will allow the ext3 partition to automount under the "joe" user account. I suppose that using the admin account to change the permissions would be the easy way to do this, but there must be something that would do it automagically. I've ripped through all the config files I can find, but can't seem to find anything that would help.

All I'm looking for here is enough access to be able to copy the directories on that mount to my external drive.

View 7 Replies View Related

General :: Installing Windows Operating System Along With Mint?

May 18, 2011

I wished to know if I can install windows 7 on my system when I am already running Linux Mint 10(as the only operating system on my machine). That configuration is called a dual boot. If you install Win7 first (or it is already present), THEN install linux, you will find that grub notices both and you will not need to mess with the MBR. The better solution is to load mint, add VirtualBox, and install Win7 into a virtual machine. Then you get to run Linux and Windows AT THE SAME TIME!

View 4 Replies View Related

General :: Point Of System Mint Debian Edition?

Dec 2, 2010

Why would Mint do this?

View 14 Replies View Related

General :: Fonts - Restore System Default Settings On Mint KDE?

Apr 7, 2011

I did something weird and now my text size is like 3pt on every system window, but when I go in and change my window fonts to larger to something that looks normal, it makes my clock, bash, and other fonts absolutely gigantic. Is there any way I can just roll back my system and it's settings? It wouldn't be much bother as I installed the OS yesterday. I'd hate to have to reinstall entirely though

View 1 Replies View Related

General :: Can I Uninstall Another System Distro Directly Over Mint On Dual Boot

Feb 18, 2010

I think the title says it all really - I've installed Mint onto a Acer aspire 5315 laptop. Its a dual boot system using Vista Basic. Grub works perfectly and to be honest Mint is great. really enjoying playing and learning. My problem is that the laptop overheats when using Mint - the cpu fan doesn't cut in and the laptop shuts down to protect the system. According to a swift google this seems to occur with mint (possibly particularly with Acer's) and maybe with other distro's too. However I'd like to keep trying to see if i can find one that works.

So my rather obvious newbie question is can I just get another distro dvd and install this onto the partition containing mint thus deleting the previous install? If I did this would Grub show the new distro ok or would it keep searching for Mint. I have a back up so if all else fails I can reinstall everything but that will have to wait till I get home

View 4 Replies View Related

Networking :: Cvs Access - Whole System Kicking Cvs Command Out Altogether

Feb 12, 2010

I am trying to access the cvs; I issue following commands :

After several minute later.....

ssh: connect to host cvs.tuxbox.org port 22: No route to host
cvs [checkout aborted]: end of file from server (consult above messages if any)

I get above response. In past many occasion I access this cvs repository without any problem but now without any change in client (in my computer) the whole system kicking cvs command out altogether. I wonder what gone wrong suddenly? I manage to update the same repository using cvs update; never had any problem before in past.

Is any one came across such sudden change in cvs access.

View 3 Replies View Related

Server :: Command Mtr Access As Normal System User

Oct 23, 2010

I am using vicidialnow 1.2 VERSION: 2.0.4-122 and BUILD: 81011-0855 (CEntos Based Dialer). In all the way, it is working fine. I want to give the access of command /usr/sbin/mtr to a Normal System USer, which is not working according to my wish. I have make the entry in as sudo or make the soft link of /usr/sbin/mtr to /bin. But all in vain. And i am not in the condition to give the root access to the user.

View 4 Replies View Related

General :: Access The Dbxml From The Command Line And It Returns Command Not Found?

Apr 30, 2011

I installed the Berkeley DB on the Ubuntu server and tried to access the dbxml from the command line and it returns command not found

path/to/dir/dbxml-2.5.16/install/bin$dbxml
-bash" dbxml: command not found

Can someone point me in the right direction

View 1 Replies View Related

OpenSUSE Install :: 11.4 's Grub Eliminated Access To Mint 9?

Mar 17, 2011

When I installed 64 bit OpenSUSE Gnome 11.4 today on an ext4 primary partition (sda4) from the Install DVD, it eliminated LinuxMint 9's entry from OpenSUSE'sGrub The 64 bit LinuxMint v. 9 (Isadora) is installed on an ext4 logical partition (sda9) inside an extended partition, but it doesn't appear in OpenSUSE's Grub (and now OpenSUSE 11.4 won't connect to the Internet - although the Live CD ran yesterday without a hitch).

I'm hoping that my fellow OpenSUSE users can help me regain access to my Isadora installation and hopefully, point me to a solution for the Internet access problem.

View 9 Replies View Related

Fedora Installation :: Access Mint's Home Folder And Files But Since Username?

Feb 9, 2010

I installed Fedora 12 a couple of days ago. This is my secondary operating system. The main one is Mint 8 and in order to have the same documents in both OSs I have a separate /home partition, but for some reason I don't see any of my Documents. In the installation I told fedora that I already had a /home partition and to use it. Also if I mount Mint's disk, while I can browse the folders, I can't see any document .

Finally I can access my Mint's home folder and files but since my username in fedora has a capital A it created another home folder. How can I change my home folder path so it point to the other home folder?

View 1 Replies View Related

Debian :: Make Synaptic On System Look Like Mint's?

Sep 30, 2010

Is there a way to make the Synaptic on Debian look like Mint's? You can see how more polished Mint's looks versus Debian's 0.6.25 and 0.70. Mint's complies with GTK styling and has a nicer placement of the Quick Search and nicer toolbar icons IMO.

View 14 Replies View Related

Ubuntu :: System Mint Won't Connect To Internet / What To Do?

Feb 5, 2010

I am a first time Linux user and have recently installed Linux Mint onto my dell inspiron 1525. When i connect the Ethernet cable to my computer the two computers symbol in the bottom right hand corner starts searching for a connection, but unfortunately does not find one. it says "no network connection". one thing that is strange to me but might not be to you is that i have installed fedora 12, 10, and 6, and all distros had the same exact problem. i take the cable out of the laptop with Linux and put it back in my desktop with xp pro and it works fine.also my wireless 1395 card isn't recognized but thats an entirely different pain in the *** ill work on one problem at a time..

View 13 Replies View Related

Hardware :: Unable To Connect SYSTEM Mint To Tv / Fix It?

Dec 31, 2009

Using 2 different linux mints(6, and 8), with 2 different screen sizes. (17 inch and 10 inch) i have not been able to connect the vga laptops to a Hdmi slot in the tv. i have tried using different screen sizes for the laptop and also have tried to use different screen sizes on the tv. aside from that i don't know much else what to attempt, all of my drivers are active so i don't think that is the issue.

View 1 Replies View Related

Software :: How To Upgrade From System Mint 5 To 6RC1

Dec 9, 2008

According to the Linux Mint website, 6 RC1 is considered stable. I'm running Linux Mint 5 and I'd like to upgrade. How can I upgrade without reinstalling?

I'm not new to Linux, I know about using the terminal and stuff. MintUpdate says I'm up-to-date and there's no Distribution Upgrade or anything like that available. Maybe if I switched the "elyssa" lines in sources.list to whatever the equivalent is in RC1? That would cause a truckload of updates to be available, thus upgrading my computer to 6RC1, right?

View 4 Replies View Related

General :: Cannot Access Sda1 Through Command Prompt

Apr 7, 2011

I am trying to access another partition on my drive through the command prompt. I have tried to access it through the /dev directory but when I input "cd ./sda1" or "cd /sda1" it says no such file or directory.

View 8 Replies View Related

Networking :: Automatically Connect Xbox Live On System Mint?

Jan 16, 2010

I'm using Linux mint and get Internet wirelessly from the router downstairs. i have xbox live and get Internet by following the instructions from this page:

http://www.linuxquestions.org/linux/...a_wireless_LAN

but i cant seem to get the script file to run automatically or for the commands to run, so i have to run it everytime i want to connect to xbox live. is there anyway i can solve this?

View 5 Replies View Related

Ubuntu :: Convert - Upgrade From System Mint Isadora To 10.10 Meerkat?

Sep 24, 2010

I have linux mint 9 installed and would like to upgrade to ubuntu 10.10 maverick meerkat without reformatting and reinstalling from cd.

update-manager -d is different to linux mint so I can't go the traditional ubuntu way of upgrading.

Can I at least convert to ubuntu 10.04 and then from that; upgrade to maverick meerkat?

If I woulda known it'd be this hard to try the new stuff out I woulda just stayed with ubuntu the whole time. Linux Mint is still cool anyway.

View 6 Replies View Related

General :: Access Files With Spaces From Command Line?

Mar 17, 2011

How do I access files with spaces from the command line?
for example I want to go to a file called "New File" and let's say is in Downloads/Books/(and here is the file)
how do I input the space since the command line doesn't recognize it?

View 2 Replies View Related

General :: Command - List Only Access Time And File Name?

Mar 19, 2010

How do I list only access time and file name? For example if I do ls -l --sort=time then

[Code]...

View 5 Replies View Related

General :: Access Command-line Tty1 With Ctrl-Alt-F1?

Jun 14, 2011

I have Red Hat 5.4, and I'm trying to log in using tty1 by pressing Ctrl-Shift-F1. I get to the text login screen, my banner displays, but when I try to log in as root, the banner just displays again and it asks me to log in.

It does not say that my password is incorrect, just asks me log in as if the previous exchange never happened. I have added tty1 to /etc/securetty, and all the other tty's and vc/1, vc/2, etc...in an attempt to get something to work. I recently started using PAM for password authentication, and the pam_securetty.so line is set correctly in /etc/pam.d/login. Any idea why I can't log in? Did I miss something I have to add?

View 1 Replies View Related

General :: CLI Command Or Program That Will List Available Wireless Access Points?

Apr 3, 2010

Is there a CLI command or program that will list available wireless access points? I'm running Ubuntu 9.04 on a laptop and sometimes I boot straight into the CLI instead of a GUI. I know iwconfig can configure a connection but will not list available AP's.

View 5 Replies View Related







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