Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12626 Members
237 Forums
7939 Topics
24384 Posts

Max Online: 15217 @ 04/11/26 09:25 PM
Newest Members
Joemadsen, ad337, zeuhan, Dispo3, DaveT
12626 Registered Users
Who's Online
2 registered (Toysoft, Admin), 6706 Guests and 42 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 10124
Toysoft 2734
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 11
Smoky 6
Toysoft 5
OMEGA 3
cobra98 2
June
M Tu W Th F Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Topic Options
#56 - 06/29/11 07:53 AM Finding/Mounting your USB Memory stick / Pendrive
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10124
Finding/Mounting your USB Memory stick / Pendrive
(using TELNET)


- Use to find it : fdisk -l

What you will see (hdd installed sda, and pendrive sdc) :

root@dm800:~# fdisk -l

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 7296 58605116 83 Linux

Disk /dev/sdb: 4059 MB, 4059561984 bytes
229 heads, 32 sectors/track, 1081 cylinders
Units = cylinders of 7328 * 512 = 3751936 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1082 3964400 b Win95 FAT32

- As you can see the USB device is on /dev/sdc1

- To initialize (to ext3), one time only needed :
mkfs.ext3 /dev/sdb1

- Mounting the External File System / Pendrive
mount /dev/sdb1 /mnt/usb

The line mounts the device at the /dev/sdb1 location to the
/mnt/usb directory. If you want to mount it as hdd then you just need to send command : mount /dev/sdb1 /mnt/hdd

Now you can reference your pendrive from the command line
using the folder /mnt/usb.

Now your pendrive will be available at cd /media/usb/

- Unmount if you don't use :
umount -f -l /mnt/usb

- See memory amount on devices : df -h (this only once mounted)


- Automount In the Terminal

To have your pendrive mount each time your server is restarted, you must edit your /etc/fstab file. Simply add at the bottom of your /etc/fstab file:

/dev/sdb1 /mnt/usb ext3 defaults 0 0

The first argument (/dev/sdb1) tells the system what device to mount, and the second argument (/mnt/usb) tells the system where to mount it. The third argument is the filesystem type (ext3). The fourth argument (defaults) tells the system what options to apply to the device, so in this case we�ll just use the defaults. The fifth and sixth arguments (both zeros) tell the system if the filesystem should be backed up using the dump utility, and the second zero tells the system whether to process the device when fsck is run. We can leave them both to zero for now.
_________________________

Top
#68 - 06/29/11 11:20 AM Re: Finding/Mounting your USB Memory stick / Pendrive [Re: Admin]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10124
Enjoy !

Admin
_________________________

Top


Moderator:  fairbird, gaga24, ludo19 
New Topics
SpaceX raises $75B in record-breaking IPO
by Admin
06/12/26 01:42 PM
India Starlink setback could impact SpaceX IPO
by Admin
06/11/26 12:42 PM
Iliad lancia la sua prima offerta FWA per Internet
by Admin
06/10/26 11:57 AM
Dreambox 8000 .... overclock
by OMEGA
06/08/26 11:04 PM
Bouygues, Orange, Free agree €20B SFR carve up
by Admin
06/08/26 02:19 PM
Flashed wrong image - No Ca found
by cobra98
06/06/26 10:30 PM
Crash log file location
by Smoky
06/06/26 12:34 PM
Dreambox Cooling Fan
by Smoky
06/05/26 09:33 AM
Full Backup Script tool
by Smoky
06/02/26 03:15 PM
SpaceX outlines plans for blockbuster IPO
by Admin
05/21/26 02:13 PM
Dreambox 900 python versie Openpli 9xstar
by OMEGA
05/18/26 06:02 PM
SFR exclusive sale talk period extended
by Admin
05/15/26 01:43 PM