Sponsored Content
Top Forums Shell Programming and Scripting Script to unmount and mount by UUID Post 302887630 by gtr33m on Sunday 9th of February 2014 05:20:12 PM
Old 02-09-2014
I'll have to look around for the exact distro.

This is the sbin folder and uname -a

Code:
root@127.0.0.1:~# cd /sbin
root@127.0.0.1:/sbin# ls
acpi_listen*       ext2prepare*       hwclock@           klogd@             lvdisplay@         lvrename@          mkreiserfs*        poweroff@          reboot@            start-stop-daemon@ udhcpc@            vgexport@          vgscan@
acpid*             ext2resize*        ifconfig@          ldconfig*          lvextend@          lvresize@          mkswap@            pvchange@          reiserfsck*        strace*            vconfig@           vgextend@          vgsplit@
adjtimex@          fdisk*             ifenslave*         loadkmap@          lvm*               lvs@               modprobe@          pvcreate@          resize2fs*         sulogin@           vgcfgbackup@       vgimport@          watchdog@
agetty*            freeramdisk@       ifrename*          logread@           lvmchange@         lvscan@            nameif@            pvdisplay@         resize_reiserfs*   swapoff@           vgcfgrestore@      vgmerge@           zcip@
depmod*            fsck.minix@        init@              losetup*           lvmdiskscan@       makedevs@          pidof@             pvmove@            rmmod@             swapon@            vgchange@          vgmknodes@
devfsd@            getty@             insmod@            lsmod@             lvmsadc@           mdadm*             pivot_root@        pvremove@          route@             switch_root@       vgck@              vgreduce@
dumpe2fs*          halt@              iwconfig*          lvchange@          lvmsar@            mdev@              pmap_dump*         pvresize@          runlevel@          sysctl@            vgconvert@         vgremove@
e2fsck*            hdparm*            iwpriv*            lvconvert@         lvreduce@          mke2fs*            pmap_set*          pvs@               setconsole@        syslogd@           vgcreate@          vgrename@
ext2online*        hotplug*           killall5*          lvcreate@          lvremove@          mkfs.minix@        portmap*           pvscan@            sgdisk*            tune2fs*           vgdisplay@         vgs@
root@127.0.0.1:/sbin# uname -a
Linux NAS 2.6.33N7700 #5 SMP Tue May 3 17:37:03 CST 2011 i686 unknown
root@127.0.0.1:/sbin#

---------- Post updated at 09:20 AM ---------- Previous update was at 09:06 AM ----------

All i can find is that its their own version of Linux with busybox.

Last edited by Don Cragun; 02-09-2014 at 06:09 PM.. Reason: Add CODE tags.
 

9 More Discussions You Might Find Interesting

1. HP-UX

Cannot unmount mount points??

When taking a snap, I have a script that stops any active snap. When running the script, I'm getting a message that u02 and u04 are already mounted. How can I find out what process(es) is/are latching on the these mount points? Thank you for your time. (1 Reply)
Discussion started by: genzbeat
1 Replies

2. Gentoo

automating chroot and mount/unmount

Hello, I am trying to automate a task that I believe is easy. It is documented for manual system administrative purposes here: Gentoo Linux -- Installing the Gentoo Base System - chapter 6 I am attempting to do the following in a script: # cd $TOP_OF_ROOT_FS # mount -t proc none... (3 Replies)
Discussion started by: duderonomy
3 Replies

3. HP-UX

/usr out of disk space need to unmount/ expand volume /mount

Greetings, I am running HP-UX 10.2 and /usr is out of disk space already. I installed IE 5.0 for UNIX on my machine under /usr and browsed the Internet for a while and presto no more disk space. I have plenty of hard disk space on my computer so would like to expand the size of the volume. The... (5 Replies)
Discussion started by: Dirk_
5 Replies

4. OS X (Apple)

Can't Mount Disk / Image after bad unmount

I have had a little issue with one of my disks, the usb cacble was pulled out and one of the external drives on it would no longer mount. I used First Aid and it verified and repaired both OK / nothing to do). After lots of messing around and not being able to mount I used Drive Genius 2 and that... (1 Reply)
Discussion started by: Cranie
1 Replies

5. Shell Programming and Scripting

if (disk is mounted) unmount if (disk is unmounted) mount

Hey there, sorry if this is a bit too much of a noob question, trying to get to grips with a simple bash script - but i have done ZERO bash scripting. basically having worked out how to mount and unmount disks using: disktool -m *device* & disktool -e *device* - and looking at the result of... (2 Replies)
Discussion started by: hollister
2 Replies

6. Shell Programming and Scripting

Cygwin bash script to unmount and mount an XP partition

As stated, I am looking into keeping my backup drive unmounted in normal windows use. Partly this is to address threats like cryptolocker. Since one of my backup drives is an internal drive, it will not likely afford any protection from such a threat. I am thinking of adding code to my rsync script... (5 Replies)
Discussion started by: LMHmedchem
5 Replies

7. Shell Programming and Scripting

Script to mount nas-share using generated credentials (mount EC 13,32)

Heyas At home i have 1 nas with 3 shares, of which i used to mount 2 of them using a script with hardcoded password and username in it. EDIT: Turns out, its not the script, but 'how i access' the nas share.. (-o user=XY,password=... VS. -o credentials=...). Figured about credential files,... (0 Replies)
Discussion started by: sea
0 Replies

8. Shell Programming and Scripting

Unmount files via script

Hi all, I have a requirement to do an upgrade. As part of that upgrade I have to unmounts files in the fstab (there could be 100's), is there a way I can do this via script? The problem is, is that the mount points on every server will be different.... For example: /u001/oradata/T865 ... (4 Replies)
Discussion started by: gartie
4 Replies

9. UNIX for Beginners Questions & Answers

AIX - SAN Mount and Unmount on LPAR

We have 2 LPAR. LPAR #1 have a Application, Database Server process (ctree Server) and SAN+Physical Table. LPAR#2 has only Application. Both Application process are connected to Database via C-tree Server Process (Running on LPAR #1.. We want to keep one Active C-tree Server and one Backup... (1 Reply)
Discussion started by: gabhanes
1 Replies
MSDOSFS(5)						      BSD File Formats Manual							MSDOSFS(5)

NAME
msdosfs -- MS-DOS file system SYNOPSIS
options MSDOSFS DESCRIPTION
The msdosfs driver will permit the FreeBSD kernel to read and write MS-DOS based file systems. The most common usage follows: mount -t msdosfs /dev/ada0sN /mnt where N is the partition number and /mnt is a mount point. Some users tend to create a /dos directory for msdosfs mount points. This helps to keep better track of the file system, and make it more easily accessible. It is possible to define an entry in /etc/fstab that looks similar to: /dev/ada0sN /dos msdosfs rw 0 0 This will mount an MS-DOS based partition at the /dos mount point during system boot. Using /mnt as a permanent mount point is not advised as its intention has always been to be a temporary mount point for floppy and ZIP disks. See hier(7) for more information on FreeBSD direc- tory layout. SEE ALSO
mount(2), unmount(2), mount(8), mount_msdosfs(8), umount(8) AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BSD
October 1, 2013 BSD
All times are GMT -4. The time now is 04:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy