Slackware :: How To Format A USB Stick

Jan 17, 2010

I used a USB stick to make a bootable Slackware 13.0 USB.. uh, stick and now I need to use it to write stuff on -- can't seem to figure out how to format the thing so I can that

View 3 Replies


ADVERTISEMENT

Ubuntu :: Can't Format The Memory Stick

Jan 15, 2011

When I try to format my memory stick (using disk manager) , i get a error message saying "device busy", how can I stop the memory stick so I can format it?

View 5 Replies View Related

Ubuntu :: Format Usb Stick Udf To Ntfs?

Jul 6, 2011

i have a usb stick divided in two; a partition of NTFS for the most part and a small annoying part of a few Mb in UDF which mounts every time as a cdrom. how do i get rid of the small UDF part?

I have tried to format everything as one big chunk in NTFS with Gparted without success.
I have also tried something i found on the net under windows:
1.click Start>>run>> type "CMD">> enter
2.type format X: /FS:NTFS (X would be the drive letter)

but it won't let me format the UDF part.

View 9 Replies View Related

Debian Multimedia :: KDE - Format A Usb Stick - Micro Sd Card?

Aug 24, 2011

For the last several weeks i've been trying KDE and it's been working quite fine. There are however several minor issues with KDE.

First - how can i format a usb stick? In GNOME after the usb stick has been plugged in one just have to right click on it and select "Format". Here i don't see such an option. I googled it and i read somewhere that the tool for this would be KDE partition manager. I installed it but it looks like an overkill for the task. KDE partition manager is high level tool like GParted, whereas i'm looking for something that integrates into the desktop so i can just right click on the usb drive and select format. Besides KDE partition manager asks for a root password which is logical because it can format all your partitions. However i don't see the need for a root password when one is going to format a usb drive.

Second - i tried to use my micro sd card yesterday and while it mounted automatically i couldn't write anything on it or delete any of the files on it ( didn't have this problem with the usb stick though). How can i change that? I have a default Debian install with a nearly default KDE 4.6.5. In GNOME the SD card was always mounted writable by default.

Third - i am using Iceweasel, Rhythmbox and GIMP which are GTK applications. To make them look OK in KDE i installed gtk2-engines-oxygen and kde-config-gtk-style and i also installed the Oxygen KDE Firefox theme (from here [URL]). I then configured the GTK applications to use the oxygen engine and Rhythmbox and GIMP look perfectly OK (i've attached a screenshot at the bottom of my post) however Iceweasel doesn't look completely OK. The problem is that the color scheme of the window is slightly darker than the color scheme of the upper window border - i've attached screenshots of Rhythmbox and Iceweasel so you can compare. I've tried KDE 4.7 with Arch Linux and Firefox there looks OK just like Rhythmbox. It is a small detail but it bugs me...

Fourth - i have problem with the KDE theme for Firefox which i've installed. Without it Iceweasel doesn't look that good. With it, the find menu (activated with ctrl+f) doesn't work - instead of the regular search field just a very small box appears. I've posted a screenshot for that as well.

View 7 Replies View Related

OpenSUSE :: When Using The Yast Partitioner To Partition A USB Stick There Was No Option For The Ntfs Format

Apr 25, 2010

When using the Yast partitioner to partition a USB stick, I noticed there was no option for the ntfs format, but has the fat option. Is this a missing functionality/lib or by design? I have all of the ntfs stuff installed. I used to use gparted for this, but decided to make my self use the Yast tools. I like to keep them in ntfs format to get around the 4GB data transfer limit and have them readable by Linux and Windows.

View 9 Replies View Related

Slackware :: How To Install Through The USB-stick

Mar 28, 2011

I have this around 4GB Slackware DVD image I downloaded last night. I was thinking to install it today through a USB -pendrive of 8 GB.

View 5 Replies View Related

Slackware :: Booting A USB Stick With GRUB2 And Labels

Feb 14, 2011

Here's the idea -- be able to boot slackware 13.1 DVD from a USB stick, but without using anything like an initrd or loading the contents of the slackware install all into memory first. So the USB stick is behaving like a hard drive (but with one disadvantage, just don't take the usb stick out while you're using it!). It has the advantage of saving on memory though .

In the above thread I had this idea working ok but only with slackware 13 and earlier. In fact I still have the CF card with it on, and it works fine. Only snag is it won't work with the newer 13.1.

Right now, I'm trying to use qemu for the following (not what I wrote above!). The idea is to use qemu to install a minimum slackware 13.1 to the USB stick, set it up and then boot from the USB stick itself (so I'm using the USB stick as the storage medium as opposed to say a hard drive image file).

So let's say (this is what I'm doing) I boot slackware 13.1 (32 bit) and make two partitions;

Code:

I then do a minimal installation of slackware (just "A" and jed from "AP"). Lilo is not installed as later I'll be using GRUB2 to try to boot.

I'm using a slackware package, grub-1.97-beta4-i486-1.tgz for slackware 13.1/GRUB2.

I then boot off the slackware 13.1 DVD but at the boot screen I choose to boot from /dev/sda2 which is the linux install I created earlier. Success, it boots ok and I can get into the slackware 13.1 install on the USB disk (which is /dev/sda2).

I then label the ext3 partition by using e2label;

Code:

And also change /etc/fstab;

Code:

Now I need some sort of bootloader to put onto the USB stick so I don't need the DVD any more. To do this, I'm trying to use GRUB2.

But here's the problem!

When I install slackware onto the USB stick using qemu, that partition is /dev/sda2. It's the first usb/storage medium that slackware detects so it gets the name sdaX. (X=1, fat partition, X=2 EXT3 linux).

But here's the problem. Suppose I take the USB stick over to another PC with a hard drive already inside it. Slackware would see the hard drive installed in that PC as (say) /dev/sda1 and the USB stick would then become the second drive, so /dev/sdbX (X=1, fat partition, X=2 EXT3 linux).

If I specify a specific device (lets say /dev/sda2) then it won't work in another system because if I take the example above, another PC with a hard drive installed in it the USB stick becomes /dev/sdb2 and the GRUB2 boot program would be expecting /dev/sda2 which won't work. What I need to do is to somehow find the install, the root on the USB stick automatically without having to specify it manually.

So here's what I've tried with grub (First thing I did was to install grub with grub-install /dev/sda).

Code:

Snag is it dosen't work :-( I get this booting from the USB stick:

Code:

If I try this:

Code:

I get a very similar result ....

Code:

So what I'm wondering is .... if the "search" line in grub is doing the searching for the root GRUB2 needs to use to boot from - how can I tell the next line, "linux /boot/vmlinuz-huge-smp-2.6.33.4-smp root=...." where to boot from? I can't use /dev/sda2 or /dev/sdb2 because if I try the usb stick in a different PC the stick will be a different device name. Trying to use LABEL= or /dev/disk/by-label/USB/ also dosen't work .

View 1 Replies View Related

Slackware :: Create Usb Recovery Boot Stick?

May 18, 2010

sure you've noticed while installing slackware 13 you are prompt to create a usb boot stick...

I was not able to create one in case my slackware won't boot after installing windows...

My question is how to create a usb boot stick or recovery boot stick so that a can su lilo back to its configuration, so that I can select windows or linux on loader prompt(lilo)...?

View 3 Replies View Related

Slackware :: Installing 13.1 On ASUS Eee PC With USB Stick From Win7

Nov 17, 2010

I have recently bought a Asus Eee PC Seashell 1005PX and it came with Windows 7 Starter Edition, it doesn't have any CD/DVD so I'm gonna/have been trying for some time now to install Slackware 13.1 from my 8GB USB stick. I downloaded the 13.1 ISO file and used Unetbootin to transfer it to my USB stick. I get stuck in the setup in the setup when I am to select the SOURCE DESTINATION. I've tried /dev/sdb1 which is my USB, also i've tried using mount into different directories but i'm new to Linux so that didn't go very well..

Some of you have recommended Alien BOB's guide but I have read the first parts of it. Is it really for people with Windows OS? It's a bunch of Linux CLI code and programs.. ?

View 13 Replies View Related

Slackware :: Manually Mount A USB Stick In Console?

Nov 14, 2010

I'd like to be able to manually mount a USB stick in console (before X is started) and I can't seem to find a good way to do that. I'm not too smart about HAL and UDEV and I don't want to undo the auto mount feature when X is running but still be able to manually mount and unmount as necessary; like for installing patches and packages after an install or version upgrade. It seems like there should be an entry in /etc/fstab and a directory in /mnt or /media but danged if I can find something that points the way.

View 12 Replies View Related

Slackware :: Use Alternate Kernel From USB Stick Boot Prompt?

May 14, 2010

After using slackpkg to update to -current on a new slack(32) install I was greeted with kernel panic "can't mount root fs" on reboot.

It was looking in the wrong place. I thought I answered yes and slackpkg would run lilo for me when it was done with the upgrade but perhaps I misunderstood.

I had my handy dandy USB boot stick so I set the bios and booted from USB. OK fine, I pointed to the correct location (hda1) and voila.

a 64bit kernel... The machine in question is a 2004 vintage celeron notebook

To my question: Is there a way I can point the loader to another kernel?

One last piece of the puzzle, the dvd drive is bad and I don't (yet) have a PXE server or even another linux box.

View 2 Replies View Related

Slackware :: Boot With The Usb Install Stick And Then Connect The Usb Hard Drive Afterwards?

Feb 20, 2010

I'm getting a netbook with no cd/dvd drive but it boots off of usb, so I've made a slackware 13 usb stick to start the install. I also have a usb hard drive I was going to copy the packages to. I'm wondering... should I boot with the usb install stick and then connect the usb hard drive afterwards?

View 4 Replies View Related

Slackware :: Use UDF As The File Format?

Sep 9, 2010

I have a new external 500gb drive I want to format and put data on. I first formatted it as Fat32 as I'd like to access it with Windows at some point. I ended up having a few files over 4gb, so that didn't work.

I'd like to use UDF as the file format. Does anyone see any issues with formatting a 500GB drive with UDF? I don't see any reason why I would want to WRITE to the drive in Windows, just read...but there is software out there to allow Windows XP to write to a UDF drive if I needed to.

View 4 Replies View Related

Slackware :: Save Skype And Instant Message Logs To A Usb Memory Stick?

Apr 30, 2011

2 sets of skype logs on work PC (Windows) - and I forgot to take a copy when I finished the assignment - and on my own Slackware PC. Would be very useful to be able to have only one set (and same for instant message logs) on my usb memory stick. Is this possible?

View 1 Replies View Related

Slackware :: Can't Format External Drive?

Jan 9, 2010

I put a larger drive in my netbook and stuck the old in an external USB enclosure so I could use it for backups. It had three partitions on it, ntfs and linux so I deleted all the partitions and created one big linux partition. Every time I write and exit fdisk the removable disk utility in KDE pops up and says ntfs drive. If I ignore it and try to formatit wants to use ntfs, if I fsck.ext3 it saysThe superblock could not be read or does not describe a correct ext2filesystem. If the deviceis valid and it really contains an ext2filesystem (and not swap or ufs or something else), then the superblockis corrupt, and you might try running e2fsck with an alternate superblock:e2fsck -b 8193 <device>2fsck -b 8193 doesn't work either.It seems like its caching something, I can print the partition table and see the one linux partition I created.

Code:
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders

[code]...

View 3 Replies View Related

Slackware :: How To Format And Partition Disc Before Installation

May 9, 2009

Right now I have a windows xp on my computer. I have only C: drive. I want to first format to c:, and then make a partition, and then install windows xp, and then install slackware 12.2. How can I format, and then make partitions of my 80gb disc space?

View 2 Replies View Related

Slackware :: Command To Know The Stub Domain Ip Address In Ip4 Format?

Apr 10, 2010

What's the command to know the stub domain(LAN) ip address in ip4 format?

View 7 Replies View Related

Slackware :: Tool For Managing Package To Format Compat32?

Sep 11, 2010

I started writing compat32pkg late April. At the begining it was only for my personal use (and for the fun), and, it was only dedicated to automate updates of 32-bit part of the 32-bit compatibility layer (AlienBob's multilib). Afterward, I improved it, I added some features and now, it provides all the necessary for managing (converting,installing,upgrading,remove) of 32-bit part of the multilib, and others packages which are part of Slackware-32 like firefox, seamonkey, jre,. As I guess it could be usefull for others, I decided to publish it. So, if you want it, you can grab it at [URL]... But before that, I guess that you want to know a bit more about it. So, let's go. The installation of compat32pkg is done as for any Slackware package, using the command installpkg :

[code]...

If you want to convert packages to format compat32 only, you have to use compat32pkg in mode --convert instead of --install :

[code]...

The example below will give you the list of all available packages from the selected mirror and the status of the compat32 version (installed, not installed, update) of these packages......

View 12 Replies View Related

Slackware :: Wide Format Printer That Works Well With CUPs

Jan 31, 2010

My Canon S9000 wide format printer just died. I'm looking for a new one. Is there a wide format printer that works well with CUPs in Slackware?

View 8 Replies View Related

Slackware :: Format A Device Into XFS Filesystem Using Mkfs Command?

Sep 15, 2010

I'm trying to format a device into XFS filesystem using mkfs command. Suppose I have a /dev/sda1 device with 4096 block and I want to format the whole thing, how can I execute the command? I keep getting various errors while executing it.

View 7 Replies View Related

Slackware :: Invalid Module Format Both Broadcom Wireless And Nvidia Gfx

Jan 25, 2011

A little background first: Wireless card: Broadcom BCM4312 Wireless driver used: [URL].... (and slackbuild variation of the same)
GFX card: nVidia geForce 7150m I installed Slackware yesterday, along side my Ubuntu (yes yes, I use Ubuntu lol. I've been using it for about four years, I added Slackware to grub.cfg, using the OS prober, which added four menu entries. The first two caused kernel panic, the third worked, and I don't think I tried the fourth. (I'm pretty sure they were, in this order: generic, generic-smp, huge, and huge-smp). Using huge, I could not modprobe my wireless driver, I would get a "Invalid Module Format" error with wl, and when installing the nVidia drivers (from their site), I would get:

[code]....

I then booted using a menuentry my friend gave me, created my initrd, and everything worked fine, both graphics and wireless (mostly fine). So I upgraded to -current, kernel 2.6.35.10, and I started getting the same errors as before, 'Invalid Module format' and the same thing with the nVidia drivers, although this time, it happens regardless of if I use the generic kernel, or the huge kernel. I've done heaps of Google'ing around, and nothing I found worked.

View 8 Replies View Related

Slackware :: Starting KTTSD Failed - How To Set Clock To 12 Hour Format

Aug 5, 2010

If I set the clock to speak the time, I get this when it tries: starting kttsd failed. I've looked at the various posts, but haven't yet found an actual solution. I've tried to run kttsmgr, but for some reason the "run" dialog doesn't seem to do anything - no error, nothing. Type kttsmgr, press enter since there is not obvious other way to execute the command, and nothing happens.

Is this a module that does not come with KDE? And I give - I can't find time format anywhere. How do you change the clock that appears in the lower right corner to 12 hour instead of what appears to be default 24 hour? I don't see it in "Digital Clock Settings", and I don't see it in System Settings - Date & Time. This is a clean install of slackware 13.1, and whatever version of KDE comes with it.

View 3 Replies View Related

Slackware :: Xfce Version Panel Clock Not Persisting Custom Format

Jun 1, 2011

13.37 default Xfce version panel clock not persisting custom format. Carry on. It would help if I didn't have two installations and I only configured the clock on one of them.

View 2 Replies View Related

Ubuntu :: Corrupt Usb-stick - Close Gtk Button And Pulled The Stick Out Of Pc

Oct 1, 2010

i was writing a .img file to my usb stick with ImageWriter, but it didn't seem to do anything so i clicked the close gtk button and pulled the stick out of my pc. now my pc gives my an when i try to open the stick. is there any way to fix this. I can use win xp pro, win xp media center, win 7 starter, ubuntu 9.10 and ubuntu 10.04

View 5 Replies View Related

Slackware :: Can't Play Movies In VLC - Doesn't Support Audio Or Video Format XVID

Feb 23, 2011

I like this linux distribution more than the others that i have used, because is more stable for my work. But there are some little problems that I can't solve. I'm using it with a laptop HP G60 and i can run OpenOffice, Mozilla and some other programs (python, grass, qgis) that used for work at the office, but when I go home and want to watch a movie with my girl, listen some music or any other simple task, i find a lot of little problems:

1. Adjust the bright of the screen, the Power Management Guidance don't do it and I really need it.

2. Can't play movies in VLC "No suitable decoder module. VLC does not support the audio or video format XVID. Unfortunately there is no way for you to fix this"

3. And today I can't play music because there is a message "KDE detected that one or more internal sound devices were removed" this is: Output HDA Intel, INTEL HDMI 0 (HDMI Audio Output)

I know maybe these problems are stupid but in windows is easier to fix them. I'm tired of search in google because i just find solved problems for Ubuntu and it takes a lot of time.

View 5 Replies View Related

Ubuntu Servers :: Installing Server From USB Stick To Another USB Stick?

Sep 1, 2011

I'm about to ditch Freenas as my NAS software and make it an Ubuntu server box. The mainboard is an Asus AT3ION-T dual core Atom board. Freenas runs happily from USB stick. I have no optical device to install Ubuntu from and would like to install Ubuntu Server to a USB stick.

View 8 Replies View Related

Slackware :: Nfsd In Current - WARNING: Error Inserting Sunrpc: Invalid Module Format

Mar 13, 2010

I'm having some troubles with nfsd in slackware-current. When I start the service, I get the following error messages: Quote:

WARNING: Error inserting sunrpc (/lib/modules/2.6.33-smp/kernel/net/sunrpc/sunrpc.ko): Invalid module format
WARNING: Error inserting auth_rpcgss (/lib/modules/2.6.33-smp/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko): Invalid module format
WARNING: Error inserting lockd (/lib/modules/2.6.33-smp/kernel/fs/lockd/lockd.ko): Invalid module format
FATAL: Error inserting nfsd (/lib/modules/2.6.33-smp/kernel/fs/nfsd/nfsd.ko): Invalid module format

The mount fails from the clients with the error message: Quote: mount.nfs: access denied by server while mounting jupiter:/media/Backup A look at syslog from the server side gives: Quote: exportfs: exports duplicate symbol exportfs_decode_fh (owned by kernel) mountd[28198]: getfh failed: No such device kernel: exportfs: exports duplicate symbol exportfs_decode_fh (owned by kernel)

View 3 Replies View Related

Slackware :: Intel Graphics / Vertical Lines From Xpdf/gv Under Xterm Stick To Xterm Window Making It Unreadable?

Jun 13, 2011

Start xpdf or gv. Click an xterm to be active and slide it over xpdf/gv. Vertical lines from xpdf/gv under the xterm stick to the xterm window above and make it unreadable.

The problem does NOT show with KDE default settings with display effects on but does show in fvwm, xfce etc, and in KDE without effects.

On a system with a Sandy Bridge integrated graphics (i5-2400) the problem went away by downgrading to xf86-video-intel-2.13.0. But it was not enough for another system with 945G which needed downgrading to xf86-video-intel-2.12.0.

View 3 Replies View Related

Slackware :: Making A USB Stick Bootable From A Bootable Cdrom?

Oct 23, 2009

I have a cdrom (bootable) that I want to copy over to a usb stick, and have THAT boot the system (Adding other files to it before hand) I know it's easy, but how? I've already made a iso of the cdrom.

View 2 Replies View Related

General :: Simple Script To Convert Datetime Format To UTC Format?

Oct 9, 2009

just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.

View 10 Replies View Related







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