Linux / UNIX Tech Support Forum
This is a discussion on mounting usb external within the Ubuntu / Debian forums, part of the Linux Distribution category; http://www.wallpaperama.com/forums/h...nd-t714.hUsing above URL reference point at this point typing in ls /mnt I am told on read out out I ...
|
|||||||
| Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
http://www.wallpaperama.com/forums/h...nd-t714.hUsing above URL reference point
at this point typing in ls /mnt I am told on read out out I should see sda1, however I do not. I do see sda I feel the next concern is related to first for when I enter mount -t auto /dev/sda1 /mnt/usb it is saying I need to specify a file system. So why not showing sda1 and where in that second command line entry does the ext3 go To clarify my debian partition is hda Thanks from one of your returning Nemesis and one who appreciates you |
| Sponsored Links | ||
|
|
|
||||
|
OK sir,
Here is how to find out your USB device's hardware address. I will show you the out put of fdisk -l twice. Once with the USB drive out. And once with it in. This way you can see the change and locate the address yourself. Also usually with ubuntu the usb drive will auto mount. If not here are the steps to mount USB drive. Secnario1: No USB Drive Plugged in: Code:
jason@jason-desktop:~$ sudo fdisk -l [sudo] password for jason: Disk /dev/sda: 80.0 GB, 80000000000 bytes 255 heads, 63 sectors/track, 9726 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x7e5c7a5c Device Boot Start End Blocks Id System /dev/sda1 * 1 9355 75144006 83 Linux /dev/sda2 9356 9726 2980057+ 5 Extended /dev/sda5 9356 9726 2980026 82 Linux swap / Solaris Code:
jason@jason-desktop:~$ sudo fdisk -l
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7e5c7a5c
Device Boot Start End Blocks Id System
/dev/sda1 * 1 9355 75144006 83 Linux
/dev/sda2 9356 9726 2980057+ 5 Extended
/dev/sda5 9356 9726 2980026 82 Linux swap / Solaris
Disk /dev/sdb: 4063 MB, 4063232000 bytes
255 heads, 63 sectors/track, 493 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 494 3967960+ b W95 FAT32
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(493, 252, 63)
Code:
Device Boot Start End Blocks Id System /dev/sdb1 1 494 3967960+ b W95 FAT32 So in order to mount that from the command line. I would do the following. First decide where I want the mount point to be. The mount point is a directory on the filesystem. You can use /mnt or create your own. In this example I will use /mnt and create a sub directory called /mnt/usb. This is a 2 step process. Step1: Create mount point: Code:
jason@jason-desktop:~$sudo mkdir -p /mnt/usb Code:
jason@jason-desktop:~$sudo mount /dev/sdb1 /mnt/usb Code:
jason@jason-desktop:~$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 73963548 3227764 66978584 5% / tmpfs 508512 0 508512 0% /lib/init/rw varrun 508512 108 508404 1% /var/run varlock 508512 0 508512 0% /var/lock udev 508512 156 508356 1% /dev tmpfs 508512 492 508020 1% /dev/shm lrm 508512 2192 506320 1% /lib/modules/2.6.28-15-generic/volatile /dev/sr0 715732 715732 0 100% /media/cdrom0 /dev/sdb1 3960208 3020000 940208 77% /mnt/usb/JAY DRIVE jason@jason-desktop:~$ HTH, Jaysunn |
|
|||
|
Quote:
![]() Look over these two attachments and tell me where I am and what must I do. And my friend I appreciate any extra effort that is required on your part to penetrate my aging cerebellum |
|
||||
|
77,
Sorry for the delay. Are you still trying to mount a USB device? From the screenshots, I do not see anything plugged into the USB port. Plug the device in, and take a screenshot. I will give you the exact syntax to mount your drive. Jaysunn |
|
|||
|
I more then likely am trying to accomplish too much with USB, but here is my vision at any rate.
I would like to be able to use 1 partition to have Linux OS Knoppix in fact, but have had bad luck in past attempting to get a OS from a USB into a boot sequence. So I know its possible to load grub to root but access ????????? The other partition I would like for data. Hence the fat32 which probable is right for windows but not sure about the OS. Finally probably could have left swap out and the Live CD would have created it. Jay more then you bargained for, but you have it there in that information bank of your somewhere Thanks |
|
||||
|
77,
I admire your wanting to learn drives and partitioning. However I will have to be honest with you. I use SUN virtual Box to have as many operating systems on my machine that my heart can desire. I have really never went at it with a Hard Drive like you have. I would suggest. Keep in mind, just a suggestion. Install Linux or Windows on one huge partition and run virtual machines. It relieves a lot of headaches. As of now. I have A Mac Book Pro unibody laptop. Running SUN virtual box with, Ubuntu, rhel5, Windows XP , Windows 7 and Fedora. I never used gparted for all of this. I do not want to discourage you, however this is the trend now. Jaysunn |
|
|||
|
Quote:
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| External Drives | 77yrold | Ubuntu / Debian | 3 | 28-09-2009 09:23 PM |
| Dual view or external monitor in XP | 77yrold | Ubuntu / Debian | 8 | 29-08-2009 09:23 PM |
| USB external storage partition | 77yrold | Ubuntu / Debian | 18 | 29-08-2009 07:31 AM |
| Find My External IP Assigned By ISP | eawedat | Networking, Firewalls and Security | 6 | 21-08-2009 10:45 PM |
| How To Use an External Variable in awk? | sparkle | Shell scripting | 4 | 13-11-2008 05:32 PM |